OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hupval
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/patch/
util.c
289
static sig_t
hupval
, intval;
local in function:set_signals
292
hupval
= signal(SIGHUP, SIG_IGN);
293
if (
hupval
!= SIG_IGN)
294
hupval
= my_exit;
299
signal(SIGHUP,
hupval
);
util.c
289
static sig_t
hupval
, intval;
local in function:set_signals
292
hupval
= signal(SIGHUP, SIG_IGN);
293
if (
hupval
!= SIG_IGN)
294
hupval
= my_exit;
299
signal(SIGHUP,
hupval
);
Completed in 21 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025