Searched refs:fname1 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/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-11.0-release/sys/dev/filemon/
H A Dfilemon_wrapper.c83 if ((error = copyinstr(uap->path, filemon->fname1,
84 sizeof(filemon->fname1), NULL)) != 0) {
91 curproc->p_pid, filemon->fname1);
154 if ((error = copyinstr(upath, filemon->fname1,
155 sizeof(filemon->fname1), NULL)) != 0) {
160 if (filemon->fname1[0] != '/' && fd != AT_FDCWD) {
171 curproc->p_pid, filemon->fname1);
193 atpath[0] != '\0' ? "/" : "", filemon->fname1);
201 atpath[0] != '\0' ? "/" : "", filemon->fname1);
242 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-11.0-release/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-11.0-release/contrib/bmake/
H A Dmeta.c928 char fname1[MAXPATHLEN]; local
1263 cached_realpath(p, fname1); /* clean it up */
1264 if (Lst_ForEach(metaIgnorePaths, prefix_match, fname1)) {
1277 snprintf(fname1, sizeof(fname1),
1280 pm = Var_Subst(NULL, fname1, gn, VARF_WANTRES);
1310 snprintf(fname1, sizeof(fname1), "%s/%s", latestdir, p);
1311 sdirs[sdx++] = fname1;

Completed in 116 milliseconds