OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dnfd
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/puffs/mount_psshfs/
psshfs.c
429
int
dnfd
, x;
local
458
dnfd
= open(_PATH_DEVNULL, O_RDWR);
459
if (
dnfd
!= -1)
460
dup2(
dnfd
, STDERR_FILENO);
psshfs.c
429
int
dnfd
, x;
local
458
dnfd
= open(_PATH_DEVNULL, O_RDWR);
459
if (
dnfd
!= -1)
460
dup2(
dnfd
, STDERR_FILENO);
Completed in 30 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026