Searched defs:us1 (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | strcasecmp.c | 45 const unsigned char *us1 = (const unsigned char *) s1; in strcasecmp() local 57 const unsigned char *us1 = (const unsigned char *) s1; in strncasecmp() local
|
/netbsd-src/external/bsd/tcpdump/dist/ |
H A D | ascii_strcasecmp.c | 67 *us1 = (const unsigned char *)s1, in ascii_strcasecmp() local 80 *us1 = (const unsigned char *)s1, in ascii_strncasecmp() local
|
/netbsd-src/external/bsd/libbind/dist/bsd/ |
H A D | strcasecmp.c | 98 *us1 = (const u_char *)s1, in strcasecmp() local 111 *us1 = (const u_char *)s1, in strncasecmp() local
|
/netbsd-src/common/lib/libc/string/ |
H A D | strcasecmp.c | 62 const unsigned char *us1 = (const unsigned char *)s1, in __weak_alias() local
|
H A D | strncasecmp.c | 67 const unsigned char *us1 = (const unsigned char *)s1, in __weak_alias() local
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | strcasestr.c | 52 const unsigned char *us1 = (const unsigned char *)s1, in _strncasecmp() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/ |
H A D | check-der.c | 1012 heim_universal_string us1 = { 1, NULL } , us2 = { 0, NULL }; in test_misc_cmp() local 1021 heim_universal_string us1 = { 1, NULL } , us2 = { 1, NULL }; in test_misc_cmp() local
|
/netbsd-src/usr.bin/systat/ |
H A D | vmstat.c | 425 } us, us1; in show_vmstat_top() local
|
/netbsd-src/usr.bin/telnet/ |
H A D | commands.c | 1551 env_help(const char *us1, char *us2) in env_help()
|