Home
last modified time | relevance | path

Searched refs:file2 (Results 1 – 25 of 180) sorted by relevance

12345678

/netbsd-src/external/gpl2/groff/dist/contrib/gdiffmk/tests/
H A Dfile24 file1 and file2 #1
5 file2 only
6 file2 only
7 file1 and file2 #2
8 file2 only
9 file1 and file2 #3
10 file1 and file2 #4
11 file1 and file2 #5
H A Dtest_baseline4 file1 and file2 #1
6 file2 only
7 file2 only
9 file1 and file2 #2
11 file2 only
13 file1 and file2 #3
16 file1 and file2 #4
17 file1 and file2 #5
H A Dtest_baseline64 file1 and file2 #1
6 file2 only
7 file2 only
9 file1 and file2 #2
11 file2 only
13 file1 and file2 #3
16 file1 and file2 #4
17 file1 and file2 #5
H A Dtest_baseline104 file1 and file2 #1
10 file2 only
11 file2 only
13 file1 and file2 #2
15 file2 only
17 file1 and file2 #3
25 file1 and file2 #4
26 file1 and file2 #5
H A Dtest_baseline84 file1 and file2 #1
10 file2 only
11 file2 only
13 file1 and file2 #2
15 file2 only
17 file1 and file2 #3
25 file1 and file2 #4
26 file1 and file2 #5
H A Dtest_baseline94 file1 and file2 #1
10 file2 only
11 file2 only
13 file1 and file2 #2
15 file2 only
17 file1 and file2 #3
25 file1 and file2 #4
26 file1 and file2 #5
H A Druntests.in46 ${command} ${srcdir}/file1 ${srcdir}/file2 ${ResultFile} 2>${tmpfile}
52 ${command} ${srcdir}/file1 ${srcdir}/file2 >${ResultFile} 2>&1
57 ${command} ${srcdir}/file1 ${srcdir}/file2 - >${ResultFile} 2>&1
62 ${command} - ${srcdir}/file2 <${srcdir}/file1 >${ResultFile} 2>&1
67 ${command} ${srcdir}/file1 - <${srcdir}/file2 >${ResultFile} 2>&1
72 ${command} -aA -cC -dD ${srcdir}/file1 ${srcdir}/file2 >${ResultFile} 2>&1
77 cp ${srcdir}/file2 tmp_file7
84 ${command} -D ${srcdir}/file1 ${srcdir}/file2 >${ResultFile} 2>&1
90 ${srcdir}/file1 ${srcdir}/file2 >${ResultFile} 2>&1
95 ${command} -D -B ${srcdir}/file1 ${srcdir}/file2 >${ResultFile} 2>&1
H A Dfile14 file1 and file2 #1
6 file1 and file2 #2
7 file1 and file2 #3
10 file1 and file2 #4
11 file1 and file2 #5
/netbsd-src/tests/bin/cp/
H A Dt_cp.sh42 echo "I'm a file, 2" > file2
62 rm -f file2
65 atf_check cp file file2
66 cp_compare file_to_file_simple file file2
67 if [ `stat -f "%Lp" file2` != "755" ]; then
72 chmod 777 file2
73 cp_compare file_to_file_simple file file2
74 if [ `stat -f "%Lp" file2` != "777" ]; then
109 atf_check cp file2 link
110 cp_compare file_to_link file file2
[all …]
/netbsd-src/usr.bin/cmp/
H A Dcmp.c70 const char *file1, *file2; in main() local
110 if (strcmp(file2 = argv[1], "-") == 0) { in main()
116 file2 = "stdin"; in main()
118 else if ((fd2 = open(file2, O_RDONLY, 0)) < 0) { in main()
120 warn("%s", file2); in main()
146 err(ERR_EXIT, "%s", file2); in main()
153 c_special(fd1, file1, skip1, fd2, file2, skip2); in main()
156 fd2, file2, skip2, sb2.st_size); in main()
H A Dspecial.c50 c_special(int fd1, const char *file1, off_t skip1, int fd2, const char *file2, off_t skip2) in c_special() argument
61 err(ERR_EXIT, "%s", file2); in c_special()
89 diffmsg(file1, file2, byte, line); in c_special()
100 errmsg(file2, byte, line); in c_special()
106 eofmsg(file2, byte, line); in c_special()
H A Dregular.c56 int fd2, const char *file2, off_t skip2, off_t len2) in c_regular()
67 eofmsg(file2, len2 + 1, 0); in c_regular()
106 diffmsg(file1, file2, byte, line); in c_regular()
124 eofmsg(len1 > len2 ? file2 : file1, byte, line);
130 c_special(fd1, file1, skip1, fd2, file2, skip2);
55 c_regular(int fd1,const char * file1,off_t skip1,off_t len1,int fd2,const char * file2,off_t skip2,off_t len2) c_regular() argument
/netbsd-src/bin/ln/
H A Dln.c190 const char *file1, *file2; in samedirent() local
201 file2 = strrchr(path2, '/'); in samedirent()
202 if (file2 != NULL) in samedirent()
203 file2++; in samedirent()
205 file2 = path2; in samedirent()
206 if (strcmp(file1, file2) != 0) in samedirent()
208 if (file1 - path1 >= PATH_MAX || file2 - path2 >= PATH_MAX) in samedirent()
218 if (file2 == path2) in samedirent()
221 memcpy(pathbuf, path2, file2 - path2); in samedirent()
222 pathbuf[file2 - path2] = '\0'; in samedirent()
/netbsd-src/external/mpl/bind/dist/bin/tests/system/
H A Ddigcomp.pl24 $file2 = $ARGV[1];
90 open(FILE2, $file2) || die("open: $file2: $!\n");
114 print("Only in $file2 (missing from $file1):\n")
136 print("Only in $file2 (missing from $file1):\n")
150 print("Only in $file1 (missing from $file2):\n")
/netbsd-src/tests/kernel/kqueue/read/
H A Dt_file2.c46 ATF_TC(file2);
47 ATF_TC_HEAD(file2, tc) in ATF_TC_HEAD() argument
54 ATF_TC_BODY(file2, tc) in ATF_TC_BODY() argument
76 ATF_TP_ADD_TC(tp, file2); in ATF_TP_ADD_TCS()
/netbsd-src/external/bsd/ntp/dist/scripts/stats/
H A Detf.S2 file2 <- "etf_summary" label
9 cat("\n", file=file2 , append=TRUE, fill=FALSE, sep="")
10 cat(file1, "\n", file=file2, append=TRUE, fill=FALSE, sep="")
11 cat("etf1 ", count, ", T ", mean, " ns, R ", slope, " ps/s, std ", std, " us\n", file=file2, appen…
/netbsd-src/usr.bin/sdiff/
H A Dsdiff.c157 FILE *diffpipe, *file1, *file2; in main() local
318 if ((file2 = fopen(filename2, "r")) == NULL) in main()
325 while (parsecmd(diffpipe, file1, file2) != EOF) in main()
352 s2 = xfgets(file2); in main()
359 fclose(file2); in main()
568 parsecmd(FILE *diffpipe, FILE *file1, FILE *file2) in parsecmd() argument
672 if (!(s2 = xfgets(file2))) in parsecmd()
705 if (!(s = xfgets(file2))) in parsecmd()
720 printa(file2, file2end); in parsecmd()
725 printc(file1, file1end, file2, file2end); in parsecmd()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.ref21 *** ENVELOPE RECORDS test-queue-file2.tmp ***
9 197 *** MESSAGE CONTENTS test-queue-file2.tmp ***
33 531 *** HEADER EXTRACTED test-queue-file2.tmp ***
36 571 *** MESSAGE FILE END test-queue-file2.tmp ***
/netbsd-src/external/apache2/llvm/dist/llvm/utils/
H A Dcodegen-diff60 my @file2 = parse_gdb_file ($gdb_file);
61 my $lastrecord = ($#file1 >= $#file2) ? ($#file1) : ($#file2);
64 my $d2 = $file2[$i];
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Drcscmds.c510 diff_exec (const char *file1, const char *file2, const char *label1, in diff_exec() argument
515 file1, file2, label1, label2, out); in diff_exec()
534 strcmp (file2, DEVNULL) != 0) in diff_exec()
540 if (lstat (file2, &sb2) < 0) in diff_exec()
541 error (1, errno, "cannot get file information for %s", file2); in diff_exec()
546 file2 = DEVNULL; in diff_exec()
558 call_diff_add_arg (file2); in diff_exec()
/netbsd-src/crypto/external/bsd/netpgp/dist/tests/
H A Ddetached.at5 AT_CHECK([cp ${TOPSRCDIR}/configure file2], [0], [ignore], [ignore])
8 AT_CHECK([netpgp --homedir $testhomedir --sign --detached file2],
12 AT_CHECK([netpgp --homedir $testhomedir --verify file2.sig],
H A Dverify.at21 # Deliberately corrupt file2.gpg and attempt to verify
22 sed -e 's|1|2|' file1.gpg > file2.gpg
23 AT_CHECK([netpgp --homedir $testhomedir --verify file2.gpg],
/netbsd-src/tests/bin/pax/
H A Dt_pax.sh41 # store foo into file2.tar, then append bar to file2.tar
43 pax -w -b 512 -x ustar -f file2.tar foo
45 pax -w -b 512 -x ustar -f file2.tar -a bar
47 # ensure that file1.tar and file2.tar are equal
48 atf_check -s exit:0 -o empty -e empty cmp file1.tar file2.tar
/netbsd-src/usr.bin/newsyslog/
H A Dnewsyslog.c535 char file1[MAXPATHLEN], file2[MAXPATHLEN]; in log_trim() local
564 snprintf(file2, sizeof(file2), "%s%s", file1, in log_trim()
566 if (lstat(file2, &st) == 0) in log_trim()
577 snprintf(file2, sizeof(file2), "%s.%d%s", log->logfile, in log_trim()
584 PRINFO(("mv %s %s\n", file1, file2)); in log_trim()
586 if (rename(file1, file2)) in log_trim()
588 PRINFO(("chmod %o %s\n", log->mode, file2)); in log_trim()
590 if (chmod(file2, log->mode)) in log_trim()
591 err(EXIT_FAILURE, "%s", file2); in log_trim()
593 file2)); in log_trim()
[all …]
/netbsd-src/usr.bin/make/unit-tests/
H A Dvarname-vpath.mk17 touch varname-vpath.dir2/file2-in-subdirectory
34 . if exists(file2-in-subdirectory)
40 : ${exists(file2-in-subdirectory):L:?yes 2:no 2}

12345678