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

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_dlist_util.c311 char *short1 = strrchr(name1, '/'); local
314 if (short1 == NULL) {
315 short1 = name1;
317 ++short1;
326 val = string_case_compare(short2, short1);

Completed in 53 milliseconds