OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path_argv
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/gzip/
gzip.c
2078
char *
path_argv
[2];
local
2082
path_argv
[0] = dir;
2083
path_argv
[1] = 0;
2084
fts = fts_open(
path_argv
, FTS_PHYSICAL | FTS_NOCHDIR, NULL);
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_common_interceptors.inc
7484
INTERCEPTOR(void *, fts_open, char *const *
path_argv
, int options,
7487
COMMON_INTERCEPTOR_ENTER(ctx, fts_open,
path_argv
, options, compar);
7488
if (
path_argv
) {
7489
for (char *const *pa =
path_argv
; ; ++pa) {
7497
void *fts = REAL(fts_open)(
path_argv
, options, compar);
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc
7995
INTERCEPTOR(void *, fts_open, char *const *
path_argv
, int options,
7998
COMMON_INTERCEPTOR_ENTER(ctx, fts_open,
path_argv
, options, compar);
7999
if (
path_argv
) {
8000
for (char *const *pa =
path_argv
; ; ++pa) {
8008
void *fts = REAL(fts_open)(
path_argv
, options, compar);
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_common_interceptors.inc
7996
INTERCEPTOR(void *, fts_open, char *const *
path_argv
, int options,
7999
COMMON_INTERCEPTOR_ENTER(ctx, fts_open,
path_argv
, options, compar);
8000
if (
path_argv
) {
8001
for (char *const *pa =
path_argv
; ; ++pa) {
8009
void *fts = REAL(fts_open)(
path_argv
, options, compar);
Completed in 30 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026