HomeSort by: relevance | last modified time | path
    Searched refs:file1 (Results 1 - 25 of 146) sorted by relevancy

1 2 3 4 5 6

  /src/external/bsd/zstd/dist/tests/cli-tests/compression/
setup 7 datagen > file1
multiple-files.sh 5 echo "file1" > file1
8 echo "Test zstd ./file1 - file2"
10 echo "stdin" | zstd ./file1 - ./file2 | zstd -d
11 cat file1.zst | zstd -d
14 echo "Test zstd -d ./file1.zst - file2.zst"
15 rm ./file1 ./file2
16 echo "stdin" | zstd - | zstd -d ./file1.zst - file2.zst
17 cat file1
20 echo "zstd -d ./file1.zst - file2.zst -c
    [all...]
  /src/usr.bin/diff/
pr.h 35 struct pr *start_pr(char *file1, char *file2);
  /src/usr.bin/make/unit-tests/
varname-circumflex.exp 2 prerequisite: file1.o
3 unique: file1.o file2.o file3.o
4 duplicate: file1.o file2.o file3.o
8 wait: file1.o .WAIT_1 file2.o
dir-expand-path.exp 1 dir-expand-path.dir.1/file1.src
  /src/external/gpl2/groff/dist/contrib/gdiffmk/tests/
runtests.in 46 ${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
60 # FILE1 from standard input via - argument
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>&
    [all...]
  /src/external/bsd/ntp/dist/scripts/stats/
ensemble.S 1 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="")
itf.S 1 itf <- scan(file1, list(day=0, sec=0, offset=0, stab=0))
2 str <- paste("eps/", file1, ".eps", sep="")
tdata.S 1 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="")
loop.S 2 loop <- scan(file1, list(day=0, sec=0, offset=0, freq=0, tc=0))
4 str <- paste("eps/", file1, ".eps", sep="")
etf.S 3 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="")
  /src/usr.bin/cmp/
cmp.c 70 const char *file1, *file2; local
100 if (strcmp(file1 = argv[0], "-") == 0) {
103 file1 = "stdin";
105 else if ((fd1 = open(file1, O_RDONLY, 0)) < 0) {
107 warn("%s", file1);
141 err(ERR_EXIT, "%s", file1);
153 c_special(fd1, file1, skip1, fd2, file2, skip2);
155 c_regular(fd1, file1, skip1, sb1.st_size,
165 "Usage: %s [-c] [-l | -s] file1 file2 [skip1 [skip2]]\n",
special.c 50 c_special(int fd1, const char *file1, off_t skip1, int fd2, const char *file2, off_t skip2)
59 err(ERR_EXIT, "%s", file1);
89 diffmsg(file1, file2, byte, line);
98 errmsg(file1, byte, line);
103 eofmsg(file1, byte, line);
misc.c 78 diffmsg(const char *file1, const char *file2, off_t byte, off_t line)
82 file1, file2, (long long)byte, (long long)line);
regular.c 55 c_regular(int fd1, const char *file1, off_t skip1, off_t len1,
64 eofmsg(file1, len1 + 1, 0);
106 diffmsg(file1, file2, byte, line);
124 eofmsg(len1 > len2 ? file2 : file1, byte, line);
130 c_special(fd1, file1, skip1, fd2, file2, skip2);
  /src/external/gpl3/gdb/dist/gnulib/import/
openat-priv.h 60 int at_func2 (int fd1, char const *file1,
62 int (*func) (char const *file1, char const *file2));
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/
dw2-filename.exp 23 set dwarf_srcfile "file1.txt"
34 # the "file" is "file1.txt" (file base name), and "fullname" is
38 ".*{file=\"file1\\.txt\",fullname=\".+file1\\.txt\",debug-fully-read=\"\[^\"\]+\"}.*"
41 gdb_test "info sources" {.+file1\.txt.*}
comp-unit-lang.exp 44 {name file1.txt}
  /src/external/gpl3/gdb.old/dist/gnulib/import/
openat-priv.h 60 int at_func2 (int fd1, char const *file1,
62 int (*func) (char const *file1, char const *file2));
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
dw2-filename.exp 23 set dwarf_srcfile "file1.txt"
34 # the "file" is "file1.txt" (file base name), and "fullname" is
38 ".*{file=\"file1\\.txt\",fullname=\".+file1\\.txt\",debug-fully-read=\"\[^\"\]+\"}.*"
41 gdb_test "info sources" {.+file1\.txt.*}
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.server/
server-kill-python.exp 45 set file1 [standard_output_file file1.py]
46 set fd [open "$file1" w]
56 set host_file1 [gdb_remote_download host $file1]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.server/
server-kill-python.exp 45 set file1 [standard_output_file file1.py]
46 set fd [open "$file1" w]
56 set host_file1 [gdb_remote_download host $file1]
  /src/external/mpl/bind/dist/bin/tests/system/
digcomp.pl 23 $file1 = $ARGV[0];
32 open(FILE1, $file1) || die("open: $file1: $!\n");
33 while (<FILE1>) {
58 print("Duplicate entry in $file1:\n> $_\n< $line\n");
80 print("Duplicate entry in $file1:\n> $_\n< $line\n");
86 close(FILE1);
114 print("Only in $file2 (missing from $file1):\n")
136 print("Only in $file2 (missing from $file1):\n"
    [all...]
  /src/bin/ln/
ln.c 190 const char *file1, *file2; local
196 file1 = strrchr(path1, '/');
197 if (file1 != NULL)
198 file1++;
200 file1 = path1;
206 if (strcmp(file1, file2) != 0)
208 if (file1 - path1 >= PATH_MAX || file2 - path2 >= PATH_MAX)
210 if (file1 == path1)
213 memcpy(pathbuf, path1, file1 - path1);
214 pathbuf[file1 - path1] = '\0'
    [all...]
  /src/regress/sys/kern/unfdpass/
Makefile 8 CLEANFILES+=file1 file2 file3 file4 file5 file6 file7 file8 file9 file10 \

Completed in 143 milliseconds

1 2 3 4 5 6