Home
last modified time | relevance | path

Searched refs:F_SETSIZE (Results 1 – 5 of 5) sorted by relevance

/xnu-8020.121.3/bsd/security/audit/
H A Daudit_bsm_fcntl.c166 #ifdef F_SETSIZE
167 { BSM_F_SETSIZE, F_SETSIZE },
H A Daudit_bsm.c574 #ifdef F_SETSIZE in audit_sys_fcntl()
575 case F_SETSIZE: in audit_sys_fcntl()
/xnu-8020.121.3/libsyscall/wrappers/cancelable/
H A Dfcntl-base.c52 case F_SETSIZE: in fcntl()
/xnu-8020.121.3/bsd/sys/
H A Dfcntl.h274 #define F_SETSIZE 43 /* Truncate a file. Equivalent to calling truncate(2) */ macro
/xnu-8020.121.3/bsd/kern/
H A Dkern_descrip.c3431 case F_SETSIZE: in sys_fcntl_nocancel()