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

  /src/lib/libc/stdio/
gettemp.c 56 #ifndef O_CLOFORK
57 #define O_CLOFORK 0
92 O_CLOEXEC | O_CLOFORK)) != 0) {
  /src/tests/lib/libc/sys/
t_pipe2.c 51 #ifndef O_CLOFORK
52 #define O_CLOFORK 0
79 if (flags & O_CLOFORK) {
182 #if defined(O_CLOFORK) && O_CLOFORK != 0
183 run(O_CLOFORK);
185 atf_tc_skip("O_CLOFORK not yet implemented");
  /src/sys/sys/
fcntl.h 128 #define O_CLOFORK 0x08000000 /* set close on fork */
140 O_DIRECTORY|O_CLOEXEC|O_CLOFORK|O_NOSIGPIPE|\
  /src/lib/libc/time/
localtime.c 391 #ifndef O_CLOFORK
392 # define O_CLOFORK 0
1013 int oflags = (O_RDONLY | O_BINARY | O_CLOEXEC | O_CLOFORK
1074 | O_BINARY | O_CLOEXEC | O_CLOFORK | O_DIRECTORY));

Completed in 18 milliseconds