Lines Matching refs:cptr
122 char *base, *cptr, *cptr1, *nlspath, *pathP, *pcode; in __catopen_l() local
175 if ((cptr = strchr(cptr1, '@')) != NULL) in __catopen_l()
176 *cptr = '\0'; in __catopen_l()
178 if ((cptr = strchr(cptr1, '_')) != NULL) { in __catopen_l()
179 *cptr++ = '\0'; in __catopen_l()
180 pter = cptr1 = cptr; in __catopen_l()
182 if ((cptr = strchr(cptr1, '.')) != NULL) { in __catopen_l()
183 *cptr++ = '\0'; in __catopen_l()
184 pcode = cptr; in __catopen_l()
190 if ((base = cptr = strdup(nlspath)) == NULL) { in __catopen_l()
197 while ((nlspath = strsep(&cptr, ":")) != NULL) { in __catopen_l()