Home
last modified time | relevance | path

Searched refs:out_path (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/uts/sparc/os/
H A Dcpr_sparc.c356 cpr_abbreviate_devpath(char *in_path, char *out_path) in cpr_abbreviate_devpath() argument
363 *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()