Searched refs:file2 (Results 1 - 25 of 126) sorted by relevance

123456

/netbsd-current/usr.bin/make/unit-tests/
H A Dvarname-vpath.exp4 CondParser_Eval: exists(file2-in-subdirectory)
5 exists(file2-in-subdirectory) result is ""
9 CondParser_Eval: exists(file2-in-subdirectory)
10 exists(file2-in-subdirectory) result is "varname-vpath.dir2/file2-in-subdirectory"
H A Ddir-expand-path.exp2 dir-expand-path.dir.1/file2.src
/netbsd-current/external/gpl2/groff/dist/contrib/gdiffmk/tests/
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 >
[all...]
/netbsd-current/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]
85 send_log "$LD $flags -r -o ${rootname1}_${rootname2}.o $file1 $file2\n"
86 catch "exec $LD $flags -r -o ${rootname1}_${rootname2}.o $file1 $file2" ld_output
93 puts $resultfile [format "%-20s %-20s %s" $file1 $file2 $result]
104 puts $resultfile [format "%-20s %-20s ERROR" $file1 $file2]
116 proc test_arch_error { file1 file2 resultfile} {
122 set name2 [file tail $file2]
126 send_log "$LD -r -o ${rootname1}_${rootname2}.o $file1 $file2\n"
127 catch "exec $LD -r -o ${rootname1}_${rootname2}.o $file1 $file2" ld_outpu
[all...]
/netbsd-current/tests/kernel/kqueue/read/
H A Dt_file2.c46 ATF_TC(file2); variable
47 ATF_TC_HEAD(file2, tc)
54 ATF_TC_BODY(file2, tc)
76 ATF_TP_ADD_TC(tp, file2);
/netbsd-current/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-current/usr.bin/cmp/
H A Dcmp.c70 const char *file1, *file2; local
110 if (strcmp(file2 = argv[1], "-") == 0) {
116 file2 = "stdin";
118 else if ((fd2 = open(file2, O_RDONLY, 0)) < 0) {
120 warn("%s", file2);
146 err(ERR_EXIT, "%s", file2);
153 c_special(fd1, file1, skip1, fd2, file2, skip2);
156 fd2, file2, skip2, sb2.st_size);
165 "Usage: %s [-c] [-l | -s] file1 file2 [skip1 [skip2]]\n",
H A Dspecial.c50 c_special(int fd1, const char *file1, off_t skip1, int fd2, const char *file2, off_t skip2) argument
61 err(ERR_EXIT, "%s", file2);
89 diffmsg(file1, file2, byte, line);
100 errmsg(file2, byte, line);
106 eofmsg(file2, byte, line);
H A Dregular.c55 int fd2, const char *file2, off_t skip2, off_t len2)
66 eofmsg(file2, len2 + 1, 0);
94 diffmsg(file1, file2, byte, line);
111 eofmsg(len1 > len2 ? file2 : file1, byte, line);
117 c_special(fd1, file1, skip1, fd2, file2, skip2);
54 c_regular(int fd1, const char *file1, off_t skip1, off_t len1, int fd2, const char *file2, off_t skip2, off_t len2) argument
H A Dmisc.c78 diffmsg(const char *file1, const char *file2, off_t byte, off_t line) argument
82 file1, file2, (long long)byte, (long long)line);
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dopenat-priv.h61 int fd2, char const *file2,
62 int (*func) (char const *file1, char const *file2));
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dopenat-priv.h61 int fd2, char const *file2,
62 int (*func) (char const *file1, char const *file2));
/netbsd-current/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, append=TRUE, fill=FALSE, sep="")
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/microblaze/
H A Drelax_size.exp12 proc regexp_test { file1 file2 test } {
13 if [regexp_diff $file1 $file2] then { fail $test } else { pass $test }
H A Dreloc_sym.exp31 proc regexp_test { file1 file2 test } {
32 if [regexp_diff $file1 $file2] then { fail $test } else { pass $test }
/netbsd-current/tests/bin/cp/
H A Dt_cp.sh28 FILES="file file2 file3 link dir dir2 dirlink target"
42 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 lin
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mt/
H A Drelocs.exp33 proc regexp_test { file1 file2 test } {
34 if [regexp_diff $file1 $file2] then { fail $test } else { pass $test }
/netbsd-current/bin/ln/
H A Dln.c190 const char *file1, *file2; local
201 file2 = strrchr(path2, '/');
202 if (file2 != NULL)
203 file2++;
205 file2 = path2;
206 if (strcmp(file1, file2) != 0)
208 if (file1 - path1 >= PATH_MAX || file2 - path2 >= PATH_MAX)
218 if (file2 == path2)
221 memcpy(pathbuf, path2, file2 - path2);
222 pathbuf[file2
[all...]
/netbsd-current/tests/bin/tar/
H A Dt_tar.sh40 # store foo into file2.tar, then append bar to file2.tar
41 atf_check -s exit:0 -o empty -e empty tar -cf file2.tar foo
42 atf_check -s exit:0 -o empty -e empty tar -rf file2.tar bar
44 # ensure that file1.tar and file2.tar are equal
45 atf_check -s exit:0 -o empty -e empty cmp file1.tar file2.tar
/netbsd-current/regress/sys/kern/unfdpass/
H A DMakefile8 CLEANFILES+=file1 file2 file3 file4 file5 file6 file7 file8 file9 file10 \
/netbsd-current/external/gpl2/xcvs/dist/diff/
H A Ddir.c130 compare_names (file1, file2)
131 void const *file1, *file2;
134 * (char const *const *) file2);
/netbsd-current/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")
H A Dmakejournal.c86 char *origin, *file1, *file2, *journal; local
92 printf("usage: %s origin file1 file2 journal\n", argv[0]);
98 file2 = argv[3];
128 result = loadzone(&newdb, origin, file2);
130 fprintf(stderr, "Couldn't load %s: ", file2);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mep/
H A Dcomplex-relocs.exp36 proc regexp_test { file1 file2 test } {
37 if [regexp_diff $file1 $file2] then { fail $test } else { pass $test }
/netbsd-current/external/gpl2/xcvs/dist/src/
H A Drcscmds.c510 diff_exec (const char *file1, const char *file2, const char *label1, argument
515 file1, file2, label1, label2, out);
518 /* If either file1 or file2 are special files, pretend they are
534 strcmp (file2, DEVNULL) != 0)
540 if (lstat (file2, &sb2) < 0)
541 error (1, errno, "cannot get file information for %s", file2);
546 file2 = DEVNULL;
558 call_diff_add_arg (file2);

Completed in 393 milliseconds

123456