Searched refs:fcntl (Results 26 - 50 of 131) sorted by relevance

123456

/xnu-2782.1.97/tools/tests/libMicro/
H A Dgetsockname.c45 #include <fcntl.h>
H A Dlisten.c46 #include <fcntl.h>
H A Dlseek.c42 #include <fcntl.h>
H A Dmalloc.c39 #include <fcntl.h>
H A Dmemrand.c38 #include <fcntl.h>
H A Dopen.c39 #include <fcntl.h>
H A Dpread.c38 #include <fcntl.h>
H A Dpwrite.c38 #include <fcntl.h>
H A Dread.c39 #include <fcntl.h>
H A Dwrite.c38 #include <fcntl.h>
H A Dclose_tcp.c45 #include <fcntl.h>
172 if (fcntl(ts->ts_cons[i], F_SETFL, O_NDELAY) == -1) {
H A Dmsync.c35 #include <fcntl.h>
H A Dwritev.c36 #include <fcntl.h>
H A Dconnection.c42 #include <fcntl.h>
149 if (fcntl(ts->ts_lsns[i], F_SETFL, O_NDELAY) == -1) {
150 perror("fcntl");
208 if (fcntl(ts->ts_cons[i], F_SETFL, O_NDELAY) == -1) {
209 perror("init:fcntl");
H A Dpipe.c45 #include <fcntl.h>
402 if (fcntl(ts->ts_out, F_SETFL, O_NDELAY) == -1) {
412 if (fcntl(ts->ts_out, F_SETFL, 0) == -1) {
H A Dbind.c45 #include <fcntl.h>
H A Dcachetocache.c41 #include <fcntl.h>
H A Dcascade_flock.c48 #include <fcntl.h>
H A Dcascade_lockf.c48 #include <fcntl.h>
H A Dmmap.c35 #include <fcntl.h>
/xnu-2782.1.97/SETUP/installfile/
H A Dinstallfile.c33 #include <sys/fcntl.h>
/xnu-2782.1.97/SETUP/replacecontents/
H A Dreplacecontents.c34 #include <sys/fcntl.h>
/xnu-2782.1.97/bsd/dev/random/
H A Drandomdev.c36 #include <sys/fcntl.h>
/xnu-2782.1.97/tools/
H A Dcred_dump_creds.c8 #include <fcntl.h>
/xnu-2782.1.97/tools/tests/libMicro/apple/
H A Dlmbench_lat_sig_prot.c69 #include <fcntl.h>

Completed in 52 milliseconds

123456