Searched refs:F_GETFL (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dfcntl.c93 if (fcntl(fd, F_GETFL, &flags) == -1)
H A Dfcntl_ndelay.c56 "notes: measures F_GETFL/F_SETFL O_NDELAY on socket\n");
83 if (fcntl(fd, F_GETFL, &flags) < 0)
90 if (fcntl(fd, F_GETFL, &flags) < 0)
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_fcntl.c51 { BSM_F_GETFL, F_GETFL },
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h240 #define F_GETFL 3 /* get file status flags */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c755 case F_GETFL:

Completed in 28 milliseconds