| /freebsd-14.2/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-14.2/lib/libc/gen/ |
| H A D | glob-compat11.h | 60 int (*gl_stat)(const char *, struct freebsd11_stat *); member
|
| H A D | glob-compat11.c | 1003 return ((*pglob->gl_stat)(buf, sb)); in g_stat()
|
| H A D | glob.c | 1035 return ((*pglob->gl_stat)(buf, sb)); in g_stat()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | glob.h | 58 int (*gl_stat) (const char *, struct stat *); member
|
| /freebsd-14.2/include/ |
| H A D | glob.h | 67 int (*gl_stat)(const char *, struct stat *); member
|
| /freebsd-14.2/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-14.2/crypto/openssh/ |
| H A D | sftp-glob.c | 149 pglob->gl_stat = fudge_stat; in sftp_glob()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_platform_limits_freebsd.h | 383 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 *); 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 | 2334 return pglob_copy->gl_stat(s, st); 2355 Swap(pglob->gl_stat, glob_copy.gl_stat); 2364 Swap(pglob->gl_stat, glob_copy.gl_stat); 2391 Swap(pglob->gl_stat, glob_copy.gl_stat); 2400 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-14.2/sbin/restore/ |
| H A D | interactive.c | 111 arglist.glob.gl_stat = glob_stat; in runcmdshell()
|