Searched refs:in_path (Results 1 – 2 of 2) sorted by relevance
356 cpr_abbreviate_devpath(char *in_path, char *out_path) in cpr_abbreviate_devpath() argument359 char *position = in_path + 1; /* Skip the leading slash. */ in cpr_abbreviate_devpath()374 (void) strcpy(out_path, in_path); 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()
342 count_slashes(const char *in_path) in count_slashes() argument346 for (p = in_path; *p != '\0'; p++) in count_slashes()