Home
last modified time | relevance | path

Searched refs:path_argv (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/gzip/
H A Dgzip.c1980 char *path_argv[2]; in handle_dir() local
1984 path_argv[0] = dir; in handle_dir()
1985 path_argv[1] = 0; in handle_dir()
1986 fts = fts_open(path_argv, FTS_PHYSICAL | FTS_NOCHDIR, NULL); in handle_dir()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc8009 INTERCEPTOR(void *, fts_open, char *const *path_argv, int options,
8012 COMMON_INTERCEPTOR_ENTER(ctx, fts_open, path_argv, options, compar);
8013 if (path_argv) {
8014 for (char *const *pa = path_argv; ; ++pa) {
8022 void *fts = REAL(fts_open)(path_argv, options, compar);