HomeSort by: relevance | last modified time | path
    Searched defs:O_SHLOCK (Results 1 - 4 of 4) sorted by relevancy

  /src/bin/sh/
redir.c 943 #ifndef O_SHLOCK
944 # define O_SHLOCK 0
976 #define IGNFLAGS (O_ACCMODE|O_RDONLY|O_WRONLY|O_RDWR|O_SHLOCK|O_EXLOCK| \
  /src/usr.sbin/ypbind/
ypbind.c 75 #ifndef O_SHLOCK
76 #define O_SHLOCK 0
151 fd = open(path, flags|O_SHLOCK, mode);
155 #if O_SHLOCK == 0
  /src/sys/sys/
fcntl.h 84 #define O_SHLOCK 0x00000010 /* open with shared file lock */
137 #define O_MASK (O_ACCMODE|O_NONBLOCK|O_APPEND|O_SHLOCK|O_EXLOCK|\
  /src/tools/compat/
compat_defs.h 717 #ifndef O_SHLOCK
718 #define O_SHLOCK 0

Completed in 30 milliseconds