OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_GETNOSIGPIPE
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libc/sys/
t_pipe2.c
96
ATF_REQUIRE(fcntl(fd[0],
F_GETNOSIGPIPE
) != 0);
97
ATF_REQUIRE(fcntl(fd[1],
F_GETNOSIGPIPE
) != 0);
99
ATF_REQUIRE(fcntl(fd[0],
F_GETNOSIGPIPE
) == 0);
100
ATF_REQUIRE(fcntl(fd[1],
F_GETNOSIGPIPE
) == 0);
/src/sys/sys/
fcntl.h
205
#define
F_GETNOSIGPIPE
13 /* get SIGPIPE disposition */
/src/sys/kern/
sys_descrip.c
422
case
F_GETNOSIGPIPE
:
/src/usr.bin/kdump/
kdump.c
574
CASERETURN(
F_GETNOSIGPIPE
);
Completed in 96 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025