Searched refs:SFS_STATVFS (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/sendmail/include/sm/
H A Dconf.h669 # define SFS_TYPE SFS_STATVFS /* use <sys/statvfs.h> statfs() impl */
977 # define SFS_TYPE SFS_STATVFS
1983 # define SFS_TYPE SFS_STATVFS
2353 # define SFS_TYPE SFS_STATVFS
2509 # define SFS_TYPE SFS_STATVFS
/freebsd-current/contrib/sendmail/src/
H A Dconf.c3351 #define SFS_STATVFS 6 /* use <sys/statvfs.h> implementation */ macro
3369 #if SFS_TYPE == SFS_STATVFS
3396 # if SFS_TYPE == SFS_STATVFS
3399 # else /* SFS_TYPE == SFS_STATVFS */
3402 # endif /* SFS_TYPE == SFS_STATVFS */
3415 # if SFS_TYPE == SFS_STATVFS
3417 # else /* SFS_TYPE == SFS_STATVFS */
3423 # endif /* SFS_TYPE == SFS_STATVFS */
6270 #elif SFS_TYPE == SFS_STATVFS
6271 "SFS_STATVFS",
[all...]

Completed in 82 milliseconds