Symbol: O_CLOFORK
usr/src/cmd/truss/codes.c
2202
|O_CLOEXEC|O_DIRECTORY|O_DIRECT|O_CLOFORK|FXATTRDIROPEN)
usr/src/cmd/truss/codes.c
2266
if (arg & O_CLOFORK)
usr/src/cmd/truss/print.c
385
long flags = ~(O_CLOEXEC | O_CLOFORK | O_NONBLOCK);
usr/src/cmd/truss/print.c
396
if (val & O_CLOFORK) {
usr/src/lib/libc/port/gen/dup.c
61
if (flags & ~(O_CLOEXEC | O_CLOFORK)) {
usr/src/lib/libc/port/gen/dup.c
77
if ((flags & O_CLOFORK) != 0)
usr/src/test/os-tests/tests/oclo/oclo.c
1184
int flags = O_RDWR | O_CLOFORK;
usr/src/test/os-tests/tests/oclo/oclo.c
199
flags |= O_CLOFORK;
usr/src/test/os-tests/tests/oclo/oclo.c
360
dflags |= O_CLOFORK;
usr/src/test/os-tests/tests/oclo/oclo.c
407
flags |= O_CLOFORK;
usr/src/test/os-tests/tests/oclo/oclo.c
675
.clo_flags = O_CLOFORK | O_CLOEXEC,
usr/src/test/os-tests/tests/oclo/oclo.c
683
.clo_flags = O_CLOFORK,
usr/src/test/os-tests/tests/oclo/oclo.c
691
.clo_flags = O_CLOFORK | O_CLOEXEC,
usr/src/test/os-tests/tests/oclo/oclo.c
699
.clo_flags = O_CLOFORK,
usr/src/test/os-tests/tests/oclo/oclo.c
707
.clo_flags = O_CLOFORK | O_CLOEXEC,
usr/src/test/os-tests/tests/oclo/oclo.c
715
.clo_flags = O_CLOFORK,
usr/src/test/os-tests/tests/oclo/oclo.c
723
.clo_flags = O_CLOFORK | O_CLOEXEC,
usr/src/test/os-tests/tests/oclo/oclo.c
731
.clo_flags = O_CLOFORK,
usr/src/test/os-tests/tests/oclo/oclo_errors.c
138
if (!oclo_dup3("dup3(): O_CLOFORK|O_WRONLY", O_CLOFORK | O_WRONLY)) {
usr/src/test/os-tests/tests/oclo/oclo_errors.c
164
if (!oclo_pipe2("pipe2(): O_CLOFORK|O_WRONLY", O_CLOFORK | O_WRONLY)) {