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