OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:O_NOSIGPIPE
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libc/compat/sys/
compat_dup3.c
52
if (flags & (O_NONBLOCK|
O_NOSIGPIPE
)) {
56
e |= flags & (O_NONBLOCK|
O_NOSIGPIPE
);
/src/tests/lib/libc/sys/
t_pipe2.c
95
if (flags &
O_NOSIGPIPE
) {
197
run(
O_NOSIGPIPE
);
/src/sys/sys/
fcntl.h
122
#define
O_NOSIGPIPE
0x01000000 /* don't deliver sigpipe */
140
O_DIRECTORY|O_CLOEXEC|O_CLOFORK|
O_NOSIGPIPE
|\
170
#define FNOSIGPIPE
O_NOSIGPIPE
/* kernel */
/src/bin/sh/
redir.c
913
#ifdef
O_NOSIGPIPE
914
{ "nosigpipe", 3,
O_NOSIGPIPE
},
916
# define
O_NOSIGPIPE
0
920
O_ALT_IO|O_DIRECT|
O_NOSIGPIPE
)
/src/bin/dd/
args.c
461
{ "nosigpipe",
O_NOSIGPIPE
, C_IFLAG|C_OFLAG },
/src/usr.sbin/nfsd/
nfsd.c
310
r = pipe2(detach_msg_pipe, O_CLOEXEC|
O_NOSIGPIPE
);
/src/sys/kern/
uipc_syscalls.c
1278
if (flags & ~(O_CLOEXEC|O_CLOFORK|O_NONBLOCK|
O_NOSIGPIPE
))
1286
if (flags &
O_NOSIGPIPE
)
sys_pipe.c
215
if (flags & ~(O_CLOEXEC|O_CLOFORK|O_NONBLOCK|
O_NOSIGPIPE
))
kern_descrip.c
776
if (flags & ~(O_CLOEXEC|O_CLOFORK|O_NONBLOCK|
O_NOSIGPIPE
))
Completed in 19 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025