Searched refs:fcntl (Results 51 - 75 of 1985) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/apr/file_io/unix/
H A Dflock.c20 #include <fcntl.h>
45 /* keep trying if fcntl() gets interrupted (by a signal) */
46 while ((rc = fcntl(thefile->filedes, fc, &l)) < 0 && errno == EINTR)
98 /* keep trying if fcntl() gets interrupted (by a signal) */
99 while ((rc = fcntl(thefile->filedes, F_SETLKW, &l)) < 0
/freebsd-11-stable/contrib/ntp/sntp/libevent/test/
H A Dtest-init.c37 #include <fcntl.h>
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcore-regset.c38 #include <fcntl.h>
H A Dterminal.h73 #include <fcntl.h>
/freebsd-11-stable/contrib/ipfilter/lib/
H A Dcheckrev.c12 #include <fcntl.h>
H A Dkvatoname.c13 #include <fcntl.h>
H A Dnametokva.c14 #include <fcntl.h>
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_open.c34 #include <fcntl.h>
/freebsd-11-stable/crypto/heimdal/admin/
H A Dktutil_locl.h48 #include <fcntl.h>
/freebsd-11-stable/crypto/heimdal/appl/rcp/
H A Drcp_locl.h50 #include <fcntl.h>
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dunlinkat.h33 #include <fcntl.h>
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dt-fopen.c13 #include <fcntl.h>
/freebsd-11-stable/contrib/sendmail/libsmutil/
H A Dlockfile.c20 ** LOCKFILE -- lock a file using flock or (shudder) fcntl locking
59 if (fcntl(fd, action, &lfd) >= 0)
66 ** previous fcntl will fail with "Invalid argument" errors.
/freebsd-11-stable/lib/libc/sys/
H A Dopenat.c37 #include <sys/fcntl.h>
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Ddaemon.c39 #include <fcntl.h>
/freebsd-11-stable/tools/tools/wtap/wtap/
H A Dwtap.c33 #include <fcntl.h>
/freebsd-11-stable/share/examples/ses/srcs/
H A Dgetnobj.c41 #include <fcntl.h>
H A Dinienc.c40 #include <fcntl.h>
H A Dsetencstat.c40 #include <fcntl.h>
/freebsd-11-stable/usr.bin/tset/
H A Dmisc.c39 #include <fcntl.h>
/freebsd-11-stable/usr.sbin/rpc.ypupdated/
H A Dyp_dbdelete.c38 #include <fcntl.h>
/freebsd-11-stable/contrib/netbsd-tests/fs/ffs/
H A Dt_snapshot_log.c12 #include <fcntl.h>
H A Dt_snapshot_v2.c12 #include <fcntl.h>
H A Dt_snapshot.c12 #include <fcntl.h>
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/ssp/
H A Dh_read.c35 #include <fcntl.h>

Completed in 162 milliseconds

1234567891011>>