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

  /external/libusb/libusb/os/
windows_nt_common.c 231 if ((htab_table[idx].used == hval) && (safe_strcmp(str, htab_table[idx].str) == 0))
251 if ((htab_table[idx].used == hval) && (safe_strcmp(str, htab_table[idx].str) == 0))
windows_common.h 56 #define safe_strcmp(str1, str2) strcmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2)) macro
windows_winusb.c     [all...]

Completed in 47 milliseconds