OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_CLOFORK
(Results
1 - 14
of
14
) sorted by relevancy
/src/lib/libc/compat/sys/
compat_dup3.c
62
switch (flags & (O_CLOEXEC|
O_CLOFORK
)) {
63
case O_CLOEXEC|
O_CLOFORK
:
69
case
O_CLOFORK
:
/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/tests/kernel/
t_clofork.c
50
#if defined(
O_CLOFORK
) &&
O_CLOFORK
!= 0
99
RL(fd = open("/dev/drvctl", O_RDONLY|
O_CLOFORK
));
109
RL(fd3 = dup3(STDIN_FILENO, 3,
O_CLOFORK
));
131
RL(fd = kqueue1(
O_CLOFORK
));
141
RL(fd = open("file", O_RDWR|O_CREAT|
O_CLOFORK
, 0644));
162
RL(pipe2(fd,
O_CLOFORK
));
172
RL(pipe2(fd,
O_CLOFORK
));
358
* pipe2(
O_CLOFORK
) with each exec path, and we try each open path with
374
"pipe2(
O_CLOFORK
) reader is closed in child on fork/exec"
[
all
...]
/src/lib/libc/stdio/
gettemp.c
67
O_CLOEXEC |
O_CLOFORK
)) != 0) {
/src/sys/sys/
fcntl.h
128
#define
O_CLOFORK
0x08000000 /* set close on fork */
140
O_DIRECTORY|O_CLOEXEC|
O_CLOFORK
|O_NOSIGPIPE|\
/src/tests/lib/libc/ttyio/
t_ptm.c
173
"applies O_NONBLOCK, O_CLOEXEC, and
O_CLOFORK
");
180
if ((fdm = posix_openpt(O_RDWR|O_NONBLOCK|O_CLOEXEC|
O_CLOFORK
)) == -1) {
/src/sys/kern/
tty_ptm.c
211
fd_set_foclose(l, *fd, (flags &
O_CLOFORK
) != 0);
sys_pipe.c
215
if (flags & ~(O_CLOEXEC|
O_CLOFORK
|O_NONBLOCK|O_NOSIGPIPE))
243
fd_set_foclose(l, fildes[0], (flags &
O_CLOFORK
) != 0);
250
fd_set_foclose(l, fildes[1], (flags &
O_CLOFORK
) != 0);
kern_descrip.c
776
if (flags & ~(O_CLOEXEC|
O_CLOFORK
|O_NONBLOCK|O_NOSIGPIPE))
818
fd_set_foclose(curlwp, newfd, (flags &
O_CLOFORK
) != 0);
1965
fd_set_foclose(curlwp, fd, (flag &
O_CLOFORK
) != 0);
uipc_syscalls.c
1278
if (flags & ~(O_CLOEXEC|
O_CLOFORK
|O_NONBLOCK|O_NOSIGPIPE))
1282
if (flags &
O_CLOFORK
)
uipc_usrreq.c
1486
fd_set_foclose(l, fd, (flags &
O_CLOFORK
) != 0);
uipc_socket.c
1412
O_CLOFORK
: 0));
vfs_syscalls.c
333
if (flags &
O_CLOFORK
)
/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 24 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025