HomeSort by relevance Sort by last modified time
    Searched refs:safe_stricmp (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h 49 #define safe_stricmp(str1, str2) _stricmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2)) macro
windows_usb.c 705 if (safe_stricmp(tok, usb_api_backend[api].driver_name_list[i]) == 0) {
    [all...]

Completed in 91 milliseconds