Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dwindows_nt_common.c231 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()
Dwindows_common.h56 #define safe_strcmp(str1, str2) strcmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2)) macro
Dwindows_winusb.c1260 if (safe_strcmp(priv->usb_interface[i].path, dev_interface_path) == 0) { in set_hid_interface()