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

/freebsd-11.0-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh31 NULLDEV="/dev/null"
32 test -c $NULLDEV || NULLDEV="NUL"
38 CMD=`exec 2>$NULLDEV; basename $0` || CMD=$0
252 PDF_OUTPUT="$NULLDEV"
260 AWK=":" DIFF=":" REFFILE="$NULLDEV" REFCOPY="$NULLDEV"
420 until $DIFF $REFCOPY $REFFILE 1>$NULLDEV 2>&1
445 $DIFF -c0 $NULLDEV $NULLDEV
[all...]
/freebsd-11.0-release/sys/dev/rp/
H A Drpreg.h141 #define NULLDEV -1 /* identifies non-existant device */ macro

Completed in 985 milliseconds