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

/freebsd-11-stable/include/
H A Dglob.h65 int (*gl_lstat)(const char *, struct stat *); member in struct:__anon6512
/freebsd-11-stable/contrib/tcsh/
H A Dglob.h57 int (*gl_lstat) (const char *, struct stat *); member in struct:__anon7
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dglob.h73 int (*gl_lstat)(const char *, struct stat *); member in struct:__anon6130
H A Dglob.c1009 return((*pglob->gl_lstat)(buf, sb));
/freebsd-11-stable/crypto/openssh/
H A Dsftp-glob.c143 pglob->gl_lstat = fudge_lstat;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c183 gl_lstat(const char *name , __gl_stat_t *st) function
207 gl.gl_lstat = gl_lstat;
/freebsd-11-stable/sbin/restore/
H A Dinteractive.c110 arglist.glob.gl_lstat = glob_stat;
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h322 int (*gl_lstat)(const char *, void * /* struct stat* */); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_freebsd.h363 int (*gl_lstat)(const char *, void * /* struct stat* */); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_openbsd.cpp151 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
H A Dsanitizer_platform_limits_freebsd.cpp378 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
H A Dsanitizer_common_interceptors.inc2296 return pglob_copy->gl_lstat(s, st);
2322 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
2331 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
2358 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
2367 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
H A Dsanitizer_platform_limits_posix.h757 int (*gl_lstat)(const char *, void *); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_netbsd.h397 int (*gl_lstat)(const char *, void * /* struct stat* */); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_posix.cpp975 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
H A Dsanitizer_platform_limits_netbsd.cpp2252 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c781 return((*pglob->gl_lstat)(buf, sb));
/freebsd-11-stable/lib/libc/gen/
H A Dglob.c1010 return((*pglob->gl_lstat)(buf, sb));

Completed in 233 milliseconds