OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:yasm__strcasecmp
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
strcasecmp.c
35
#undef
yasm__strcasecmp
macro
46
yasm__strcasecmp
(const char *s1, const char *s2)
function
/external/chromium_org/third_party/yasm/source/patched-yasm/
util.h
105
# define
yasm__strcasecmp
(x, y) strcasecmp(x, y)
macro
108
# define
yasm__strcasecmp
(x, y) stricmp(x, y)
macro
111
# define
yasm__strcasecmp
(x, y) _stricmp(x, y)
macro
114
# define
yasm__strcasecmp
(x, y) strcmpi(x, y)
macro
Completed in 120 milliseconds