Home
last modified time | relevance | path

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

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