Lines Matching refs:cmpt
360 char *cmpt;
365 while ((cmpt = cpr_next_component(&position)) != NULL) {
370 char *prefix = cpr_get_prefix(cmpt);
386 if (strcmp(name, cmpt) == 0)
409 (void) strcat(out_path, cmpt);
453 cpr_get_prefix(char *cmpt)
456 char *at_sign = strchr(cmpt, '@');
457 int len = at_sign ? at_sign - cmpt : strlen(cmpt);
459 (void) strncpy(prefix, cmpt, len);