Searched refs:gl_stat (Results 1 - 20 of 20) sorted by relevance

/freebsd-13-stable/lib/libc/gen/
H A Dglob-compat11.h63 int (*gl_stat)(const char *, struct freebsd11_stat *); member in struct:__anon7423
H A Dglob-compat11.c1007 return ((*pglob->gl_stat)(buf, sb));
H A Dglob.c1038 return ((*pglob->gl_stat)(buf, sb));
/freebsd-13-stable/include/
H A Dglob.h68 int (*gl_stat)(const char *, struct stat *); member in struct:__anon7327
/freebsd-13-stable/contrib/tcsh/
H A Dglob.h58 int (*gl_stat) (const char *, struct stat *); member in struct:__anon6250
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c148 gl_stat(const char *name , __gl_stat_t *st) function
185 return gl_stat(name, st);
206 gl.gl_stat = gl_stat;
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dglob.h74 int (*gl_stat)(const char *, struct stat *); member in struct:__anon6874
H A Dglob.c1021 return((*pglob->gl_stat)(buf, sb));
/freebsd-13-stable/crypto/openssh/
H A Dsftp-glob.c144 pglob->gl_stat = fudge_stat;
/freebsd-13-stable/sbin/restore/
H A Dinteractive.c113 arglist.glob.gl_stat = glob_stat;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h324 int (*gl_stat)(const char *, void * /* struct stat* */); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_freebsd.h364 int (*gl_stat)(const char *, void * /* struct stat* */); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_openbsd.cpp153 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
H A Dsanitizer_platform_limits_freebsd.cpp385 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
H A Dsanitizer_common_interceptors.inc2317 return pglob_copy->gl_stat(s, st);
2338 Swap(pglob->gl_stat, glob_copy.gl_stat);
2347 Swap(pglob->gl_stat, glob_copy.gl_stat);
2374 Swap(pglob->gl_stat, glob_copy.gl_stat);
2383 Swap(pglob->gl_stat, glob_copy.gl_stat);
H A Dsanitizer_platform_limits_posix.h762 int (*gl_stat)(const char *, void *); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_netbsd.h392 int (*gl_stat)(const char *, void * /* struct stat* */); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_posix.cpp977 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
H A Dsanitizer_platform_limits_netbsd.cpp2384 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dglob.c792 return((*pglob->gl_stat)(buf, sb));

Completed in 143 milliseconds