OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nulldesc
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/syslogd/
syslogd.c
4211
int pfd[2],
nulldesc
, i;
local in function:p_open
4217
if ((
nulldesc
= open(_PATH_DEVNULL, O_RDWR)) == -1) {
4224
(void) close(
nulldesc
);
4245
dup2(
nulldesc
, STDOUT_FILENO);
4246
dup2(
nulldesc
, STDERR_FILENO);
4254
(void) close(
nulldesc
);
syslogd.c
4211
int pfd[2],
nulldesc
, i;
local in function:p_open
4217
if ((
nulldesc
= open(_PATH_DEVNULL, O_RDWR)) == -1) {
4224
(void) close(
nulldesc
);
4245
dup2(
nulldesc
, STDOUT_FILENO);
4246
dup2(
nulldesc
, STDERR_FILENO);
4254
(void) close(
nulldesc
);
Completed in 27 milliseconds
Indexes created Thu Oct 02 07:10:07 GMT 2025