/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_glob.c | 148 gl_stat(const char *name , __gl_stat_t *st) in gl_stat() function 185 return gl_stat(name, st); in gl_lstat() 206 gl.gl_stat = gl_stat; in run()
|
/freebsd/lib/libc/gen/ |
H A D | glob-compat11.h | 58 int (*gl_stat)(const char *, struct freebsd11_stat *); member
|
H A D | glob-compat11.c | 1001 return ((*pglob->gl_stat)(buf, sb)); in g_stat()
|
H A D | glob.c | 1033 return ((*pglob->gl_stat)(buf, sb)); in g_stat()
|
/freebsd/contrib/tcsh/ |
H A D | glob.h | 58 int (*gl_stat) (const char *, struct stat *); member
|
/freebsd/include/ |
H A D | glob.h | 65 int (*gl_stat)(const char *, struct stat *); member
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | glob.h | 75 int (*gl_stat)(const char *, struct stat *); member
|
H A D | glob.c | 1034 return((*pglob->gl_stat)(buf, sb));
|
/freebsd/crypto/openssh/ |
H A D | sftp-glob.c | 149 pglob->gl_stat = fudge_stat; in sftp_glob()
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | glob.hin | 75 int (*gl_stat) (const char *, struct stat *);
|
H A D | glob.c | 792 return((*pglob->gl_stat)(buf, sb)); in g_stat()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_platform_limits_freebsd.h | 401 int (*gl_stat)(const char *, void * /* struct stat* */); member
|
H A D | sanitizer_platform_limits_freebsd.cpp | 423 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
|
H A D | sanitizer_platform_limits_posix.h | 813 int (*gl_stat)(const char *, void *); 812 int (*gl_stat)(const char *, void *); global() member
|
H A D | sanitizer_platform_limits_posix.cpp | 1039 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
|
H A D | sanitizer_platform_limits_netbsd.h | 392 int (*gl_stat)(const char *, void * /* struct stat* */); member
|
H A D | sanitizer_common_interceptors.inc | 2342 return pglob_copy->gl_stat(s, st); 2363 Swap(pglob->gl_stat, glob_copy.gl_stat); 2372 Swap(pglob->gl_stat, glob_copy.gl_stat); 2399 Swap(pglob->gl_stat, glob_copy.gl_stat); 2408 Swap(pglob->gl_stat, glob_copy.gl_stat);
|
H A D | sanitizer_platform_limits_netbsd.cpp | 2536 CHECK_SIZE_AND_OFFSET(glob_t, gl_stat);
|
/freebsd/sbin/restore/ |
H A D | interactive.c | 104 arglist.glob.gl_stat = glob_stat; in runcmdshell()
|