Searched refs:fname1 (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
54 if ((fname1 = argv[1]) == NULL)
56 if ((fd1 = open(fname1, O_LARGEFILE | O_RDONLY)) < 0) {
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_iso9660_filename.c212 char fname1[256]; local
243 fname1[l] = 'a';
247 fname1[l] = '\0';
249 add_entry(a, fname1, NULL);
254 fname1[l] = '.';
255 fname1[l+1] = 'c';
256 fname1[l+2] = '\0';
260 add_entry(a, fname1, sym128);
265 fname1[l] = '.';
266 fname1[
[all...]
/freebsd-13-stable/sys/dev/filemon/
H A Dfilemon_wrapper.c102 if ((error = copyinstr(uap->path, filemon->fname1,
103 sizeof(filemon->fname1), NULL)) != 0) {
109 curproc->p_pid, filemon->fname1);
165 if ((error = copyinstr(upath, filemon->fname1,
166 sizeof(filemon->fname1), NULL)) != 0) {
171 if (filemon->fname1[0] != '/' && fd != AT_FDCWD) {
181 curproc->p_pid, filemon->fname1);
200 atpath[0] != '\0' ? "/" : "", filemon->fname1);
206 atpath[0] != '\0' ? "/" : "", filemon->fname1);
245 if (((error = copyinstr(uap->from, filemon->fname1,
[all...]
H A Dfilemon.c80 * - fname1/fname2/msgbufr are pre-allocated and used per syscall
89 char fname1[MAXPATHLEN]; /* Temporary filename buffer. */ member in struct:filemon
/freebsd-13-stable/lib/libc/tests/stdio/
H A Dfreopen_test.c39 runtest(const char *fname1, const char *mode1, const char *fname2, argument
46 fp1 = fopen(fname1, mode1);
48 "fopen(\"%s\", \"%s\") failed; errno=%d", fname1, mode1, errno);
53 "unexpectedly", fname2_print, mode2, fname1, mode1);
58 fname2_print, mode2, fname1, mode1, errno);
/freebsd-13-stable/contrib/bmake/
H A Dmeta.c1087 char fname1[MAXPATHLEN]; local
1436 snprintf(fname1, sizeof fname1, "%s/%s", latestdir, p);
1437 sdirs[sdx++] = fname1;

Completed in 138 milliseconds