Searched refs:safe_strcmp (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_common.h48 #define safe_strcmp(str1, str2) strcmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2)) macro
H A Dwindows_usb.c557 && (safe_strcmp(str, htab_table[idx].str) == 0) ) {
581 && (safe_strcmp(str, htab_table[idx].str) == 0) ) {
1312 if (safe_strcmp(priv->usb_interface[i].path, dev_interface_path) == 0) {

Completed in 96 milliseconds