Home
last modified time | relevance | path

Searched refs:gl_lstat (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libc/gen/
H A Dt_glob.c183 gl_lstat(const char *name , __gl_stat_t *st) in gl_lstat() function
207 gl.gl_lstat = gl_lstat; in run()
/freebsd/lib/libc/gen/
H A Dglob-compat11.h57 int (*gl_lstat)(const char *, struct freebsd11_stat *); member
H A Dglob-compat11.c987 return((*pglob->gl_lstat)(buf, sb)); in g_lstat()
H A Dglob.c1019 return((*pglob->gl_lstat)(buf, sb)); in g_lstat()
/freebsd/contrib/tcsh/
H A Dglob.h57 int (*gl_lstat) (const char *, struct stat *); member
/freebsd/include/
H A Dglob.h64 int (*gl_lstat)(const char *, struct stat *); member
/freebsd/crypto/openssh/openbsd-compat/
H A Dglob.h74 int (*gl_lstat)(const char *, struct stat *); member
H A Dglob.c1022 return((*pglob->gl_lstat)(buf, sb));
/freebsd/crypto/openssh/
H A Dsftp-glob.c148 pglob->gl_lstat = fudge_lstat; in sftp_glob()
/freebsd/crypto/heimdal/lib/roken/
H A Dglob.hin74 int (*gl_lstat) (const char *, struct stat *);
H A Dglob.c781 return((*pglob->gl_lstat)(buf, sb)); in g_lstat()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h382 int (*gl_lstat)(const char *, void * /* struct stat* */); member
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
H A Dsanitizer_platform_limits_posix.cpp1038 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
H A Dsanitizer_platform_limits_netbsd.h391 int (*gl_lstat)(const char *, void * /* struct stat* */); member
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.cpp2535 CHECK_SIZE_AND_OFFSET(glob_t, gl_lstat);
/freebsd/sbin/restore/
H A Dinteractive.c103 arglist.glob.gl_lstat = glob_stat; in runcmdshell()