Home
last modified time | relevance | path

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

12345678910

/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-sh/arch/
H A Darch.exp73 proc test_arch { file1 file2 arch resultfile } {
79 set name2 [file tail $file2]
104 puts $resultfile [format "%-20s %-20s ERROR" $file1 $file2]
116 proc test_arch_error { file1 file2 resultfile} {
122 set name2 [file tail $file2]
135 puts $resultfile [format "%-20s %-20s ERROR" $file1 $file2]
210 foreach file2 $ofilelist {
214 set name2 [file tail $file2]
228 test_arch_error $file1 $file2 $outfile
230 test_arch $file1 $file2 $exarch $outfile
[all …]
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-sh/arch/
H A Darch.exp73 proc test_arch { file1 file2 arch resultfile } {
79 set name2 [file tail $file2]
104 puts $resultfile [format "%-20s %-20s ERROR" $file1 $file2]
116 proc test_arch_error { file1 file2 resultfile} {
122 set name2 [file tail $file2]
135 puts $resultfile [format "%-20s %-20s ERROR" $file1 $file2]
210 foreach file2 $ofilelist {
214 set name2 [file tail $file2]
228 test_arch_error $file1 $file2 $outfile
230 test_arch $file1 $file2 $exarch $outfile
[all …]
/netbsd/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_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 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 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/tests/bin/cp/
H A Dt_cp.sh42 echo "I'm a file, 2" > file2
62 rm -f file2
65 atf_check -s eq:0 -o empty -e empty 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
110 cp_compare file_to_link file file2
122 cp_compare link_to_file file file2
[all …]
/netbsd/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.c55 int fd2, const char *file2, off_t skip2, off_t len2) in c_regular() argument
66 eofmsg(file2, len2 + 1, 0); in c_regular()
94 diffmsg(file1, file2, byte, line); in c_regular()
111 eofmsg(len1 > len2 ? file2 : file1, byte, line); in c_regular()
117 c_special(fd1, file1, skip1, fd2, file2, skip2); in c_regular()
/netbsd/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/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/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/external/gpl3/gdb/dist/binutils/testsuite/binutils-all/
H A Dar.exp48 set file2 tmpdir/$n2
64 remote_file build delete $file2
78 set file2 [remote_download host $file2]
120 remote_file host delete $file2
144 set file2 tmpdir/$n2
147 set file2 $n2
155 if ![file exists $file2] {
156 verbose -log "$file2 does not exist"
171 set f [open $file2 r]
173 verbose -log "$file2 contents:"
[all …]
/netbsd/external/gpl3/gdb.old/dist/binutils/testsuite/binutils-all/
H A Dar.exp48 set file2 tmpdir/$n2
64 remote_file build delete $file2
78 set file2 [remote_download host $file2]
120 remote_file host delete $file2
144 set file2 tmpdir/$n2
147 set file2 $n2
155 if ![file exists $file2] {
156 verbose -log "$file2 does not exist"
171 set f [open $file2 r]
173 verbose -log "$file2 contents:"
[all …]
/netbsd/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/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()
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()
956 if (!(add = xfgets(file2))) in printc()
[all …]
/netbsd/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/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/external/gpl3/gdb/dist/gdb/
H A Dmacrotab.c216 struct macro_source_file *file2, int line2) in compare_locations() argument
231 if (! file2) in compare_locations()
236 else if (! file2) in compare_locations()
241 if (file1 != file2) in compare_locations()
248 int depth2 = inclusion_depth (file2); in compare_locations()
261 line2 = file2->included_at_line; in compare_locations()
262 file2 = file2->included_by; in compare_locations()
269 while (file1 != file2) in compare_locations()
278 line2 = file2->included_at_line; in compare_locations()
279 file2 = file2->included_by; in compare_locations()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dmacrotab.c216 struct macro_source_file *file2, int line2) in compare_locations() argument
231 if (! file2) in compare_locations()
236 else if (! file2) in compare_locations()
241 if (file1 != file2) in compare_locations()
248 int depth2 = inclusion_depth (file2); in compare_locations()
261 line2 = file2->included_at_line; in compare_locations()
262 file2 = file2->included_by; in compare_locations()
269 while (file1 != file2) in compare_locations()
278 line2 = file2->included_at_line; in compare_locations()
279 file2 = file2->included_by; in compare_locations()
[all …]

12345678910