Home
last modified time | relevance | path

Searched defs:flock (Results 1 – 7 of 7) sorted by relevance

/freebsd-13-stable/sys/sys/
HDfcntl.h305 struct flock { struct
329 /* lock operations for flock(2) */ argument
/freebsd-13-stable/crypto/openssh/openbsd-compat/
HDbsd-flock.c44 flock(int fd, int op) in flock() function
/freebsd-13-stable/usr.sbin/cron/lib/
HDcompat.c171 flock(fd, operation) in flock() function
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/profile/
HDWindowsMMap.h67 #define flock __llvm_profile_flock macro
HDWindowsMMap.c157 int flock(int fd, int operation) { in flock() function
/freebsd-13-stable/contrib/sendmail/mail.local/
HDmail.local.c107 # define flock(a, b) lockf(a, b, 0) macro
/freebsd-13-stable/crypto/heimdal/lib/roken/
HDroken.h.in736 #define flock(_x,_y) rk_flock(_x,_y) macro