Home
last modified time | relevance | path

Searched refs:O_NOSIGPIPE (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/lib/libc/compat/sys/
H A Dcompat_dup3.c50 if (flags & (O_NONBLOCK|O_NOSIGPIPE)) { in dup3()
54 e |= flags & (O_NONBLOCK|O_NOSIGPIPE); in dup3()
/netbsd-src/sys/sys/
H A Dfcntl.h122 #define O_NOSIGPIPE 0x01000000 /* don't deliver sigpipe */ macro
136 O_DIRECTORY|O_CLOEXEC|O_NOSIGPIPE|O_REGULAR|O_EXEC)
165 #define FNOSIGPIPE O_NOSIGPIPE /* kernel */
/netbsd-src/tests/lib/libc/sys/
H A Dt_pipe2.c80 if (flags & O_NOSIGPIPE) { in run()
167 run(O_NOSIGPIPE); in ATF_TC_BODY()
/netbsd-src/bin/dd/
H A Dargs.c461 { "nosigpipe", O_NOSIGPIPE, C_IFLAG|C_OFLAG },
/netbsd-src/usr.sbin/nfsd/
H A Dnfsd.c310 r = pipe2(detach_msg_pipe, O_CLOEXEC|O_NOSIGPIPE); in daemon2_fork()
/netbsd-src/sys/kern/
H A Duipc_syscalls.c1277 if (flags & ~(O_CLOEXEC|O_NONBLOCK|O_NOSIGPIPE)) in pipe1()
1283 if (flags & O_NOSIGPIPE) in pipe1()
H A Dsys_pipe.c215 if (flags & ~(O_CLOEXEC|O_NONBLOCK|O_NOSIGPIPE)) in pipe1()
H A Dkern_descrip.c774 if (flags & ~(O_CLOEXEC|O_NONBLOCK|O_NOSIGPIPE)) in fd_dup2()