Home
last modified time | relevance | path

Searched refs:gl_stat (Results 1 – 13 of 13) sorted by relevance

/openbsd/gnu/usr.bin/perl/ext/File-Glob/
H A Dbsd_glob.h59 int (*gl_stat)(const char *, Stat_t *); member
H A Dbsd_glob.c1055 return((*pglob->gl_stat)(buf, sb));
/openbsd/include/
H A Dglob.h69 int (*gl_stat)(const char *, struct stat *); member
/openbsd/usr.bin/ssh/
H A Dsftp-glob.c122 pglob->gl_stat = fudge_stat; in sftp_glob()
/openbsd/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h377 int (*gl_stat)(const char *, void * /* struct stat* */); member
H A Dsanitizer_platform_limits_freebsd.cpp415 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
H A Dsanitizer_platform_limits_posix.h816 int (*gl_stat)(const char *, void *); member
H A Dsanitizer_platform_limits_posix.cpp1030 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
H A Dsanitizer_platform_limits_netbsd.h392 int (*gl_stat)(const char *, void * /* struct stat* */); member
H A Dsanitizer_common_interceptors.inc2404 return pglob_copy->gl_stat(s, st);
2425 Swap(pglob->gl_stat, glob_copy.gl_stat);
2434 Swap(pglob->gl_stat, glob_copy.gl_stat);
2461 Swap(pglob->gl_stat, glob_copy.gl_stat);
2470 Swap(pglob->gl_stat, glob_copy.gl_stat);
H A Dsanitizer_platform_limits_netbsd.cpp2538 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
/openbsd/sbin/restore/
H A Dinteractive.c108 arglist.glob.gl_stat = glob_stat; in runcmdshell()
/openbsd/lib/libc/gen/
H A Dglob.c1020 return((*pglob->gl_stat)(buf, sb)); in g_stat()