Home
last modified time | relevance | path

Searched refs:O_CLOFORK (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/test/os-tests/tests/oclo/
H A Doclo.c195 flags |= O_CLOFORK; in oclo_file()
356 dflags |= O_CLOFORK; in oclo_dup_common()
403 flags |= O_CLOFORK; in oclo_pipe()
671 .clo_flags = O_CLOFORK | O_CLOEXEC,
679 .clo_flags = O_CLOFORK,
687 .clo_flags = O_CLOFORK | O_CLOEXEC,
695 .clo_flags = O_CLOFORK,
703 .clo_flags = O_CLOFORK | O_CLOEXEC,
711 .clo_flags = O_CLOFORK,
719 .clo_flags = O_CLOFORK | O_CLOEXEC,
[all …]
H A Doclo_errors.c138 if (!oclo_dup3("dup3(): O_CLOFORK|O_WRONLY", O_CLOFORK | O_WRONLY)) { in main()
164 if (!oclo_pipe2("pipe2(): O_CLOFORK|O_WRONLY", O_CLOFORK | O_WRONLY)) { in main()
/illumos-gate/usr/src/lib/libc/port/gen/
H A Ddup.c61 if (flags & ~(O_CLOEXEC | O_CLOFORK)) { in dup3()
77 if ((flags & O_CLOFORK) != 0) in dup3()
/illumos-gate/usr/src/uts/common/sys/
H A Dfcntl.h96 #define O_CLOFORK 0x4000000 /* set the close-on-fork flag */ macro
/illumos-gate/usr/src/cmd/truss/
H A Dcodes.c2202 |O_CLOEXEC|O_DIRECTORY|O_DIRECT|O_CLOFORK|FXATTRDIROPEN)
2266 if (arg & O_CLOFORK) in openarg()
H A Dprint.c385 long flags = ~(O_CLOEXEC | O_CLOFORK | O_NONBLOCK); in prt_pip()
396 if (val & O_CLOFORK) { in prt_pip()