Home
last modified time | relevance | path

Searched refs:SFS_4ARGS (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.sbin/sendmail/src/
H A Dconf.h225 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */
339 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */
632 # define SFS_TYPE SFS_4ARGS /* use <sys/statfs.h> 4-arg impl */
864 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */
969 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */
988 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */
1136 # define SFS_TYPE SFS_4ARGS /* use 4-arg statfs() */
1154 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */
H A Dconf.c2412 #define SFS_4ARGS 2 /* use four-argument statfs call */ macro
2425 #if SFS_TYPE == SFS_4ARGS || SFS_TYPE == SFS_STATFS
2471 # if SFS_TYPE == SFS_4ARGS
H A DREAD_ME342 SFS_4ARGS (2) if you have a four-argument statfs(2)
349 SFS_BAVAIL with SFS_4ARGS hou can also set SFS_BAVAIL to the field name
/original-bsd/usr.sbin/sendmail/
H A DRELEASE_NOTES1348 syscall, SFS_4ARGS for a four argument statfs(2) call,