Searched refs:out_path (Results 1 – 1 of 1) sorted by relevance
356 cpr_abbreviate_devpath(char *in_path, char *out_path) in cpr_abbreviate_devpath() argument363 *out_path = '\0'; in cpr_abbreviate_devpath()374 (void) strcpy(out_path, in_path); in cpr_abbreviate_devpath()402 (void) strcat(out_path, "/"); in cpr_abbreviate_devpath()404 (void) strcat(out_path, prefix); in cpr_abbreviate_devpath()409 (void) strcat(out_path, cmpt); in cpr_abbreviate_devpath()412 (void) strcpy(out_path, in_path); in cpr_abbreviate_devpath()417 (void) strcat(out_path, strrchr(in_path, '@')); in cpr_abbreviate_devpath()