OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:O_CLOFORK
(Results
1 - 3
of
3
) sorted by relevancy
/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
148
#ifndef
O_CLOFORK
149
# define
O_CLOFORK
0
674
fid = open(name, (O_RDONLY | O_BINARY | O_CLOEXEC |
O_CLOFORK
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025