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/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h
48
#define
safe_strcmp
(str1, str2) strcmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2))
macro
windows_usb.c
557
&& (
safe_strcmp
(str, htab_table[idx].str) == 0) ) {
581
&& (
safe_strcmp
(str, htab_table[idx].str) == 0) ) {
[
all
...]
Completed in 303 milliseconds