Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/include/sm/
H A Dconf.h307 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */
554 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */
1249 # define SFS_TYPE SFS_4ARGS /* use <sys/statfs.h> 4-arg impl */
1654 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */
1778 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */
1829 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */
2139 # define SFS_TYPE SFS_4ARGS /* use 4-arg statfs() */
2159 # define SFS_TYPE SFS_4ARGS /* four argument statfs() call */
/freebsd/contrib/sendmail/src/
H A Dconf.c3347 #define SFS_4ARGS 2 /* use four-argument statfs call */ macro
3360 #if SFS_TYPE == SFS_4ARGS || SFS_TYPE == SFS_STATFS
3412 # if SFS_TYPE == SFS_4ARGS
6260 #if SFS_TYPE == SFS_4ARGS
H A DREADME413 SFS_4ARGS (2) if you have a four-argument statfs(2)
420 SFS_BAVAIL with SFS_4ARGS you can also set SFS_BAVAIL to the field name
/freebsd/contrib/sendmail/
H A DRELEASE_NOTES9976 syscall, SFS_4ARGS for a four argument statfs(2) call,