Home
last modified time | relevance | path

Searched refs:fts_accpath (Results 1 - 3 of 3) sorted by relevance

/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c169 p->fts_accpath = p->fts_name; in fts_open()
235 * the fts_accpath field specially so the chdir gets done to the right in fts_load()
246 p->fts_accpath = p->fts_path = sp->fts_path; in fts_load()
384 if (fts_safe_changedir(sp, p, -1, p->fts_accpath)) { in fts_read()
389 p->fts_accpath = in fts_read()
390 p->fts_parent->fts_accpath; in fts_read()
567 if (p->fts_level != FTS_ROOTLEVEL || p->fts_accpath[0] == '/' || in fts_children()
656 if ((dirp = __opendir2(cur->fts_accpath, oflag)) == NULL) { in fts_build()
791 p->fts_accpath = cur->fts_accpath; in fts_build()
[all...]
/third_party/FreeBSD/include/
H A Dfts.h114 char *fts_accpath; /* access path */ member
/third_party/elfutils/libdwfl/
H A Dlinux-kernel-modules.c685 result = check_notes (mod, f->fts_accpath, 0, f->fts_name); in check_module_notes()
857 int fd = open (f->fts_accpath, O_RDONLY); in dwfl_linux_kernel_find_elf()

Completed in 4 milliseconds