Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Android/bionic/bionic/tests/headers/posix/   (Android Betriebssystem Version 17©)  Datei vom 26.5.2026 mit Größe 1017 B image not shown  

Quelle  sys_statvfs_h.c

  Sprache: C
 

// Copyright (C) 2017 The Android Open Source Project
// SPDX-License-Identifier: BSD-2-Clause

#include <sys/statvfs.h>

#include "header_checks.h"

static void sys_statvfs_h() {
  TYPE(struct statvfs);
  STRUCT_MEMBER(struct statvfs, unsigned long, f_bsize);
  STRUCT_MEMBER(struct statvfs, unsigned long, f_frsize);
  STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_blocks);
  STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_bfree);
  STRUCT_MEMBER(struct statvfs, fsblkcnt_t, f_bavail);
  STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_files);
  STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_ffree);
  STRUCT_MEMBER(struct statvfs, fsfilcnt_t, f_favail);
  STRUCT_MEMBER(struct statvfs, unsigned long, f_fsid);
  STRUCT_MEMBER(struct statvfs, unsigned long, f_flag);
  STRUCT_MEMBER(struct statvfs, unsigned long, f_namemax);

  TYPE(fsblkcnt_t);
  TYPE(fsfilcnt_t);

  MACRO(ST_RDONLY);
  MACRO(ST_NOSUID);

  FUNCTION(fstatvfs, int (*f)(intstruct statvfs*));
  FUNCTION(statvfs, int (*f)(const char*, struct statvfs*));
}

Messung V0.5 in Prozent
C=82 H=98 G=90

¤ Dauer der Verarbeitung: 0.11 Sekunden  (vorverarbeitet am  2026-06-28) ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

PVS Prover

Isabelle Prover

NIST Cobol Testsuite

Cephes Mathematical Library

Vienna Development Method

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.