Home
last modified time | relevance | path

Searched refs:DEVNULL (Results 1 – 10 of 10) sorted by relevance

/freebsd-9-stable/contrib/cvs/src/
Drcscmds.c561 strcmp (file1, DEVNULL) != 0 &&
562 strcmp (file2, DEVNULL) != 0)
572 file1 = DEVNULL;
574 file2 = DEVNULL;
Ddiff.c731 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,
Dcvs.h255 #define DEVNULL "NLA0:" macro
258 #ifndef DEVNULL
259 #define DEVNULL "/dev/null" macro
Dpatch.c698 file1 = xstrdup (DEVNULL);
DChangeLog-9395724 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
Drcs.c8942 assert (strcmp(DEVNULL, path));
8952 if (strcmp(DEVNULL, path))
Dserver.c2847 dev_null_fd = CVS_OPEN (DEVNULL, O_RDONLY);
DChangeLog4989 (make_file_label): If the file name is DEVNULL, date it the Epoch for
9277 * commit.c (checkaddfile): Replace `copy_file (DEVNULL, ...)' with
DChangeLog-96236 * server.c (do_cvs_command): Use DEVNULL not /dev/null.
/freebsd-9-stable/contrib/sendmail/contrib/
Dqtool.pl371 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);