Home
last modified time | relevance | path

Searched refs:safe_strncmp (Results 1 – 2 of 2) sorted by relevance

/external/libusb/libusb/os/
Dwindows_common.h58 #define safe_strncmp(str1, str2, count) strncmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>… macro
Dwindows_winusb.c2579 …if (safe_strncmp(dev_path_no_guid, priv->usb_interface[iface].path, safe_strlen(dev_path_no_guid))… in winusbx_claim_interface()