Searched refs:dup2dn (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sbin/mdmfs/
H A Dmdmfs.c717 bool dup2dn; /* Dup /dev/null to stdout? */ local
722 dup2dn = true;
765 dup2dn = false;
782 if (dup2dn)
/freebsd-11-stable/sbin/swapon/
H A Dswapon.c651 int pfd[2], nfd, dup2dn; local
682 dup2dn = 1;
689 dup2dn = 0;
703 if (dup2dn && dup2(nfd, STDOUT_FILENO) < 0)

Completed in 124 milliseconds