Lines Matching refs:cptr
131 char *base, *cptr, *cptr1, *nlspath, *pathP, *pcode; in __catopen_l() local
184 if ((cptr = strchr(cptr1, '@')) != NULL) in __catopen_l()
185 *cptr = '\0'; in __catopen_l()
187 if ((cptr = strchr(cptr1, '_')) != NULL) { in __catopen_l()
188 *cptr++ = '\0'; in __catopen_l()
189 pter = cptr1 = cptr; in __catopen_l()
191 if ((cptr = strchr(cptr1, '.')) != NULL) { in __catopen_l()
192 *cptr++ = '\0'; in __catopen_l()
193 pcode = cptr; in __catopen_l()
199 if ((base = cptr = strdup(nlspath)) == NULL) { in __catopen_l()
206 while ((nlspath = strsep(&cptr, ":")) != NULL) { in __catopen_l()