Home
last modified time | relevance | path

Searched refs:diffout (Results 1 – 25 of 52) sorted by relevance

123

/dports/devel/sunpromake/schily-2021-09-18/tests/bin/
H A Ddocommand51 diffout=""
67 diffout=">/dev/null"
191 diffout=""
207 diffout=">/dev/null"
273 eval diff $wo $bo "$4" got.stdout $diffout || \
328 diffout=""
344 diffout=">/dev/null"
424 eval diff $we $be "$5" got.stderr $diffout || \
466 diffout=""
482 diffout=">/dev/null"
[all …]
/dports/devel/sccs/schily-2021-09-18/tests/bin/
H A Ddocommand51 diffout=""
67 diffout=">/dev/null"
191 diffout=""
207 diffout=">/dev/null"
273 eval diff $wo $bo "$4" got.stdout $diffout || \
328 diffout=""
344 diffout=">/dev/null"
424 eval diff $we $be "$5" got.stderr $diffout || \
466 diffout=""
482 diffout=">/dev/null"
[all …]
/dports/net/rscsi/schily-2021-09-18/tests/bin/
H A Ddocommand51 diffout=""
67 diffout=">/dev/null"
191 diffout=""
207 diffout=">/dev/null"
273 eval diff $wo $bo "$4" got.stdout $diffout || \
328 diffout=""
344 diffout=">/dev/null"
424 eval diff $we $be "$5" got.stderr $diffout || \
466 diffout=""
482 diffout=">/dev/null"
[all …]
/dports/archivers/star/schily-2021-09-18/tests/bin/
H A Ddocommand51 diffout=""
67 diffout=">/dev/null"
191 diffout=""
207 diffout=">/dev/null"
273 eval diff $wo $bo "$4" got.stdout $diffout || \
328 diffout=""
344 diffout=">/dev/null"
424 eval diff $we $be "$5" got.stderr $diffout || \
466 diffout=""
482 diffout=">/dev/null"
[all …]
/dports/sysutils/cdrtools/schily-2021-09-18/tests/bin/
H A Ddocommand51 diffout=""
67 diffout=">/dev/null"
191 diffout=""
207 diffout=">/dev/null"
273 eval diff $wo $bo "$4" got.stdout $diffout || \
328 diffout=""
344 diffout=">/dev/null"
424 eval diff $we $be "$5" got.stderr $diffout || \
466 diffout=""
482 diffout=">/dev/null"
[all …]
/dports/editors/ved/schily-2021-09-18/tests/bin/
H A Ddocommand51 diffout=""
67 diffout=">/dev/null"
191 diffout=""
207 diffout=">/dev/null"
273 eval diff $wo $bo "$4" got.stdout $diffout || \
328 diffout=""
344 diffout=">/dev/null"
424 eval diff $we $be "$5" got.stderr $diffout || \
466 diffout=""
482 diffout=">/dev/null"
[all …]
/dports/devel/schilybase/schily-2021-09-18/tests/bin/
H A Ddocommand51 diffout=""
67 diffout=">/dev/null"
191 diffout=""
207 diffout=">/dev/null"
273 eval diff $wo $bo "$4" got.stdout $diffout || \
328 diffout=""
344 diffout=">/dev/null"
424 eval diff $we $be "$5" got.stderr $diffout || \
466 diffout=""
482 diffout=">/dev/null"
[all …]
/dports/devel/smake/schily-2021-09-18/tests/bin/
H A Ddocommand51 diffout=""
67 diffout=">/dev/null"
191 diffout=""
207 diffout=">/dev/null"
273 eval diff $wo $bo "$4" got.stdout $diffout || \
328 diffout=""
344 diffout=">/dev/null"
424 eval diff $we $be "$5" got.stderr $diffout || \
466 diffout=""
482 diffout=">/dev/null"
[all …]
/dports/sysutils/schilyutils/schily-2021-09-18/tests/bin/
H A Ddocommand51 diffout=""
67 diffout=">/dev/null"
191 diffout=""
207 diffout=">/dev/null"
273 eval diff $wo $bo "$4" got.stdout $diffout || \
328 diffout=""
344 diffout=">/dev/null"
424 eval diff $we $be "$5" got.stderr $diffout || \
466 diffout=""
482 diffout=">/dev/null"
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/sysinfo/netstatus/
H A Dnetstatus_proc.c16 unsigned long diffin, diffout; in _netstatus_proc_getstatus() local
70 diffout = tot_out - *prev_out; in _netstatus_proc_getstatus()
72 diffout /= diff; in _netstatus_proc_getstatus()
80 if (diffout > *prev_outmax) in _netstatus_proc_getstatus()
81 *prev_outmax = diffout; in _netstatus_proc_getstatus()
83 *prev_outcurrent = diffout; in _netstatus_proc_getstatus()
H A Dnetstatus_sysctl.c121 unsigned long tot_out = 0, tot_in = 0, diffin, diffout; in _netstatus_sysctl_getstatus() local
165 diffout = tot_out - *prev_out; in _netstatus_sysctl_getstatus()
167 diffout /= diff; in _netstatus_sysctl_getstatus()
175 if (diffout > *prev_outmax) in _netstatus_sysctl_getstatus()
176 *prev_outmax = diffout; in _netstatus_sysctl_getstatus()
178 *prev_outcurrent = diffout; in _netstatus_sysctl_getstatus()
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Drcscmds.c216 char *diffout = NULL; in RCS_merge() local
270 diffout = cvs_temp_name(); in RCS_merge()
287 retval = call_diff3 (diffout); in RCS_merge()
294 if (diffout) in RCS_merge()
295 copy_file (diffout, workfile); in RCS_merge()
313 if (diffout) in RCS_merge()
315 if (unlink_file (diffout) < 0) in RCS_merge()
318 error (0, errno, "cannot remove temp file %s", diffout); in RCS_merge()
320 free (diffout); in RCS_merge()
/dports/dns/p5-DNS-nsdiff/DNS-nsdiff-1.82/
H A Dnspatch92 my ($diffout,$differr,$diffx) = runtmp @nsdiff;
93 system 'cat', $dash, $diffout, $dash, $differr, $dash
97 open STDIN, '<', $diffout or fale 'open';
105 system 'cat', $dash, $diffout, $dash, $differr,
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/tools/clang/plugins/tests/
H A Dtest.sh29 local diffout="$(echo "${output}" | diff - "${2}")"
30 if [ "${diffout}" = "" ]; then
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/tools/clang/plugins/tests/
H A Dtest.sh29 local diffout="$(echo "${output}" | diff - "${2}")"
30 if [ "${diffout}" = "" ]; then
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/clang/plugins/tests/
H A Dtest.sh29 local diffout="$(echo "${output}" | diff - "${2}")"
30 if [ "${diffout}" = "" ]; then
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/clang/plugins/tests/
H A Dtest.sh29 local diffout="$(echo "${output}" | diff - "${2}")"
30 if [ "${diffout}" = "" ]; then
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/tools/clang/plugins/tests/
H A Dtest.sh29 local diffout="$(echo "${output}" | diff - "${2}")"
30 if [ "${diffout}" = "" ]; then
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/tools/clang/plugins/tests/
H A Dtest.sh29 local diffout="$(echo "${output}" | diff - "${2}")"
30 if [ "${diffout}" = "" ]; then
/dports/textproc/diffutils/diffutils-3.8/src/
H A Dsdiff.c588 FILE *left, *right, *out, *diffout; in main() local
617 diffout = popen (command, "r"); in main()
618 if (! diffout) in main()
653 diffout = fdopen (diff_fds[0], "r"); in main()
654 if (! diffout) in main()
659 lf_init (&diff_filt, diffout); in main()
674 wstatus = pclose (diffout); in main()
678 ck_fclose (diffout); in main()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/
H A Didiff.c28 char diffout[40], idiffout[40]; in main() local
62 strcpy(diffout, "/tmp/idiff.XXXXXX"); in main()
63 fd = opentemp(diffout, ORDWR|ORCLOSE); in main()
70 idiff(b1, argv[0], b2, argv[1], &bdiff, diffout, &bout, idiffout); in main()
/dports/lang/gawk/gawk-5.1.1/
H A DMakefile.am199 diffout valgrind-scan zos-diffout: target
/dports/lang/gawk/gawk-5.1.1/README_d/
H A DREADME.alpine14 Similarly, 'make diffout' fails because BusyBox diff doesn't accept
/dports/devel/idutils/idutils-4.6/gnulib-tests/
H A Dtest-update-copyright.sh19 diffout=`diff -u /dev/null /dev/null 2>&1`
20 if test x"$diffout" = x"" && test $? -eq 0; then
/dports/security/libntlm/libntlm-1.6/gl/tests/
H A Dtest-update-copyright.sh19 diffout=`diff -u /dev/null /dev/null 2>&1`
20 if test x"$diffout" = x"" && test $? -eq 0; then

123