Searched refs:F_SETSIZE (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/xnu-2782.1.97/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c47 case F_SETSIZE:
/macosx-10.10/xnu-2782.1.97/bsd/security/audit/
H A Daudit_bsm_fcntl.c166 #ifdef F_SETSIZE
167 { BSM_F_SETSIZE, F_SETSIZE },
H A Daudit_bsm.c554 #ifdef F_SETSIZE
555 case F_SETSIZE:
561 #endif /* F_SETSIZE */
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dfcntl.h257 #define F_SETSIZE 43 /* Truncate a file without zeroing space */ macro
/macosx-10.10/bootp-298/bootpd.tproj/
H A DmacNC.c310 #ifdef F_SETSIZE
311 fcntl(fd, F_SETSIZE, &size);
312 #endif /* F_SETSIZE */
/macosx-10.10/PowerManagement-494.1.2/pmconfigd/
H A DPrivateLib.c3791 || (-1 == fcntl(fd, F_SETSIZE, &prealloc.fst_length)))
/macosx-10.10/system_cmds-643.1.1/fs_usage.tproj/
H A Dfs_usage.c3664 case F_SETSIZE:
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_descrip.c737 * [F_SETSIZE,F_RDADVISE]
1186 case F_SETSIZE:

Completed in 280 milliseconds