Searched defs:in_path (Results 1 - 2 of 2) 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
359 char *position = in_path + 1; /* Skip the leading slash. */
374 (void) strcpy(out_path, in_path);
412 (void) strcpy(out_path, in_path);
417 (void) strcat(out_path, strrchr(in_path, '@'));
/illumos-gate/usr/src/cmd/bart/
H A Drules.c342 count_slashes(const char *in_path) argument
346 for (p = in_path; *p != '\0'; p++)

Completed in 61 milliseconds