OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:us2
(Results
1 - 5
of
5
) sorted by null
/bionic/libc/string/
strcasecmp.c
81
const u_char *
us2
= (const u_char *)s2;
local
83
while (cm[*us1] == cm[*
us2
++])
86
return (cm[*us1] - cm[*--
us2
]);
95
const u_char *
us2
= (const u_char *)s2;
local
98
if (cm[*us1] != cm[*
us2
++])
99
return (cm[*us1] - cm[*--
us2
]);
/external/tcpdump/
strcasecmp.c
72
*
us2
= (u_char *)s2;
local
74
while (cm[*us1] == cm[*
us2
++])
77
return(cm[*us1] - cm[*--
us2
]);
87
*
us2
= (u_char *)s2;
local
89
while (--n >= 0 && cm[*us1] == cm[*
us2
++])
92
return(n < 0 ? 0 : cm[*us1] - cm[*--
us2
]);
/external/libpcap/
pcap.c
471
*
us2
= (const u_char *)s2;
local
473
while (cm[*us1] == cm[*
us2
++])
476
return (cm[*us1] - cm[*--
us2
]);
/external/stlport/test/unit/
unordered_test.cpp
73
usettype
us2
(us);
75
us =
us2
;
162
umaptype
us2
;
local
163
us[0] =
us2
[0];
/external/icu4c/test/cintltst/
cloctst.c
2726
const char*
us2
;
local
[
all
...]
Completed in 1686 milliseconds