Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dstrcasecmp.c46 const unsigned char *us2 = (const unsigned char *) s2; in strcasecmp() local
58 const unsigned char *us2 = (const unsigned char *) s2; in strncasecmp() local
/netbsd-src/external/bsd/tcpdump/dist/
H A Dascii_strcasecmp.c68 *us2 = (const unsigned char *)s2; in ascii_strcasecmp() local
81 *us2 = (const unsigned char *)s2; in ascii_strncasecmp() local
/netbsd-src/external/bsd/libbind/dist/bsd/
H A Dstrcasecmp.c99 *us2 = (const u_char *)s2; in strcasecmp() local
112 *us2 = (const u_char *)s2; in strncasecmp() local
/netbsd-src/common/lib/libc/string/
H A Dstrcasecmp.c63 *us2 = (const unsigned char *)s2; in __weak_alias() local
H A Dstrncasecmp.c68 *us2 = (const unsigned char *)s2; in __weak_alias() local
/netbsd-src/external/bsd/file/dist/src/
H A Dstrcasestr.c53 *us2 = (const unsigned char *)s2; 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/external/apache2/llvm/dist/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h377 typedef unsigned short us2 __attribute__((ext_vector_type(2))); in __ldg() typedef
/netbsd-src/usr.bin/telnet/
H A Dcommands.c1551 env_help(const char *us1, char *us2) in env_help()