Home
last modified time | relevance | path

Searched defs:__sanitizer_glob_t (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h390 struct __sanitizer_glob_t { struct
391 uptr gl_pathc;
392 uptr gl_matchc;
393 uptr gl_offs;
394 int gl_flags;
395 char **gl_pathv;
396 int (*gl_errfunc)(const char *, int);
397 void (*gl_closedir)(void *dirp);
398 struct dirent *(*gl_readdir)(void *dirp);
399 void *(*gl_opendir)(const char *);
[all …]
H A Dsanitizer_platform_limits_netbsd.h381 struct __sanitizer_glob_t { struct
382 uptr gl_pathc;
383 uptr gl_matchc;
384 uptr gl_offs;
385 int gl_flags;
386 char **gl_pathv;
387 int (*gl_errfunc)(const char *, int);
388 void (*gl_closedir)(void *dirp);
389 struct dirent *(*gl_readdir)(void *dirp);
390 void *(*gl_opendir)(const char *);
[all …]
H A Dsanitizer_platform_limits_solaris.h334 struct __sanitizer_glob_t { struct
335 uptr gl_pathc;
336 char **gl_pathv;
337 uptr gl_offs;
338 char **gl_pathp;
339 int gl_pathn;
H A Dsanitizer_platform_limits_posix.h803 struct __sanitizer_glob_t { argument
802 struct __sanitizer_glob_t { global() struct
804 gl_pathv__sanitizer_glob_t global() argument
805 gl_offs__sanitizer_glob_t global() argument
806 gl_flags__sanitizer_glob_t global() argument
808 gl_closedir__sanitizer_glob_t global() argument
809 gl_readdir__sanitizer_glob_t global() argument
810 gl_opendir__sanitizer_glob_t global() argument
811 gl_lstat__sanitizer_glob_t global() argument
812 gl_stat__sanitizer_glob_t global() argument