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

/macosx-10.9.5/emacs-92/emacs/src/
H A Dprocess.h160 #ifndef NULL_DEVICE
161 #define NULL_DEVICE "/dev/null" macro
H A Dcallproc.c163 if (strcmp (SDATA (file), NULL_DEVICE) != 0)
316 infile = build_string (NULL_DEVICE);
489 fd[1] = emacs_open (NULL_DEVICE, O_WRONLY, 0), fd[0] = -1;
530 fd_error = emacs_open (NULL_DEVICE, O_WRONLY, 0);
553 error_file = build_string (NULL_DEVICE);
576 errfn = NULL_DEVICE;
H A Dprocess.c6449 new_outfd = emacs_open (NULL_DEVICE, O_WRONLY, 0);
/macosx-10.9.5/emacs-92/emacs/src/s/
H A Dmsdos.h200 #define NULL_DEVICE "nul"
199 #define NULL_DEVICE macro
H A Dvms.h249 #define NULL_DEVICE "NLA0:"
248 #define NULL_DEVICE macro
H A Dms-w32.h225 #define NULL_DEVICE "NUL:" macro
/macosx-10.9.5/gnudiff-19/diffutils/src/
H A Dsystem.h346 #ifndef NULL_DEVICE
347 # define NULL_DEVICE "/dev/null"
345 # define NULL_DEVICE macro
H A Dcmp.c323 && stat (NULL_DEVICE, &nullstat) == 0
/macosx-10.9.5/gpatch-3/patch/
H A Dcommon.h312 #ifndef NULL_DEVICE
313 #define NULL_DEVICE "/dev/null" macro
H A Dinp.c338 filename = NULL_DEVICE;
H A Dutil.c231 static char const DEV_NULL[] = NULL_DEVICE;
986 regardless of how NULL_DEVICE is spelled. */

Completed in 217 milliseconds