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

/illumos-gate/usr/src/cmd/lvm/metassist/layout/
H A Dlayout_dlist_util.c312 char *short2 = strrchr(name2, '/'); local
320 if (short2 == NULL) {
321 short2 = name2;
323 ++short2;
326 val = string_case_compare(short2, short1);

Completed in 44 milliseconds