Searched refs:O_CLOFORK (Results 1 – 6 of 6) sorted by relevance
195 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 …]
138 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()
61 if (flags & ~(O_CLOEXEC | O_CLOFORK)) { in dup3()77 if ((flags & O_CLOFORK) != 0) in dup3()
96 #define O_CLOFORK 0x4000000 /* set the close-on-fork flag */ macro
2202 |O_CLOEXEC|O_DIRECTORY|O_DIRECT|O_CLOFORK|FXATTRDIROPEN)2266 if (arg & O_CLOFORK) in openarg()
385 long flags = ~(O_CLOEXEC | O_CLOFORK | O_NONBLOCK); in prt_pip()396 if (val & O_CLOFORK) { in prt_pip()