Searched refs:compare_sdev_str (Results 1 – 1 of 1) sorted by relevance
1112 char compare_sdev_str[PATH_MAX]; in fdisk_mounted_logical_drives() local1136 (void) strcpy(compare_sdev_str, compare_pdev_str); in fdisk_mounted_logical_drives()1137 part_str = strrchr(compare_sdev_str, 'p'); in fdisk_mounted_logical_drives()1153 if (strstr(mt.mnt_special, compare_sdev_str) == NULL) { in fdisk_mounted_logical_drives()