OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:safe_strcmp
(Results
1 - 2
of
2
) sorted by null
/external/libusb_aah/libusb/os/
windows_usb.h
67
#define
safe_strcmp
(str1, str2) strcmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2))
macro
windows_usb.c
454
&& (
safe_strcmp
(str, htab_table[idx].str) == 0) ) {
478
&& (
safe_strcmp
(str, htab_table[idx].str) == 0) ) {
606
if (
safe_strcmp
(tok, usb_api_backend[api].driver_name_list[i]) == 0) {
[
all
...]
Completed in 40 milliseconds