OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oldpipe
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/ftp/
ftp.c
714
sigfunc volatile
oldpipe
;
local
742
oldpipe
= SIG_ERR;
756
oldpipe
= xsignal(SIGPIPE, SIG_IGN);
835
if (
oldpipe
== SIG_ERR) {
836
oldpipe
= xsignal(SIGPIPE, SIG_IGN);
926
if (
oldpipe
!= SIG_ERR)
927
(void)xsignal(SIGPIPE,
oldpipe
);
951
sigfunc volatile
oldpipe
;
local
988
oldpipe
= SIG_ERR;
1069
oldpipe
= xsignal(SIGPIPE, SIG_IGN)
[
all
...]
fetch.c
1397
sigfunc volatile
oldpipe
;
local
1427
oldquit = oldalrm = oldint =
oldpipe
= SIG_ERR;
1657
oldpipe
= xsignal(SIGPIPE, SIG_IGN);
1886
if (
oldpipe
!= SIG_ERR)
1887
(void)xsignal(SIGPIPE,
oldpipe
);
Completed in 15 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026