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

/freebsd-11-stable/include/
H A Dglob.h66 int (*gl_stat)(const char *, struct stat *); member in struct:__anon6512
/freebsd-11-stable/contrib/tcsh/
H A Dglob.h58 int (*gl_stat) (const char *, struct stat *); member in struct:__anon7
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.h74 int (*gl_stat)(const char *, struct stat *); member in struct:__anon6130
H A Dglob.c1021 return((*pglob->gl_stat)(buf, sb));
/freebsd-11-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-11-stable/crypto/openssh/
H A Dsftp-glob.c144 pglob->gl_stat = fudge_stat;
/freebsd-11-stable/sbin/restore/
H A Dinteractive.c111 arglist.glob.gl_stat = glob_stat;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h323 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.cpp152 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
H A Dsanitizer_platform_limits_freebsd.cpp379 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
H A Dsanitizer_common_interceptors.inc2302 return pglob_copy->gl_stat(s, st);
2323 Swap(pglob->gl_stat, glob_copy.gl_stat);
2332 Swap(pglob->gl_stat, glob_copy.gl_stat);
2359 Swap(pglob->gl_stat, glob_copy.gl_stat);
2368 Swap(pglob->gl_stat, glob_copy.gl_stat);
H A Dsanitizer_platform_limits_posix.h758 int (*gl_stat)(const char *, void *); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_netbsd.h398 int (*gl_stat)(const char *, void * /* struct stat* */); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_posix.cpp976 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
H A Dsanitizer_platform_limits_netbsd.cpp2253 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c792 return((*pglob->gl_stat)(buf, sb));
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c1024 return ((*pglob->gl_stat)(buf, sb));

Completed in 342 milliseconds