Home
last modified time | relevance | path

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

/dragonfly/lib/libc/nls/
HDmsgcat.c122 char *base, *cptr, *cptr1, *nlspath, *pathP, *pcode; in __catopen_l() local
198 pathP = path; in __catopen_l()
222 if (pathP - path >= in __catopen_l()
225 *(pathP++) = *nlspath; in __catopen_l()
231 (pathP - path) - 1; in __catopen_l()
232 if (strlcpy(pathP, tmpptr, spcleft) >= in __catopen_l()
240 pathP += strlen(tmpptr); in __catopen_l()
242 if (pathP - path >= sizeof(path) - 1) in __catopen_l()
244 *(pathP++) = *nlspath; in __catopen_l()
247 *pathP = '\0'; in __catopen_l()