Searched refs:F_TLOCK (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/missing/
H A Dflock.c69 # ifndef F_TLOCK
70 # define F_TLOCK 2 /* Test and lock a region for exclusive use */ macro
111 return lockf (fd, F_TLOCK, 0);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dlockf.c66 case F_TLOCK:
/macosx-10.10.1/cron-39/lib/
H A Dcompat.c197 i = lockf (fd, F_TLOCK, 0);
/macosx-10.10.1/sudo-73/src/
H A Dfileops.c99 op = F_TLOCK;
/macosx-10.10.1/procmail-14/procmail/src/
H A Dlocking.c212 if((ret|=lockf(fd,F_TLOCK,(off_t)0))&&(errno==EAGAIN||errno==EACCES||
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h587 #define F_TLOCK 2 /* test and lock a section for exclusive use */ macro
/macosx-10.10.1/cups-408/cups/cups/
H A Dfile.c997 return (lockf(fp->fd, block ? F_LOCK : F_TLOCK, 0));

Completed in 290 milliseconds