Searched refs:safe_strcmp (Results 1 – 3 of 3) sorted by relevance
231 if ((htab_table[idx].used == hval) && (safe_strcmp(str, htab_table[idx].str) == 0)) in htab_hash()251 if ((htab_table[idx].used == hval) && (safe_strcmp(str, htab_table[idx].str) == 0)) in htab_hash()
56 #define safe_strcmp(str1, str2) strcmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2)) macro
1260 if (safe_strcmp(priv->usb_interface[i].path, dev_interface_path) == 0) { in set_hid_interface()