Searched refs:NULL_DEVICE (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/contrib/texinfo/lib/
H A Dsystem.h202 # define NULL_DEVICE "/dev/null" macro
210 # define NULL_DEVICE "NUL" macro
217 # define NULL_DEVICE "NUL" macro
255 # define NULL_DEVICE "/dev/null" macro
/freebsd-9.3-release/contrib/diff/src/
H A Dsystem.h271 #ifndef NULL_DEVICE
272 # define NULL_DEVICE "/dev/null"
270 # define NULL_DEVICE macro
H A Dcmp.c319 && stat (NULL_DEVICE, &nullstat) == 0
/freebsd-9.3-release/contrib/texinfo/info/
H A Dman.c324 freopen (NULL_DEVICE, "w", stderr);
325 freopen (NULL_DEVICE, "r", stdin);
344 int fd_err = open (NULL_DEVICE, O_WRONLY, 0666);
/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmakeinfo.c1622 if (FILENAME_CMP (output_filename, NULL_DEVICE) == 0
1710 && FILENAME_CMP (macro_expansion_filename, NULL_DEVICE) != 0
1774 && FILENAME_CMP (real_output_filename, NULL_DEVICE) != 0
H A Dfiles.c656 if (FILENAME_CMP (current_output_filename, NULL_DEVICE) == 0

Completed in 115 milliseconds