Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dfnmatch.c89 const char *bt_pattern, *bt_string; in fnmatch1() local
96 bt_pattern = bt_string = NULL; in fnmatch1()
158 bt_string = string, bt_strmbs = strmbs; in fnmatch1()
210 sclen = mbrtowc_l(&sc, bt_string, MB_LEN_MAX, in fnmatch1()
214 sc = (unsigned char)*bt_string; in fnmatch1()
223 bt_string += sclen; in fnmatch1()
225 string = bt_string, strmbs = bt_strmbs; in fnmatch1()