Searched refs:strmbs (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/lib/libc/port/locale/ |
H A D | fnmatch.c | 90 int flags, mbstate_t patmbs, mbstate_t strmbs, locale_t loc) in fnmatch1() argument 102 sclen = mbrtowc_l(&sc, string, MB_LEN_MAX, &strmbs, loc); in fnmatch1() 106 (void) memset(&strmbs, 0, sizeof (strmbs)); in fnmatch1() 153 flags, patmbs, strmbs, loc)) in fnmatch1() 156 &strmbs, loc); in fnmatch1() 161 (void) memset(&strmbs, 0, in fnmatch1() 162 sizeof (strmbs)); in fnmatch1()
|