statvfs.h-data
来自「Glibc 2.3.2源代码(解压后有100多M)」· H-DATA 代码 · 共 27 行
H-DATA
27 行
type {struct statvfs}element {struct statvfs} {unsigned long} f_bsizeelement {struct statvfs} {unsigned long} f_frsizeelement {struct statvfs} fsblkcnt_t f_blockselement {struct statvfs} fsblkcnt_t f_bfreeelement {struct statvfs} fsblkcnt_t f_bavailelement {struct statvfs} fsfilcnt_t f_fileselement {struct statvfs} fsfilcnt_t f_ffreeelement {struct statvfs} fsfilcnt_t f_favailelement {struct statvfs} {unsigned long} f_fsidelement {struct statvfs} {unsigned long} f_flagelement {struct statvfs} {unsigned long} f_namemaxtype fsblkcnt_ttype fsfilcnt_tconstant ST_RDONLYconstant ST_NOSUIDfunction int statvfs (const char*, struct statvfs*)function int fstatvfs (int, struct statvfs*)allow f_*allow ST_*allow *_t
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?