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

/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c2066 char *path_argv[2]; local
2070 path_argv[0] = dir;
2071 path_argv[1] = 0;
2072 fts = fts_open(path_argv, FTS_PHYSICAL | FTS_NOCHDIR, NULL);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc7688 INTERCEPTOR(void *, fts_open, char *const *path_argv, int options,
7691 COMMON_INTERCEPTOR_ENTER(ctx, fts_open, path_argv, options, compar);
7692 if (path_argv) {
7693 for (char *const *pa = path_argv; ; ++pa) {
7701 void *fts = REAL(fts_open)(path_argv, options, compar);

Completed in 58 milliseconds