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