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

  /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
varname-circumflex.mk 24 prerequisite: file1.o
27 unique: file1.o file2.o file3.o
30 duplicate: file1.o file2.o file3.o file3.o
39 wait: file1.o .WAIT file2.o
48 file1.o file2.o file3.o:
dir-expand-path.exp 1 dir-expand-path.dir.1/file1.src
dir-expand-path.mk 8 _!= touch dir-expand-path.dir.1/file1.src
varmod-mtime.mk 66 # expect+2: Cannot determine mtime for "no/such/file1": <ENOENT>
68 .if ${no/such/file1 no/such/file2:L:mtime=error}
  /src/usr.bin/cmp/
cmp.c 70 const char *file1, *file2; local in function:main
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/bin/ln/
ln.c 190 const char *file1, *file2; local in function:samedirent
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 \
  /src/usr.bin/newsyslog/
newsyslog.c 535 char file1[MAXPATHLEN], file2[MAXPATHLEN]; local in function:log_trim
543 (void)snprintf(file1, sizeof(file1), "%s.%d",
545 (void)strlcat(file1, compress[j].suffix,
546 sizeof(file1));
547 PRINFO(("rm -f %s\n", file1));
549 (void)unlink(file1);
561 snprintf(file1, sizeof(file1), "%s.%d", log->logfile, i);
562 if (lstat(file1, &st) != 0
    [all...]
  /src/tests/bin/tar/
t_tar.sh 37 # store both foo and bar into file1.tar
38 atf_check -s exit:0 -o empty -e empty tar -cf file1.tar foo bar
44 # ensure that file1.tar and file2.tar are equal
45 atf_check -s exit:0 -o empty -e empty cmp file1.tar file2.tar
  /src/usr.bin/sdiff/
sdiff.c 65 size_t file1ln, file2ln; /* line number of file1 and file2 */
157 FILE *diffpipe, *file1, *file2; local in function:main
171 * file1, and file2 won't have arguments so doubling them will
258 * Create temporary files for diff and sdiff to share if file1
266 /* file1 and file2 are the same, so copy to same temp file. */
270 /* Copy file1 and file2 into separate temp files. */
316 if ((file1 = fopen(filename1, "r")) == NULL)
325 while (parsecmd(diffpipe, file1, file2) != EOF)
347 while ((s1 = xfgets(file1)))
351 s1 = xfgets(file1);
    [all...]
  /src/tests/bin/pax/
t_pax.sh 37 # store both foo and bar into file1.tar
39 pax -w -b 512 -x ustar -f file1.tar foo bar
47 # ensure that file1.tar and file2.tar are equal
48 atf_check -s exit:0 -o empty -e empty cmp file1.tar file2.tar
  /src/tests/fs/psshfs/
t_psshfs.sh 142 touch root/dir/file1
163 ./ne_inodes.sh root/dir root/dir/file1
167 ./ne_inodes.sh root/dir/file1 root/dir/file2
213 touch root/dir/file1
228 file1
  /src/distrib/vax/tk50/
Makefile 10 cp ../inst/bootroot-${DISTRIBREV}.fs tk50-file1-${DISTRIBREV}
20 dd if=tk50-file1-${DISTRIBREV} of=/dev/nr${TAPEDEV} bs=512
  /src/usr.bin/error/
input.c 402 char *file1 = NULL, *file2 = NULL; local in function:lint1
422 && persperdexplode(cur_wordv[cur_wordc-2], &line1, &file1)) {
425 nwordv1[0] = file1;
436 free(file1);
  /src/usr.sbin/pf/pfs/
pfs.c 423 test_ascii_dump(int verbose, const char* file1, const char *file2)
429 f1 = fopen(file1, "r");
431 err(EXIT_FAILURE, "Can't open %s", file1);
  /src/tests/net/net/
t_ping_opts.sh 295 local out=./file1
  /src/libexec/ftpd/
ftpd.c 3584 * if bytes != -1 "<command> <file1> = <bytes> bytes"
3585 * else if file2 != NULL "<command> <file1> <file2>"
3586 * else "<command> <file1>"
3594 logxfer(const char *command, off_t bytes, const char *file1, const char *file2,
3608 if ((r1 = realpath(file1, realfile1)) == NULL)
3609 r1 = file1;

Completed in 23 milliseconds