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

/freebsd-13-stable/lib/libc/gen/
H A Dglob-compat11.h62 int (*gl_lstat)(const char *, struct freebsd11_stat *); member in struct:__anon7423
H A Dglob-compat11.c993 return((*pglob->gl_lstat)(buf, sb));
H A Dglob.c1024 return((*pglob->gl_lstat)(buf, sb));
/freebsd-13-stable/include/
H A Dglob.h67 int (*gl_lstat)(const char *, struct stat *); member in struct:__anon7327
/freebsd-13-stable/contrib/tcsh/
H A Dglob.h57 int (*gl_lstat) (const char *, struct stat *); member in struct:__anon6250
/freebsd-13-stable/crypto/openssh/openbsd-compat/
H A Dglob.h73 int (*gl_lstat)(const char *, struct stat *); member in struct:__anon6874
H A Dglob.c1009 return((*pglob->gl_lstat)(buf, sb));
/freebsd-13-stable/crypto/openssh/
H A Dsftp-glob.c143 pglob->gl_lstat = fudge_lstat;
/freebsd-13-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-13-stable/sbin/restore/
H A Dinteractive.c112 arglist.glob.gl_lstat = glob_stat;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_openbsd.h323 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.cpp152 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
H A Dsanitizer_platform_limits_freebsd.cpp384 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
H A Dsanitizer_common_interceptors.inc2311 return pglob_copy->gl_lstat(s, st);
2337 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
2346 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
2373 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
2382 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
H A Dsanitizer_platform_limits_posix.h761 int (*gl_lstat)(const char *, void *); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_netbsd.h391 int (*gl_lstat)(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_lstat);
H A Dsanitizer_platform_limits_netbsd.cpp2383 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
/freebsd-13-stable/crypto/heimdal/lib/roken/
H A Dglob.c781 return((*pglob->gl_lstat)(buf, sb));

Completed in 289 milliseconds