Lines Matching refs:cptr
134 char *base, *cptr, *cptr1, *nlspath, *pathP, *pcode; in __catopen_l() local
187 if ((cptr = strchr(cptr1, '@')) != NULL) in __catopen_l()
188 *cptr = '\0'; in __catopen_l()
190 if ((cptr = strchr(cptr1, '_')) != NULL) { in __catopen_l()
191 *cptr++ = '\0'; in __catopen_l()
192 pter = cptr1 = cptr; in __catopen_l()
194 if ((cptr = strchr(cptr1, '.')) != NULL) { in __catopen_l()
195 *cptr++ = '\0'; in __catopen_l()
196 pcode = cptr; in __catopen_l()
202 if ((base = cptr = strdup(nlspath)) == NULL) { in __catopen_l()
209 while ((nlspath = strsep(&cptr, ":")) != NULL) { in __catopen_l()