Searched refs:F_ULOCK (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/missing/
H A Dflock.c63 # ifndef F_ULOCK
64 # define F_ULOCK 0 /* Unlock a previously locked region */ macro
115 return lockf (fd, F_ULOCK, 0);
/macosx-10.10.1/Libc-1044.1.2/gen/FreeBSD/
H A Dlockf.c58 case F_ULOCK:
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/liblutil/
H A Dlockf.c78 return lockf( fd, F_ULOCK, 0 );
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/slapi/
H A Dprintmsg.c88 lockf( fileno( fp ), F_ULOCK, 0 ); local
/macosx-10.10.1/procmail-14/procmail/src/
H A Dlocking.c221 { lockf(fd,F_ULOCK,(off_t)0);
240 { lockf(fd,F_ULOCK,(off_t)0);
267 i|=lockf(oldfdlock,F_ULOCK,(off_t)0);lseek(oldfdlock,curp,SEEK_SET);
/macosx-10.10.1/cron-39/lib/
H A Dcompat.c204 i = lockf (fd, F_ULOCK, 0);
/macosx-10.10.1/sudo-73/src/
H A Dfileops.c102 op = F_ULOCK;
/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dcascade_lockf.c142 return (lockf(files[index], F_ULOCK, 0) == -1);
/macosx-10.10.1/CPANInternal-159.1/Data-UUID-1.219/
H A DUUID.h103 # define UNLOCK(f) lockf(fileno(f),F_ULOCK,0);
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dunistd.h585 #define F_ULOCK 0 /* unlock locked section */ macro
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dalock.c98 res = lockf (fd, F_ULOCK, (off_t) ALOCK_SLOT_SIZE);
/macosx-10.10.1/cups-408/cups/cups/
H A Dfile.c2019 return (lockf(fp->fd, F_ULOCK, 0));

Completed in 123 milliseconds