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

  /src/bin/sh/
redir.c 412 if ((f = open(fname, O_WRONLY|O_CREAT|O_EXCL,
958 #ifndef O_EXCL
959 # define O_EXCL 0
977 O_NOFOLLOW|O_CREAT|O_TRUNC|O_EXCL|O_NOCTTY|O_DIRECTORY|O_REGULAR)
  /src/sys/sys/
fcntl.h 99 #define O_EXCL 0x00000800 /* error if already exists */
138 O_ASYNC|O_SYNC|O_CREAT|O_TRUNC|O_EXCL|O_DSYNC|\

Completed in 12 milliseconds