Home
last modified time | relevance | path

Searched refs:NULL_DEV (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dnonposix.h112 # define NULL_DEV "NUL" macro
222 #ifndef NULL_DEV
223 # define NULL_DEV "/dev/null" macro
/netbsd-src/external/gpl2/groff/dist/src/preproc/html/
H A Dpre-html.cpp321 int fdnull = open(NULL_DEV, O_WRONLY|O_BINARY, 0666); in html_system()