Home
last modified time | relevance | path

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

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