Searched refs:F_LOCK (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/missing/
H A Dflock.c66 # ifndef F_LOCK
67 # define F_LOCK 1 /* Lock a region for exclusive use */ macro
103 return lockf (fd, F_LOCK, 0);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dlockf.c36 #if defined(HAVE_LOCKF) && defined(F_LOCK)
73 /* use F_LOCK instead of F_TLOCK, ie: block */
74 return lockf( fd, F_LOCK, 0 );
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dlockf.c62 case F_LOCK:
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dprintmsg.c72 while ( lockf( fileno( fp ), F_LOCK, 0 ) != 0 ) {
/macosx-10.10.1/cron-39/lib/
H A Dcompat.c192 i = lockf (fd, F_LOCK, 0);
/macosx-10.10.1/sudo-73/src/
H A Dfileops.c96 op = F_LOCK;
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dcascade_lockf.c136 return (lockf(files[index], F_LOCK, 0) == -1);
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.h102 # define LOCK(f) lockf(fileno(f),F_LOCK,0);
/macosx-10.10.1/procmail-14/procmail/src/
H A Dlocking.c236 ret=lockf(fd,F_LOCK,(off_t)0);
H A Dautoconf314 #ifdef F_LOCK
315 lockf(0,F_LOCK,(off_t)0);
348 $FGREP lockf _autotst.rrr >$DEVNULL && echo "#undef F_LOCK" >>_locktst.h
405 #undef F_LOCK
456 #ifndef F_LOCK
600 #ifdef F_LOCK
620 #ifdef F_LOCK
621 oldlockoffset=tell(oldfdlock),fd|=lockf(oldfdlock,F_LOCK,(off_t)0);
644 #ifdef F_LOCK
646 i|=lockf(oldfdlock,F_LOCK,(off_
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h586 #define F_LOCK 1 /* lock a section for exclusive use */ macro
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dalock.c57 res = lockf (fd, F_LOCK, (off_t) ALOCK_SLOT_SIZE);
/macosx-10.10.1/emacs-93/emacs/lib-src/
H A Dmovemail.c423 status = lockf (indesc, F_LOCK, 0);
/macosx-10.10.1/cups-408/cups/cups/
H A Dfile.c997 return (lockf(fp->fd, block ? F_LOCK : F_TLOCK, 0));
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dfrv-opc.c1227 32, 32, 0x7dfc0fc0, { { F (F_PACK) }, { F (F_MISC_NULL_1) }, { F (F_LOCK) }, { F (F_OP) }, { F (F_GRI) }, { F (F_OPE1) }, { F (F_GRJ) }, { 0 } }

Completed in 201 milliseconds