Searched refs:DEVNULL (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/contrib/cvs/src/ |
| D | rcscmds.c | 561 strcmp (file1, DEVNULL) != 0 && 562 strcmp (file2, DEVNULL) != 0) 572 file1 = DEVNULL; 574 file2 = DEVNULL;
|
| D | diff.c | 731 make_file_label (DEVNULL, NULL, NULL); 742 make_file_label (DEVNULL, NULL, NULL); 769 status = diff_exec (DEVNULL, finfo->file, label1, label2, 786 status = diff_exec (DEVNULL, tmp, label1, label2, 803 status = diff_exec (tmp, DEVNULL, label1, label2,
|
| D | cvs.h | 255 #define DEVNULL "NLA0:" macro 258 #ifndef DEVNULL 259 #define DEVNULL "/dev/null" macro
|
| D | patch.c | 698 file1 = xstrdup (DEVNULL);
|
| D | ChangeLog-9395 | 724 rcscmds.c (RCS_merge): Direct stdout to DEVNULL rather than 1603 * cvs.h (DEVNULL): #define this iff it isn't already #defined. 1675 parameter for whether to direct stderr to DEVNULL. 1677 argument. 1 if stderr had been directed to DEVNULL before
|
| D | rcs.c | 8942 assert (strcmp(DEVNULL, path)); 8952 if (strcmp(DEVNULL, path))
|
| D | server.c | 2847 dev_null_fd = CVS_OPEN (DEVNULL, O_RDONLY);
|
| D | ChangeLog | 4989 (make_file_label): If the file name is DEVNULL, date it the Epoch for 9277 * commit.c (checkaddfile): Replace `copy_file (DEVNULL, ...)' with
|
| D | ChangeLog-96 | 236 * server.c (do_cvs_command): Use DEVNULL not /dev/null.
|
| /freebsd-9-stable/contrib/sendmail/contrib/ |
| D | qtool.pl | 371 if (open(DEVNULL, '>/dev/null')) 373 my $flock_status = flock(DEVNULL, Fcntl::LOCK_EX | Fcntl::LOCK_NB); 374 my $fcntl_status = fcntl (DEVNULL, Fcntl::F_SETLK, $fcntl_structlockp); 375 close(DEVNULL);
|