HomeSort by: relevance | last modified time | path
    Searched refs:F_ULOCK (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libc/gen/
lockf.c 58 case F_ULOCK:
utmpx.c 298 if (lockf(fileno(fp), F_ULOCK, (off_t)0) == -1)
  /src/external/bsd/openldap/dist/libraries/liblutil/
lockf.c 83 return lockf( fd, F_ULOCK, 0 );
  /src/external/bsd/openldap/dist/servers/slapd/slapi/
printmsg.c 109 lockf( fileno( fp ), F_ULOCK, 0 );
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
unistd.d 218 enum F_ULOCK = 0;
533 enum F_ULOCK = 0;
717 enum F_ULOCK = 0;
872 enum F_ULOCK = 0;
1009 enum F_ULOCK = 0;
1191 enum F_ULOCK = 0;
1510 enum F_ULOCK = 0;
1777 enum F_ULOCK = 0;
2019 enum F_ULOCK = 0;
  /src/include/
unistd.h 256 #define F_ULOCK 0
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc 144 # define F_ULOCK 0 /* Unlock a previously locked region. */
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 150 # define F_ULOCK 0 /* Unlock a previously locked region. */
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp 139 # define F_ULOCK 0 /* Unlock a previously locked region. */

Completed in 29 milliseconds