Home
last modified time | relevance | path

Searched refs:pathP (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
207 pathP = path; in __catopen_l()
231 if (pathP - path >= in __catopen_l()
234 *(pathP++) = *nlspath; in __catopen_l()
240 (pathP - path) - 1; in __catopen_l()
241 if (strlcpy(pathP, tmpptr, spcleft) >= in __catopen_l()
249 pathP += strlen(tmpptr); in __catopen_l()
251 if (pathP - path >= sizeof(path) - 1) in __catopen_l()
253 *(pathP++) = *nlspath; in __catopen_l()
256 *pathP = '\0'; in __catopen_l()