HomeSort by: relevance | last modified time | path
    Searched defs:dnfd (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.sbin/puffs/mount_psshfs/
psshfs.c 429 int dnfd, x; local in function:pssh_connect
458 dnfd = open(_PATH_DEVNULL, O_RDWR);
459 if (dnfd != -1)
460 dup2(dnfd, STDERR_FILENO);

Completed in 11 milliseconds