Searched refs:fname2 (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/cmd/get_diff/
H A Dget_diff.c47 char *fname1, *fname2; local
61 if ((fname2 = argv[2]) == NULL)
63 if ((fd2 = open(fname2, O_LARGEFILE | O_RDONLY)) < 0) {
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_filename.c213 char fname2[256]; local
244 fname2[l] = 'A';
248 fname2[l] = '\0';
250 add_entry(a, fname2, sym1);
257 fname2[l] = '.';
258 fname2[l+1] = 'C';
259 fname2[l+2] = '\0';
261 add_entry(a, fname2, sym255);
270 fname2[l] = '.';
271 fname2[
[all...]
/freebsd-13-stable/lib/libc/tests/stdio/
H A Dfreopen_test.c39 runtest(const char *fname1, const char *mode1, const char *fname2, argument
45 fname2_print = fname2 != NULL ? fname2 : "<NULL>";
49 fp2 = freopen(fname2, mode2, fp1);
/freebsd-13-stable/sys/dev/filemon/
H A Dfilemon_wrapper.c247 ((error = copyinstr(uap->to, filemon->fname2,
248 sizeof(filemon->fname2), NULL)) != 0)) {
254 curproc->p_pid, filemon->fname1, filemon->fname2);
273 ((error = copyinstr(upath2, filemon->fname2,
274 sizeof(filemon->fname2), NULL)) != 0)) {
280 curproc->p_pid, filemon->fname1, filemon->fname2);
H A Dfilemon.c80 * - fname1/fname2/msgbufr are pre-allocated and used per syscall
90 char fname2[MAXPATHLEN]; /* Temporary filename buffer. */ member in struct:filemon
/freebsd-13-stable/contrib/bmake/
H A Dmeta.c1088 char fname2[MAXPATHLEN]; local
1441 snprintf(fname2, sizeof fname2, "%s/%s", lcwd, p);
1442 sdirs[sdx++] = fname2;

Completed in 171 milliseconds