Searched defs:out_path (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Dcpr_sparc.c356 cpr_abbreviate_devpath(char *in_path, char *out_path) argument
363 *out_path = '\0';
374 (void) strcpy(out_path, in_path);
402 (void) strcat(out_path, "/");
404 (void) strcat(out_path, prefix);
409 (void) strcat(out_path, cmpt);
412 (void) strcpy(out_path, in_path);
417 (void) strcat(out_path, strrchr(in_path, '@'));

Completed in 47 milliseconds