Searched refs:wcat_t (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 148 } wcat_t; typedef 178 static int g_Ctoc(const wcat_t *, char *, uint_t); 179 static int g_lstat(wcat_t *, struct stat *, glob_t *); 180 static DIR *g_opendir(wcat_t *, glob_t *); 181 static wcat_t *g_strchr(const wcat_t *, wchar_t); 182 static int g_stat(wcat_t *, struct stat *, glob_t *); 183 static int glob0(const wcat_t *, glob_t *, struct glob_lim *, 185 static int glob1(wcat_t *, wcat_t *, glob_t *, struct glob_lim *, 187 static int glob2(wcat_t *, wcat_t *, wcat_t *, wcat_t *, wcat_t *, 188 wcat_t *, glob_t *, struct glob_lim *, [all …]
|