Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h312 struct __sanitizer_glob_t { struct
313 int gl_pathc;
314 int gl_matchc;
315 int gl_offs;
316 int gl_flags;
317 char **gl_pathv;
318 void **gl_statv;
319 int (*gl_errfunc)(const char *, int);
320 void (*gl_closedir)(void *dirp);
321 struct dirent *(*gl_readdir)(void *dirp);
[all …]
H A Dsanitizer_platform_limits_freebsd.h354 struct __sanitizer_glob_t { struct
355 uptr gl_pathc;
356 uptr gl_matchc;
357 uptr gl_offs;
358 int gl_flags;
359 char **gl_pathv;
360 int (*gl_errfunc)(const char*, int);
361 void (*gl_closedir)(void *dirp);
362 struct dirent *(*gl_readdir)(void *dirp);
363 void *(*gl_opendir)(const char*);
[all …]
H A Dsanitizer_platform_limits_netbsd.h382 struct __sanitizer_glob_t { struct
383 uptr gl_pathc;
384 uptr gl_matchc;
385 uptr gl_offs;
386 int gl_flags;
387 char **gl_pathv;
388 int (*gl_errfunc)(const char *, int);
389 void (*gl_closedir)(void *dirp);
390 struct dirent *(*gl_readdir)(void *dirp);
391 void *(*gl_opendir)(const char *);
[all …]
H A Dsanitizer_platform_limits_solaris.h335 struct __sanitizer_glob_t { struct
336 uptr gl_pathc;
337 char **gl_pathv;
338 uptr gl_offs;
339 char **gl_pathp;
340 int gl_pathn;
H A Dsanitizer_platform_limits_posix.h754 struct __sanitizer_glob_t { struct
755 uptr gl_pathc;
756 char **gl_pathv;
757 uptr gl_offs;
758 int gl_flags;
760 void (*gl_closedir)(void *dirp);
761 void *(*gl_readdir)(void *dirp);
762 void *(*gl_opendir)(const char *);
763 int (*gl_lstat)(const char *, void *);
764 int (*gl_stat)(const char *, void *);
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h310 struct __sanitizer_glob_t { struct
311 int gl_pathc;
312 int gl_matchc;
313 int gl_offs;
314 int gl_flags;
315 char **gl_pathv;
316 void **gl_statv;
317 int (*gl_errfunc)(const char *, int);
318 void (*gl_closedir)(void *dirp);
319 struct dirent *(*gl_readdir)(void *dirp);
[all …]
H A Dsanitizer_platform_limits_freebsd.h353 struct __sanitizer_glob_t { struct
354 uptr gl_pathc;
355 uptr gl_matchc;
356 uptr gl_offs;
357 int gl_flags;
358 char **gl_pathv;
359 int (*gl_errfunc)(const char *, int);
360 void (*gl_closedir)(void *dirp);
361 struct dirent *(*gl_readdir)(void *dirp);
362 void *(*gl_opendir)(const char *);
[all …]
H A Dsanitizer_platform_limits_posix.h852 struct __sanitizer_glob_t { struct
865 struct __sanitizer_glob_t { argument
866 uptr gl_pathc;
867 uptr gl_matchc;
868 uptr gl_offs;
869 int gl_flags;
870 char **gl_pathv;
871 int (*gl_errfunc)(const char*, int);
872 void (*gl_closedir)(void *dirp);
873 struct dirent *(*gl_readdir)(void *dirp);
[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.h333 struct __sanitizer_glob_t { struct
334 uptr gl_pathc;
335 char **gl_pathv;
336 uptr gl_offs;
337 char **gl_pathp;
338 int gl_pathn;
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h366 struct __sanitizer_glob_t { struct
367 uptr gl_pathc;
368 uptr gl_matchc;
369 uptr gl_offs;
370 int gl_flags;
371 char **gl_pathv;
372 int (*gl_errfunc)(const char *, int);
373 void (*gl_closedir)(void *dirp);
374 struct dirent *(*gl_readdir)(void *dirp);
375 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.h764 struct __sanitizer_glob_t { struct
765 uptr gl_pathc;
766 char **gl_pathv;
767 uptr gl_offs;
768 int gl_flags;
770 void (*gl_closedir)(void *dirp);
771 void *(*gl_readdir)(void *dirp);
772 void *(*gl_opendir)(const char *);
773 int (*gl_lstat)(const char *, void *);
774 int (*gl_stat)(const char *, void *);