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

123

/macosx-10.10/cups-408/cups/tools/
H A Dcheckglobals11 for file2 in *.o; do
12 if test "$file" = "$file2"; then
16 found=`nm -g $file2 | grep $function`
/macosx-10.10/groff-38/groff/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...]
/macosx-10.10/rsync-45/rsync/testsuite/
H A Dunsafe-links.test28 touch "from/safe/files/file2"
32 ln -s ../files/file2 "from/safe/links/"
38 test_symlink to/links/file2
44 test_regular to/links/file2
50 test_symlink to/links/file2
57 test_symlink to/links/file2
64 test_symlink to/links/file2
/macosx-10.10/ntp-92/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="")
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/tests/
H A Dglobrecur.test28 TestTouch GLOBTESTDIR/dir1/file2
31 TestTouch GLOBTESTDIR/dir2/file2.c
33 TestTouch GLOBTESTDIR/file2
35 TestTouch GLOBTESTDIR/dir2/dir3/file2.c
40 GLOBTESTDIR/dir1/file2 \
45 GLOBTESTDIR/dir2/dir3/file2.c \
48 GLOBTESTDIR/dir2/file2.c \
51 GLOBTESTDIR/file2]
55 GLOBTESTDIR/dir2/dir3/file2.c \
56 GLOBTESTDIR/dir2/file2
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libcmd/
H A Dcmp.c67 "\nfile1 file2 [skip1 [skip2]]\n"
145 cmp(const char* file1, Sfio_t* f1, const char* file2, Sfio_t* f2, int flags, Sfoff_t count, Sfoff_t differences) argument
185 error(ERROR_exit(1), "EOF on %s", file2);
215 sfprintf(sfstdout, "%s %s differ: char %I*d, line %I*u\n", file1, file2, sizeof(pos), pos - (last - p1), sizeof(lines), lines);
226 sfprintf(sfstdout, "%s %s differ: char %I*d, line %I*u", file1, file2, sizeof(pos), pos - (last - p1), sizeof(lines), lines);
253 char* file2; local
313 if (error_info.errors || !(file1 = *argv++) || !(file2 = *argv++))
324 if (streq(file2, "-"))
326 else if (!(f2 = sfopen(NiL, file2, "r")))
329 error(ERROR_system(0), "%s: cannot open", file2);
[all...]
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dar.exp42 set file2 tmpdir/$n2
58 remote_file build delete $file2
71 set file2 [remote_download host $file2]
79 set got [binutils_run $AR "rc $dest $file1 $file2"]
94 set got [binutils_run $AR "rc $dest $file1 $file2"]
113 remote_file host delete $file2
129 set file2 tmpdir/$n2
132 set file2 $n2
140 if ![file exists $file2] {
[all...]
/macosx-10.10/curl-83.1.2/curl/src/
H A Dtool_operhlp.c90 char *file2 = strrchr(filep?filep:filename, '\\'); local
93 if(file2)
94 filep = file2 + 1;
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dfiletools.cpp36 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2);
102 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2) { argument
106 if (stat(file1, &stbuf1) == 0 && stat(file2, &stbuf2) == 0) {
121 fprintf(stderr, "Unable to get stats from file: %s or %s\n", file1, file2);
/macosx-10.10/bind9-45.101/bind9/bin/tests/system/
H A Ddigcomp.pl25 $file2 = $ARGV[1];
64 open(FILE2, $file2) || die("open: $file2: $!\n");
83 print("Only in $file2 (missing from $file1):\n")
97 print("Only in $file1 (missing from $file2):\n")
/macosx-10.10/ruby-106/ruby/lib/shell/
H A Dcommand-processor.rb152 # test(command, file1, file2) -> true or false
153 # [command, file1, file2] -> true or false
155 # Tests if the given +command+ exists in +file1+, or optionally +file2+.
164 def test(command, file1, file2=nil)
166 file2 = expand_path(file2) if file2
171 if file2
172 top_level_test(command, file1, file2)
178 if file2
[all...]
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/examples/
H A Dfind_naughty.pl8 # find_naughty file1 [file2 [...]]
25 find_naughty file1 [file2 [...]]
/macosx-10.10/curl-83.1.2/curl/tests/
H A Dgetpart.pm263 my $file2="$logdir/check-expected";
275 open(TEMP, ">$file2");
284 my @out = `diff -u $file2 $file1 2>/dev/null`;
287 @out = `diff -c $file2 $file1 2>/dev/null`;
/macosx-10.10/xar-254/xar/test/
H A Dutil.py129 for file2 in os.listdir(path2):
130 assert file2 in seen, "\"{f2}\" exists in \"{p2}\" but not \"{p1}\"".format(f2=file2, p1=path1, p2=path2)
/macosx-10.10/emacs-93/emacs/lisp/
H A Dediff-ptch.el287 ;; to choose file1 or file2. In a multifile patch, if the user chooses
296 ;; (file1 . file2). Get it using ediff-get-session-objA.
390 (file2 (cdr (ediff-get-session-objA-name session-info)))
394 (f2-exists (file-exists-p file2)))
401 ;; (< (length file2) (length file1))
404 ;; replace file-pair with the winning file2
405 (setcar session-file-object file2))
407 ;; (< (length file1) (length file2))
413 (string= file1 file2))
418 (setcar session-file-object file2))
[all...]
H A Dediff-vers.el82 (let (file1 file2 rev1buf rev2buf)
94 file2 (buffer-file-name)))
98 (or ,(string= rev2 "") (ediff-delete-version-file ,file2)))
H A Dsmerge-mode.el670 (file2 (make-temp-file "smerge2")))
674 (smerge-refine-chopup-region beg2 end2 file2)
680 (call-process diff-command nil t nil file1 file2))
696 (delete-file file2))))
710 (file2 (make-temp-file "smerge2"))
720 (write-region beg2 end2 file2 nil 'nomessage)
731 file1 file2)))))
737 (delete-file file2))))
/macosx-10.10/tcl-105/tcl_ext/tclx/tclx/unix/tools/
H A Dinstcopy.tcl23 # instcopy file1 file2 ... targetdir
47 puts stderr {usage: instcopy ?-filename? file1 file2 ... targetdir}
/macosx-10.10/gnutar-453/gnutar/tests/
H A Dtestsuite1357 genfile --length 13 --file directory/file2
1364 cmp orig/file2 directory/file2)"
1388 genfile --length 13 --file directory/file2
1395 cmp orig/file2 directory/file2) ) >"$at_stdout" 2>"$at_stder1"
1415 genfile --length 13 --file directory/file2
1422 cmp orig/file2 directory/file2) ) >"$at_stdout" 2>"$at_stderr"
1430 directory/file2
[all...]
/macosx-10.10/gnudiff-19/diffutils/src/
H A Ddir.c176 compare_names_for_qsort (void const *file1, void const *file2) argument
179 char const *const *f2 = file2;
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Dmisc.h57 extern int cmpfile (const char *file1, const char *file2);
/macosx-10.10/rsync-45/rsync/
H A Dgenerator.c1440 struct file_struct *file2; local
1450 file2 = flist->files[i];
1452 if (!file2->basename || strncmp(file2->basename, "._", 2))
1461 if(!(file2->dirname || file3->dirname)
1462 || (file2->dirname && file3->dirname &&
1463 !strcmp(file3->dirname, file2->dirname))) {
1465 if(!strcmp(file3->basename, file2->basename + 2)) {
1470 (file2->dirname) ? file2
[all...]
H A Dflist.c1001 struct file_struct *file2 = NULL; local
1013 file2 = (struct file_struct *)bp;
1017 file2->basename = bp;
1019 file2->basename[0] = '.';
1020 file2->basename[1] = '_';
1021 file2->length = 1;
1022 file2->mode = S_IFREG | S_IRUSR;
1023 file2->modtime = file->modtime;
1024 file2->u.sum = empty_sum;
1027 flist->files[flist->count++] = file2;
1497 file_compare(struct file_struct **file1, struct file_struct **file2) argument
[all...]
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dcodegen-diff60 my @file2 = parse_gdb_file ($gdb_file);
61 my $lastrecord = ($#file1 >= $#file2) ? ($#file1) : ($#file2);
64 my $d2 = $file2[$i];
/macosx-10.10/OpenSSL098-52/src/Netware/
H A Ddo_tests.pl546 my( $file1, $file2, $binary ) = @_;
551 open(IN1, $file2) || die "\nunable to open $file2\n";

Completed in 238 milliseconds

123