Searched refs:path_argv (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.bin/gzip/ |
H A D | gzip.c | 1980 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 D | sanitizer_common_interceptors.inc | 8009 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);
|