Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/locale/
H A Dwctrans.c77 } ccls[] = { in wctrans_l() local
86 while (ccls[i].name != NULL && strcmp(ccls[i].name, charclass) != 0) in wctrans_l()
89 if (ccls[i].trans == _WCT_ERROR) in wctrans_l()
91 return (ccls[i].trans); in wctrans_l()