Searched refs:g_stat (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/ssh/libopenbsd-compat/common/ |
H A D | glob.c | 141 static int g_stat(Char *, struct stat *, glob_t *); 569 (g_stat(pathbuf, &sb, pglob) == 0) && 869 g_stat(fn, sb, pglob) in g_stat() function
|
/titanic_41/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 171 static int g_stat(wcat_t *, struct stat *, glob_t *); 783 (g_stat(pathbuf, &sb, pglob) == 0) && in glob2() 1223 g_stat(wcat_t *fn, struct stat *sb, glob_t *pglob) in g_stat() function
|