Home
last modified time | relevance | path

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

/src/lib/libc/nls/
H A Dmsgcat.c131 char *base, *cptr, *cptr1, *nlspath, *pathP, *pcode; in __catopen_l() local
182 if ((plang = cptr1 = strdup(lang)) == NULL) in __catopen_l()
184 if ((cptr = strchr(cptr1, '@')) != NULL) in __catopen_l()
187 if ((cptr = strchr(cptr1, '_')) != NULL) { in __catopen_l()
189 pter = cptr1 = cptr; in __catopen_l()
191 if ((cptr = strchr(cptr1, '.')) != NULL) { in __catopen_l()