Home
last modified time | relevance | path

Searched refs:g_stat (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dglob.c153 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 Dglob-compat11.c124 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 Dglob.c156 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 Dglob.c162 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 Dgeom.h53 struct g_stat;
/freebsd/crypto/openssh/
H A Dssh_namespace.h288 #define g_stat Fssh_g_stat macro