Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/os/
H A Dcpr_sparc.c354 cpr_abbreviate_devpath(char *in_path, char *out_path) in cpr_abbreviate_devpath() argument
357 char *position = in_path + 1; /* Skip the leading slash. */ in cpr_abbreviate_devpath()
372 (void) strcpy(out_path, in_path); in cpr_abbreviate_devpath()
410 (void) strcpy(out_path, in_path); in cpr_abbreviate_devpath()
415 (void) strcat(out_path, strrchr(in_path, '@')); in cpr_abbreviate_devpath()
/illumos-gate/usr/src/cmd/bart/
H A Drules.c342 count_slashes(const char *in_path) in count_slashes() argument
346 for (p = in_path; *p != '\0'; p++) in count_slashes()