| /src/external/bsd/ntp/dist/scripts/stats/ |
| 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, append=TRUE, fill=FALSE, sep="")
|
| /src/tests/kernel/kqueue/read/ |
| t_file2.c | 46 ATF_TC(file2); variable 47 ATF_TC_HEAD(file2, tc) 54 ATF_TC_BODY(file2, tc) 76 ATF_TP_ADD_TC(tp, file2);
|
| /src/usr.bin/cmp/ |
| cmp.c | 70 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",
|
| /src/external/bsd/libarchive/dist/libarchive/test/ |
| test_read_format_lha.c | 53 cat > ${base}/file2 << END 67 (cd ${base}/dir2; ln -s ../file2 symlink2) 68 (cd ${base}; chown ${owner}:${group} dir file1 file2) 74 (cd ${base}; chmod 0666 file2) 77 TZ=utc touch -afhm -t 197001020000.01 ${base}/file1 ${base}/file2 83 (cd ${base}; lha c0q ${lha0} dir file1 file2 dir2) 86 (cd ${base}; lha c1q ${lha1} dir file1 file2 dir2) 89 (cd ${base}; lha c2q ${lha2} dir file1 file2 dir2) 92 (cd ${base}; lha co6q ${lha3} dir file1 file2 dir2) 95 (cd ${base}; lha co7q ${lha4} dir file1 file2 dir2) 123 static const char file2[] = { variable [all...] |
| test_read_format_cab.c | 69 cat > ${base}/dir2/file2 << END 96 dir2/file2 110 dir2/file2 124 dir2/file2 142 del empty zero dir1\file1 dir2\file2 mkcab1 mkcab2 mkcab3 mkcab4 148 (cd ${base}; zip -q -c $f empty zero dir1/file1 dir2/file2 mkcab1 mkcab2 mkcab3 mkcab4 cab.bat) 160 static const char file2[] = { variable 169 #define file2_size (sizeof(file2)-1) 242 /* Verify regular file2. */ 245 assertEqualString("dir2/file2", archive_entry_pathname(ae)) [all...] |
| /src/external/mpl/bind/dist/bin/tests/system/ |
| makejournal.c | 88 char *origin, *file1, *file2, *journal; local 94 printf("usage: %s origin file1 file2 journal\n", argv[0]); 100 file2 = argv[3]; 130 result = loadzone(&newdb, origin, file2); 132 fprintf(stderr, "Couldn't load %s: ", file2);
|
| /src/bin/ln/ |
| ln.c | 190 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 - path2] = '\0' [all...] |
| /src/usr.bin/error/ |
| input.c | 402 char *file1 = NULL, *file2 = NULL; local 421 && persperdexplode(cur_wordv[cur_wordc], &line2, &file2) 428 nwordv2[0] = file2; 435 free(file2);
|
| /src/external/gpl2/xcvs/dist/src/ |
| patch.c | 395 char *file2; local 718 file2 = Xasprintf ("%s:%s", finfo->fullname, 729 cvs_output (file2, 0); 742 cvs_output (file2, 0); 765 free (file2);
|
| lock.c | 90 char *file2; member in struct:lock 370 if (lock->file2) 372 char *tmp = lock->file2; 373 lock->file2 = NULL; 833 lock->file2 = lock_name (lock->repository, readlock); 834 if ((fp = CVS_FOPEN (lock->file2, "w+")) == NULL || fclose (fp) == EOF) 838 if ( CVS_UNLINK (lock->file2) < 0 && ! existence_error (errno)) 839 error (0, errno, "failed to remove lock %s", lock->file2); 845 lock->file2 = NULL; 1221 ((struct lock *)p->data)->file2 = NULL [all...] |
| update.c | 1555 char *file2; local 1618 file2 = Xasprintf ("%s/%s%s-2", CVSADM, CVSPREFIX, finfo->file); 1660 e = CVS_FOPEN (file2, "w"); 1662 error (1, errno, "cannot open %s", file2); 1664 data.filename = file2; 1676 error (1, errno, "cannot close %s", file2); 1714 retcode = diff_exec (file1, file2, NULL, NULL, dargc, dargv, 1729 if (stat (file2, &file2_info) < 0) 1730 error (1, errno, "could not stat %s", file2); 1823 if (unlink_file (file2) < [all...] |
| /src/usr.bin/sdiff/ |
| sdiff.c | 65 size_t file1ln, file2ln; /* line number of file1 and file2 */ 157 FILE *diffpipe, *file1, *file2; local 171 * file1, and file2 won't have arguments so doubling them will 259 * or file2 are not regular files. This allows sdiff and diff 266 /* file1 and file2 are the same, so copy to same temp file. */ 270 /* Copy file1 and file2 into separate temp files. */ 318 if ((file2 = fopen(filename2, "r")) == NULL) 325 while (parsecmd(diffpipe, file1, file2) != EOF) 352 s2 = xfgets(file2); 359 fclose(file2); [all...] |
| /src/usr.bin/newsyslog/ |
| newsyslog.c | 535 char file1[MAXPATHLEN], file2[MAXPATHLEN]; local 564 snprintf(file2, sizeof(file2), "%s%s", file1, 566 if (lstat(file2, &st) == 0) 577 snprintf(file2, sizeof(file2), "%s.%d%s", log->logfile, 584 PRINFO(("mv %s %s\n", file1, file2)); 586 if (rename(file1, file2)) 588 PRINFO(("chmod %o %s\n", log->mode, file2)); 590 if (chmod(file2, log->mode) [all...] |
| /src/usr.bin/diff3/ |
| diff3.c | 195 "[-L label3] file1 file2 file3\n"); 836 char *file1, *file2, *file3; local 923 file2 = argv[1]; 932 labels[1] != NULL ? labels[1] : file2); 944 fp[1] = fopen(file2, "r"); 946 err(2, "Can't open %s", file2); 968 diffargv[diffargc] = file2;
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp.c | 2224 interactive_loop(struct sftp_conn *conn, const char *file1, const char *file2) 2274 if (sftp_remote_is_dir(conn, dir) && file2 == NULL) { 2290 file2 == NULL ? "" : " ", 2291 file2 == NULL ? "" : file2); 2440 char *host = NULL, *user, *cp, **cpp, *file1 = NULL, *file2 = NULL; local 2636 file2 = *(argv + 1); 2681 err = interactive_loop(conn, file1, file2);
|
| /src/external/gpl3/gcc/dist/libcpp/ |
| files.cc | 375 char * file2 = lrealpath (file); local 376 if (file2 && strlen (file2) < strlen (file)) 378 return file2; 382 free (file2);
|
| /src/external/gpl3/gcc.old/dist/libcpp/ |
| files.cc | 370 char * file2 = lrealpath (file); local 371 if (file2 && strlen (file2) < strlen (file)) 373 return file2; 377 free (file2);
|
| /src/external/public-domain/sqlite/dist/ |
| sqlite3.c | 102565 SorterFile file2; \/* Space for other PMAs *\/ member in struct:SortSubtask [all...] |