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

  /src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h 199 #define O_CREAT _O_CREAT
acwin.h 227 #define O_CREAT _O_CREAT
  /src/bin/sh/
redir.c 404 if ((f = open(fname, O_RDWR|O_CREAT, 0666)) < 0)
412 if ((f = open(fname, O_WRONLY|O_CREAT|O_EXCL,
432 if ((f = open(fname, O_WRONLY|O_CREAT|O_TRUNC, 0666)) < 0)
438 if ((f = open(fname, O_WRONLY|O_CREAT|O_APPEND, 0666)) < 0)
952 #ifndef O_CREAT
953 # define O_CREAT 0
977 O_NOFOLLOW|O_CREAT|O_TRUNC|O_EXCL|O_NOCTTY|O_DIRECTORY|O_REGULAR)
  /src/sys/sys/
fcntl.h 97 #define O_CREAT 0x00000200 /* create if nonexistent */
138 O_ASYNC|O_SYNC|O_CREAT|O_TRUNC|O_EXCL|O_DSYNC|\

Completed in 42 milliseconds