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

  /external/libusb/libusb/os/
windows_common.h 58 #define safe_strncmp(str1, str2, count) strncmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2), count) macro
windows_winusb.c     [all...]

Completed in 211 milliseconds