Searched refs:g_stat (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | glob.c | 153 static int g_stat (Char *, struct stat *, glob_t *); 539 (g_stat(pathbuf, &sb, pglob) == 0) && in glob2() 786 g_stat(Char *fn, struct stat *sb, glob_t *pglob) in g_stat() function
|
/freebsd/lib/libc/gen/ |
H A D | glob-compat11.c | 124 static int g_stat(Char *, struct freebsd11_stat *, glob11_t *); 634 g_stat(pathbuf, &sb, pglob) == 0 && in glob2() 992 g_stat(Char *fn, struct freebsd11_stat *sb, glob11_t *pglob) in g_stat() function
|
H A D | glob.c | 156 static int g_stat(Char *, struct stat *, glob_t *); 667 g_stat(pathbuf, &sb, pglob) == 0 && in glob2() 1024 g_stat(Char *fn, struct stat *sb, glob_t *pglob) in g_stat() function
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | glob.c | 162 static int g_stat(Char *, struct stat *, glob_t *); 660 (g_stat(pathbuf, &sb, pglob) == 0) && 1027 g_stat(Char *fn, struct stat *sb, glob_t *pglob) function
|
/freebsd/sys/geom/ |
H A D | geom.h | 53 struct g_stat;
|
/freebsd/crypto/openssh/ |
H A D | ssh_namespace.h | 288 #define g_stat Fssh_g_stat macro
|