Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libc/nls/
H A Dmsgcat.c134 char *base, *cptr, *cptr1, *nlspath, *pathP, *pcode; in __catopen_l() local
210 pathP = path; in __catopen_l()
234 if (pathP - path >= in __catopen_l()
237 *(pathP++) = *nlspath; in __catopen_l()
243 (pathP - path) - 1; in __catopen_l()
244 if (strlcpy(pathP, tmpptr, spcleft) >= in __catopen_l()
252 pathP += strlen(tmpptr); in __catopen_l()
254 if (pathP - path >= sizeof(path) - 1) in __catopen_l()
256 *(pathP++) = *nlspath; in __catopen_l()
259 *pathP = '\0'; in __catopen_l()