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

  /src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h 201 #define O_TRUNC _O_TRUNC
acwin.h 229 #define O_TRUNC _O_TRUNC
  /src/bin/sh/
redir.c 432 if ((f = open(fname, O_WRONLY|O_CREAT|O_TRUNC, 0666)) < 0)
955 #ifndef O_TRUNC
956 # define O_TRUNC 0
977 O_NOFOLLOW|O_CREAT|O_TRUNC|O_EXCL|O_NOCTTY|O_DIRECTORY|O_REGULAR)
  /src/sys/sys/
fcntl.h 98 #define O_TRUNC 0x00000400 /* truncate to zero length */
138 O_ASYNC|O_SYNC|O_CREAT|O_TRUNC|O_EXCL|O_DSYNC|\

Completed in 54 milliseconds