Searched refs:file1 (Results 1 - 25 of 75) sorted by relevance

123

/macosx-10.9.5/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
78 ${command} -aA -dD -cC ${srcdir}/file1 tmp_file7 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
[all...]
/macosx-10.9.5/ruby-104/ruby/test/cgi/
H A Dtest_cgi_multipart.rb13 ## multipart.append('file1', File.read('file1.html'), 'file1.html')
22 ## # "Content-Disposition: form-data: name=\"file1\"; filename=\"file1.html\"\r\n"
203 {:name=>'file1', :value=>_read('file1.html'),
204 :filename=>'file1.html', :content_type=>'text/html'},
219 {:name=>'file1', :value=>_read('file1
[all...]
/macosx-10.9.5/ntp-88/scripts/stats/
H A Densemble.S1 ensemble <- scan(file1, list(day=0, sec=0, gps=0, gpsw=0, loran=0, loranw=0, ensemble=0, std=0))
2 str <- paste("eps/", file1, ".eps", sep="")
H A Ditf.S1 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
2 str <- paste("eps/", file1, ".eps", sep="")
H A Dtdata.S1 tdata <- scan(file1, list(day=0, sec=0, m=0, w=0, x=0, y=0, z=0))
2 str <- paste("eps/", file1, ".eps", sep="")
H A Dloop.S2 loop <- scan(file1, list(day=0, sec=0, offset=0, freq=0, tc=0))
4 str <- paste("eps/", file1, ".eps", sep="")
H A Detf.S3 etf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
10 cat(file1, "\n", file=file2, append=TRUE, fill=FALSE, sep="")
12 str <- paste("eps/", file1, ".eps", sep="")
/macosx-10.9.5/rsync-42/rsync/testsuite/
H A Dunsafe-links.test27 touch "from/safe/files/file1"
31 ln -s ../files/file1 "from/safe/links/"
37 test_symlink to/links/file1
43 test_regular to/links/file1
49 test_symlink to/links/file1
56 test_symlink to/links/file1
63 test_symlink to/links/file1
H A Dunsafe-byname.test45 test_unsafe ../files/file1 from/safe safe
48 test_unsafe ../files/file1 safe unsafe
51 test_unsafe ../files/file1 `pwd`/from/safe safe
/macosx-10.9.5/apache-786.1/httpd/srclib/apr/test/
H A Dtestmmap.c41 static char *file1; variable
49 apr_filepath_get(&file1, 0, p);
52 ABTS_TRUE(tc, file1[1] == ':');
54 ABTS_TRUE(tc, file1[0] == '/');
57 ABTS_TRUE(tc, file1[strlen(file1) - 1] != '/');
59 oldfileptr = file1;
60 file1 = apr_pstrcat(p, file1,"/data/mmap_datafile.txt" ,NULL);
61 ABTS_TRUE(tc, oldfileptr != file1);
[all...]
H A Dtestdup.c30 apr_file_t *file1 = NULL; local
36 rv = apr_file_open(&file1, FILEPATH "testdup.file",
40 ABTS_PTR_NOTNULL(tc, file1);
42 rv = apr_file_dup(&file3, file1, p);
46 rv = apr_file_close(file1);
58 apr_file_t *file1 = NULL; local
67 rv = apr_file_open(&file1, FILEPATH "testdup.readwrite.file",
71 ABTS_PTR_NOTNULL(tc, file1);
73 rv = apr_file_dup(&file3, file1, p);
82 rv = apr_file_seek(file1, APR_SE
[all...]
/macosx-10.9.5/apr-30/apr/apr/test/
H A Dtestmmap.c41 static char *file1; variable
49 apr_filepath_get(&file1, 0, p);
52 ABTS_TRUE(tc, file1[1] == ':');
54 ABTS_TRUE(tc, file1[0] == '/');
57 ABTS_TRUE(tc, file1[strlen(file1) - 1] != '/');
59 oldfileptr = file1;
60 file1 = apr_pstrcat(p, file1,"/data/mmap_datafile.txt" ,NULL);
61 ABTS_TRUE(tc, oldfileptr != file1);
[all...]
H A Dtestdup.c30 apr_file_t *file1 = NULL; local
36 rv = apr_file_open(&file1, FILEPATH "testdup.file",
40 ABTS_PTR_NOTNULL(tc, file1);
42 rv = apr_file_dup(&file3, file1, p);
46 rv = apr_file_close(file1);
58 apr_file_t *file1 = NULL; local
67 rv = apr_file_open(&file1, FILEPATH "testdup.readwrite.file",
71 ABTS_PTR_NOTNULL(tc, file1);
73 rv = apr_file_dup(&file3, file1, p);
82 rv = apr_file_seek(file1, APR_SE
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libcmd/
H A Dcmp.c145 cmp(const char* file1, Sfio_t* f1, const char* file2, Sfio_t* f2, int flags, Sfoff_t count, Sfoff_t differences) argument
171 error(ERROR_exit(1), "EOF on %s", file1);
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);
252 char* file1; local
313 if (error_info.errors || !(file1 = *argv++) || !(file2 = *argv++))
316 if (streq(file1, "-"))
318 else if (!(f1 = sfopen(NiL, file1, "r")))
321 error(ERROR_system(0), "%s: cannot open", file1);
337 error(ERROR_exit(0), "%s: %s: invalid skip", file1,
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/cgi-bin/
H A Dreceive-file.cgi47 set local [cgi_import_filename -local file1]
48 set remote [cgi_import_filename -remote file1]
49 set type [cgi_import_filename -type file1]
H A Dupload23 cgi_file_button file1 ; br
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/tests/
H A Dglobrecur.test26 TestTouch GLOBTESTDIR/file1
27 TestTouch GLOBTESTDIR/dir1/file1
30 TestTouch GLOBTESTDIR/dir2/file1
34 TestTouch GLOBTESTDIR/dir2/dir3/file1.c
39 GLOBTESTDIR/dir1/file1 \
44 GLOBTESTDIR/dir2/dir3/file1.c\
47 GLOBTESTDIR/dir2/file1 \
50 GLOBTESTDIR/file1 \
54 GLOBTESTDIR/dir2/dir3/file1.c \
60 GLOBTESTDIR/dir2/dir3/file1
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dar.exp41 set file1 tmpdir/$n1
44 remote_file build delete $file1
70 set file1 [remote_download host $file1]
79 set got [binutils_run $AR "rc $dest $file1 $file2"]
81 remote_upload host $file1 tmpdir/$n1
94 set got [binutils_run $AR "rc $dest $file1 $file2"]
112 remote_file host delete $file1
128 set file1 tmpdir/$n1
131 set file1
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/tools/toolutil/
H A Dfiletools.cpp29 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2);
95 static int32_t whichFileModTimeIsLater(const char *file1, const char *file2) { argument
99 if (stat(file1, &stbuf1) == 0 && stat(file2, &stbuf2) == 0) {
114 fprintf(stderr, "Unable to get stats from file: %s or %s\n", file1, file2);
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/system/
H A Ddigcomp.pl24 $file1 = $ARGV[0];
33 open(FILE1, $file1) || die("open: $file1: $!\n");
54 print("Duplicate entry in $file1:\n> $_\n< $line\n");
83 print("Only in $file2 (missing from $file1):\n")
97 print("Only in $file1 (missing from $file2):\n")
/macosx-10.9.5/ruby-104/ruby/test/rdoc/
H A Dtest_rdoc_context_section.rb24 file1 = @store.add_file 'file1.rb'
26 klass = file1.add_class RDoc::NormalClass, 'Klass'
28 c1 = RDoc::Comment.new "# :section: section\n", file1
29 c2 = RDoc::Comment.new "# hello\n", file1
30 c3 = RDoc::Comment.new "# world\n", file1
/macosx-10.9.5/ruby-104/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)
165 file1 = expand_path(file1)
172 top_level_test(command, file1, file2)
174 top_level_test(command, file1)
179 top_level_test(command, file1, file2)
181 top_level_test(command, file1)
[all...]
/macosx-10.9.5/curl-78.94.1/curl/tests/
H A Dgetpart.pm262 my $file1="$logdir/check-generated";
265 open(TEMP, ">$file1");
276 my @out = `diff -u $file2 $file1 2>/dev/null`;
279 @out = `diff -c $file2 $file1 2>/dev/null`;
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/examples/
H A Dfind_naughty.pl8 # find_naughty file1 [file2 [...]]
25 find_naughty file1 [file2 [...]]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/examples/
H A Dfind_naughty.pl8 # find_naughty file1 [file2 [...]]
25 find_naughty file1 [file2 [...]]

Completed in 179 milliseconds

123