Searched refs:us2 (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/ibm-public/postfix/dist/src/util/ |
| D | strcasecmp.c | 47 const unsigned char *us2 = (const unsigned char *) s2; in strcasecmp() local 49 while (tolower(*us1) == tolower(*us2++)) in strcasecmp() 52 return (tolower(*us1) - tolower(*--us2)); in strcasecmp() 59 const unsigned char *us2 = (const unsigned char *) s2; in strncasecmp() local 62 if (tolower(*us1) != tolower(*us2++)) in strncasecmp() 63 return (tolower(*us1) - tolower(*--us2)); in strncasecmp()
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | ascii_strcasecmp.c | 68 *us2 = (const unsigned char *)s2; in ascii_strcasecmp() local 70 while (cm[*us1] == cm[*us2++]) in ascii_strcasecmp() 73 return(cm[*us1] - cm[*--us2]); in ascii_strcasecmp() 81 *us2 = (const unsigned char *)s2; in ascii_strncasecmp() local 93 if (cm[*us1] != cm[*us2++]) { in ascii_strncasecmp() 109 return(cm[*us1] - cm[*--us2]); in ascii_strncasecmp()
|
| /netbsd/src/external/bsd/libbind/dist/bsd/ |
| D | strcasecmp.c | 99 *us2 = (const u_char *)s2; in strcasecmp() local 101 while (cm[*us1] == cm[*us2++]) in strcasecmp() 104 return (cm[*us1] - cm[*--us2]); in strcasecmp() 112 *us2 = (const u_char *)s2; in strncasecmp() local 115 if (cm[*us1] != cm[*us2++]) in strncasecmp() 116 return (cm[*us1] - cm[*--us2]); in strncasecmp()
|
| /netbsd/src/common/lib/libc/string/ |
| D | strcasecmp.c | 63 *us2 = (const unsigned char *)s2; in __weak_alias() local 68 while (tolower(*us1) == tolower(*us2++)) in __weak_alias() 71 return (tolower(*us1) - tolower(*--us2)); in __weak_alias()
|
| D | strncasecmp.c | 68 *us2 = (const unsigned char *)s2; in __weak_alias() local 71 if (tolower(*us1) != tolower(*us2++)) in __weak_alias() 72 return (tolower(*us1) - tolower(*--us2)); in __weak_alias()
|
| /netbsd/src/external/bsd/file/dist/src/ |
| D | strcasestr.c | 53 *us2 = (const unsigned char *)s2; in _strncasecmp() local 56 if (tolower(*us1) != tolower(*us2++)) in _strncasecmp() 57 return tolower(*us1) - tolower(*--us2); in _strncasecmp()
|
| /netbsd/src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
| D | check-der.c | 1012 heim_universal_string us1 = { 1, NULL } , us2 = { 0, NULL }; in test_misc_cmp() local 1014 ret = der_heim_universal_string_cmp(&us1, &us2); in test_misc_cmp() 1021 heim_universal_string us1 = { 1, NULL } , us2 = { 1, NULL }; in test_misc_cmp() local 1023 us2.data = &data; in test_misc_cmp() 1024 ret = der_heim_universal_string_cmp(&us1, &us2); in test_misc_cmp()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.opencl/ |
| D | datatypes.cl | 68 ushort2 us2 = (ushort2) (1, 2);
|
| D | callfuncs.cl | 124 ushort2 us2 = (ushort2) (1, 2);
|
| /netbsd/src/external/bsd/libpcap/dist/ |
| D | pcap.c | 3213 *us2 = (const u_char *)s2; local 3215 while (cm[*us1] == cm[*us2++]) 3218 return (cm[*us1] - cm[*--us2]);
|
| /netbsd/src/usr.bin/telnet/ |
| D | commands.c | 1551 env_help(const char *us1, char *us2) in env_help() argument
|