Home
last modified time | relevance | path

Searched defs:us1 (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dstrcasecmp.c45 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 Dascii_strcasecmp.c67 *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 Dstrcasecmp.c98 *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 Dstrcasecmp.c62 const unsigned char *us1 = (const unsigned char *)s1, in __weak_alias() local
H A Dstrncasecmp.c67 const unsigned char *us1 = (const unsigned char *)s1, in __weak_alias() local
/netbsd-src/external/bsd/file/dist/src/
H A Dstrcasestr.c52 const unsigned char *us1 = (const unsigned char *)s1, in _strncasecmp() local
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dcheck-der.c1012 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 Dvmstat.c425 } us, us1; in show_vmstat_top() local
/netbsd-src/usr.bin/telnet/
H A Dcommands.c1551 env_help(const char *us1, char *us2) in env_help()