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

/freebsd-current/lib/libc/gen/
H A Dglob-compat11.h57 int (*gl_lstat)(const char *, struct freebsd11_stat *); member in struct:__anon96
H A Dglob-compat11.c987 return((*pglob->gl_lstat)(buf, sb));
H A Dglob.c1019 return((*pglob->gl_lstat)(buf, sb));
/freebsd-current/contrib/tcsh/
H A Dglob.h57 int (*gl_lstat) (const char *, struct stat *); member in struct:__anon6210
/freebsd-current/include/
H A Dglob.h64 int (*gl_lstat)(const char *, struct stat *); member in struct:__anon49
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.h74 int (*gl_lstat)(const char *, struct stat *); member in struct:__anon19
H A Dglob.c1022 return((*pglob->gl_lstat)(buf, sb));
/freebsd-current/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-current/crypto/openssh/
H A Dsftp-glob.c148 pglob->gl_lstat = fudge_lstat;
/freebsd-current/sbin/restore/
H A Dinteractive.c103 arglist.glob.gl_lstat = glob_stat;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h382 int (*gl_lstat)(const char *, void * /* struct stat* */); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_platform_limits_freebsd.cpp422 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
H A Dsanitizer_platform_limits_posix.h812 int (*gl_lstat)(const char *, void *); member in struct:__sanitizer::__sanitizer_glob_t
H A Dsanitizer_common_interceptors.inc2328 return pglob_copy->gl_lstat(s, st);
2354 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
2363 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
2390 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
2399 Swap(pglob->gl_lstat, glob_copy.gl_lstat);
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.cpp1038 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
H A Dsanitizer_platform_limits_netbsd.cpp2535 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
/freebsd-current/crypto/heimdal/lib/roken/
H A Dglob.c781 return((*pglob->gl_lstat)(buf, sb));

Completed in 492 milliseconds