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

  /src/bin/sh/
redir.c 946 #ifndef O_EXLOCK
947 # define O_EXLOCK 0
976 #define IGNFLAGS (O_ACCMODE|O_RDONLY|O_WRONLY|O_RDWR|O_SHLOCK|O_EXLOCK| \
  /src/sys/sys/
fcntl.h 85 #define O_EXLOCK 0x00000020 /* open with exclusive file lock */
137 #define O_MASK (O_ACCMODE|O_NONBLOCK|O_APPEND|O_SHLOCK|O_EXLOCK|\
  /src/tools/compat/
compat_defs.h 714 #ifndef O_EXLOCK
715 #define O_EXLOCK 0

Completed in 14 milliseconds