Searched defs:us2 (Results 1 – 9 of 9) sorted by relevance
46 const unsigned char *us2 = (const unsigned char *) s2; in strcasecmp() local58 const unsigned char *us2 = (const unsigned char *) s2; in strncasecmp() local
68 *us2 = (const unsigned char *)s2; in ascii_strcasecmp() local81 *us2 = (const unsigned char *)s2; in ascii_strncasecmp() local
99 *us2 = (const u_char *)s2; in strcasecmp() local112 *us2 = (const u_char *)s2; in strncasecmp() local
63 *us2 = (const unsigned char *)s2; in __weak_alias() local
68 *us2 = (const unsigned char *)s2; in __weak_alias() local
53 *us2 = (const unsigned char *)s2; in _strncasecmp() local
1012 heim_universal_string us1 = { 1, NULL } , us2 = { 0, NULL }; in test_misc_cmp() local1021 heim_universal_string us1 = { 1, NULL } , us2 = { 1, NULL }; in test_misc_cmp() local
377 typedef unsigned short us2 __attribute__((ext_vector_type(2))); in __ldg() typedef
1551 env_help(const char *us1, char *us2) in env_help()