Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h372 struct __sanitizer_glob_t { global() struct
373 gl_pathc__sanitizer_glob_t global() argument
374 gl_matchc__sanitizer_glob_t global() argument
375 gl_offs__sanitizer_glob_t global() argument
376 gl_flags__sanitizer_glob_t global() argument
377 gl_pathv__sanitizer_glob_t global() argument
378 gl_errfunc__sanitizer_glob_t global() argument
379 gl_closedir__sanitizer_glob_t global() argument
380 gl_readdir__sanitizer_glob_t global() argument
381 gl_opendir__sanitizer_glob_t global() argument
382 gl_lstat__sanitizer_glob_t global() argument
383 gl_stat__sanitizer_glob_t global() argument
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 { struct
804 uptr gl_pathc;
805 char **gl_pathv;
806 uptr gl_offs;
807 int gl_flags;
809 void (*gl_closedir)(void *dirp);
810 void *(*gl_readdir)(void *dirp);
811 void *(*gl_opendir)(const char *);
812 int (*gl_lstat)(const char *, void *);
813 int (*gl_stat)(const char *, void *);