| /freebsd-9-stable/contrib/groff/contrib/gdiffmk/tests/ |
| D | file2 | 4 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
|
| D | test_baseline | 4 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
|
| D | test_baseline6 | 4 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
|
| D | test_baseline10 | 4 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
|
| D | test_baseline8 | 4 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
|
| D | test_baseline9 | 4 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
|
| D | 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 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
|
| D | file1 | 4 file1 and file2 #1 6 file1 and file2 #2 7 file1 and file2 #3 10 file1 and file2 #4 11 file1 and file2 #5
|
| /freebsd-9-stable/tools/regression/zfs/zpool/add/ |
| D | files.t | 60 expect_ok ${ZPOOL} create ${name0} ${file0} ${file1} ${file2} 71 echo " ${file2} ONLINE 0 0 0" 81 expect_ok ${ZPOOL} add ${name0} mirror ${file2} ${file3} 93 echo " ${file2} ONLINE 0 0 0" 101 expect_ok ${ZPOOL} create ${name0} raidz1 ${file0} ${file1} ${file2} 113 echo " ${file2} ONLINE 0 0 0" 124 expect_ok ${ZPOOL} create ${name0} raidz2 ${file0} ${file1} ${file2} ${file3} 136 echo " ${file2} ONLINE 0 0 0" 150 expect_ok ${ZPOOL} add ${name0} spare ${file2} ${file3} 162 echo " ${file2} AVAIL" [all …]
|
| D | option-f_size_mismatch.t | 55 expect_fl ${ZPOOL} add ${name0} mirror ${file7} ${file2} 73 expect_ok ${ZPOOL} add -f ${name0} mirror ${file7} ${file2} 86 echo " ${file2} ONLINE 0 0 0" 135 expect_ok ${ZPOOL} create ${name0} raidz1 ${file0} ${file1} ${file2} 147 echo " ${file2} ONLINE 0 0 0" 154 expect_ok ${ZPOOL} create ${name0} raidz1 ${file0} ${file1} ${file2} 166 echo " ${file2} ONLINE 0 0 0" 222 expect_ok ${ZPOOL} create ${name0} raidz2 ${file0} ${file1} ${file2} ${file3} 234 echo " ${file2} ONLINE 0 0 0" 242 expect_ok ${ZPOOL} create ${name0} raidz2 ${file0} ${file1} ${file2} ${file3} [all …]
|
| D | option-f_type_mismatch.t | 119 expect_fl ${ZPOOL} add ${name0} mirror ${disk0} ${file2} 137 expect_ok ${ZPOOL} add -f ${name0} mirror ${disk0} ${file2} 150 echo " ${file2} ONLINE 0 0 0" 199 expect_ok ${ZPOOL} create ${name0} raidz1 ${file0} ${file1} ${file2} 211 echo " ${file2} ONLINE 0 0 0" 218 expect_ok ${ZPOOL} create ${name0} raidz1 ${file0} ${file1} ${file2} 230 echo " ${file2} ONLINE 0 0 0" 286 expect_ok ${ZPOOL} create ${name0} raidz2 ${file0} ${file1} ${file2} ${file3} 298 echo " ${file2} ONLINE 0 0 0" 306 expect_ok ${ZPOOL} create ${name0} raidz2 ${file0} ${file1} ${file2} ${file3} [all …]
|
| /freebsd-9-stable/usr.bin/cmp/ |
| D | cmp.c | 68 const char *file1, *file2; in main() local 116 if (strcmp(file2 = argv[1], "-") == 0) { in main() 122 file2 = "stdin"; in main() 124 else if ((fd2 = open(file2, oflag, 0)) < 0 && errno != EMLINK) { in main() 126 err(ERR_EXIT, "%s", file2); in main() 136 c_link(file1, skip1, file2, skip2); in main() 139 errx(ERR_EXIT, "%s: Not a symbolic link", file2); in main() 161 err(ERR_EXIT, "%s", file2); in main() 171 c_special(fd1, file1, skip1, fd2, file2, skip2); in main() 176 file1, file2); in main() [all …]
|
| D | link.c | 40 c_link(const char *file1, off_t skip1, const char *file2, off_t skip2) in c_link() argument 55 if ((len2 = readlink(file2, buf2, sizeof(buf2) - 1)) < 0) { in c_link() 57 err(ERR_EXIT, "%s", file2); in c_link() 83 diffmsg(file1, file2, byte, 1); in c_link() 90 eofmsg (*p1 ? file2 : file1); in c_link()
|
| D | special.c | 49 int fd2, const char *file2, off_t skip2) in c_special() argument 59 err(ERR_EXIT, "%s", file2); in c_special() 84 diffmsg(file1, file2, byte, line); in c_special() 95 err(ERR_EXIT, "%s", file2); in c_special() 101 eofmsg(file2); in c_special()
|
| D | regular.c | 60 int fd2, const char *file2, off_t skip2, off_t len2) in c_regular() argument 73 eofmsg(file2); in c_regular() 93 c_special(fd1, file1, skip1, fd2, file2, skip2); in c_regular() 99 c_special(fd1, file1, skip1, fd2, file2, skip2); in c_regular() 120 diffmsg(file1, file2, byte, line); in c_regular() 137 err(ERR_EXIT, "remmap %s", file2); in c_regular() 149 eofmsg (len1 > len2 ? file2 : file1); in c_regular()
|
| D | misc.c | 56 diffmsg(const char *file1, const char *file2, off_t byte, off_t line) in diffmsg() argument 60 file1, file2, (long long)byte, (long long)line); in diffmsg()
|
| /freebsd-9-stable/tools/regression/zfs/zpool/create/ |
| D | files.t | 30 expect_ok ${ZPOOL} create ${name0} ${file0} ${file1} ${file2} ${file3} ${file4} 42 echo " ${file2} ONLINE 0 0 0" 72 expect_ok ${ZPOOL} create ${name0} raidz1 ${file0} ${file1} ${file2} 85 echo " ${file2} ONLINE 0 0 0" 93 expect_ok ${ZPOOL} create ${name0} raidz2 ${file0} ${file1} ${file2} ${file3} 106 echo " ${file2} ONLINE 0 0 0" 115 expect_ok ${ZPOOL} create ${name0} mirror ${file0} ${file1} spare ${file2} ${file3} 129 echo " ${file2} AVAIL " 138 expect_ok ${ZPOOL} create ${name0} mirror ${file0} ${file1} log ${file2} ${file3} 152 echo " ${file2} ONLINE 0 0 0" [all …]
|
| D | option-f_size_mismatch.t | 29 expect_ok ${ZPOOL} create ${name0} mirror ${file1} ${file2} mirror ${file0} ${file5} 37 expect_ok ${ZPOOL} create ${name0} raidz1 ${file1} ${file2} ${file3} raidz1 ${file0} ${file5} ${fil… 45 expect_ok ${ZPOOL} create ${name0} raidz2 ${file1} ${file2} ${file3} ${file4} raidz2 ${file0} ${fil… 122 expect_fl ${ZPOOL} create ${name0} raidz1 ${file0} ${file1} ${file2} 126 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} raidz1 ${file0} ${file1} ${file2} 139 echo " ${file2} ONLINE 0 0 0" 173 expect_fl ${ZPOOL} create ${name0} raidz2 ${file0} ${file1} ${file2} ${file3} 177 expect_ok ${ZPOOL} create ${zpool_f_flag} ${name0} raidz2 ${file0} ${file1} ${file2} ${file3} 190 echo " ${file2} ONLINE 0 0 0" 228 expect_fl ${ZPOOL} create ${name0} ${file1} log mirror ${file0} ${file2} [all …]
|
| /freebsd-9-stable/bin/ln/ |
| D | ln.c | 183 const char *file1, *file2; in samedirent() local 194 file2 = strrchr(path2, '/'); in samedirent() 195 if (file2 != NULL) in samedirent() 196 file2++; in samedirent() 198 file2 = path2; in samedirent() 199 if (strcmp(file1, file2) != 0) in samedirent() 201 if (file1 - path1 >= PATH_MAX || file2 - path2 >= PATH_MAX) in samedirent() 211 if (file2 == path2) in samedirent() 214 memcpy(pathbuf, path2, file2 - path2); in samedirent() 215 pathbuf[file2 - path2] = '\0'; in samedirent()
|
| /freebsd-9-stable/contrib/gdb/gdb/ |
| D | macrotab.c | 197 struct macro_source_file *file2, int line2) in compare_locations() argument 212 if (! file2) in compare_locations() 217 else if (! file2) in compare_locations() 222 if (file1 != file2) in compare_locations() 229 int depth2 = inclusion_depth (file2); in compare_locations() 242 line2 = file2->included_at_line; in compare_locations() 243 file2 = file2->included_by; in compare_locations() 250 while (file1 != file2) in compare_locations() 259 line2 = file2->included_at_line; in compare_locations() 260 file2 = file2->included_by; in compare_locations() [all …]
|
| /freebsd-9-stable/contrib/ntp/scripts/stats/ |
| D | etf.S | 2 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…
|
| /freebsd-9-stable/contrib/cvs/src/ |
| D | rcscmds.c | 536 diff_exec (file1, file2, label1, label2, dargc, dargv, out) in diff_exec() argument 538 const char *file2; 562 strcmp (file2, DEVNULL) != 0) 568 if (CVS_LSTAT (file2, &sb2) < 0) 569 error (1, errno, "cannot get file information for %s", file2); 574 file2 = DEVNULL; 586 call_diff_add_arg (file2);
|
| D | filesubr.c | 591 xcmp (file1, file2) in xcmp() argument 593 const char *file2; 602 if (CVS_LSTAT (file2, &sb2) < 0) 603 error (1, errno, "cannot lstat %s", file2); 616 buf2 = xreadlink (file2); 635 file1, file2); 641 if ((fd2 = open (file2, O_RDONLY)) < 0) 642 error (1, errno, "cannot open file %s for comparing", file2); 671 error (1, errno, "cannot read file %s for comparing", file2);
|
| D | sanity.sh | 2866 echo file2 >file2 3087 rm file2 file3 file4 file5 4766 echo "abc" >file2.txt 5242 T file2' 5672 "${PROG}"' add: scheduling file `file2'\'' for addition 5700 echo "branch revision" > file2 5831 U file2 6039 touch file2 6470 touch file2 6694 echo 2:ancest >file2 [all …]
|
| /freebsd-9-stable/tools/regression/zfs/zpool/remove/ |
| D | spare.t | 60 expect_ok ${ZPOOL} add ${name0} spare ${file2} ${file3} 71 echo " ${file2} AVAIL" 76 expect_ok ${ZPOOL} remove ${name0} ${file1} ${file2}
|