Home
last modified time | relevance | path

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

/freebsd/sys/libkern/
H A Dstrcasecmp.c43 const u_char *us1 = (const u_char *)s1, *us2 = (const u_char *)s2; in strcasecmp() local
59 const u_char *us2 = (const u_char *)s2; in strncasecmp() local
/freebsd/stand/libsa/
H A Dstrcasecmp.c38 *us2 = (const u_char *)s2; in strcasecmp() local
52 *us2 = (const u_char *)s2; in strncasecmp() local
/freebsd/contrib/sendmail/libsm/
H A Dstrcasecmp.c74 const unsigned char *us2 = (const unsigned char *)s2; local
95 register const unsigned char *us2 = (const unsigned char *)s2; local
/freebsd/contrib/tcpdump/
H A Dascii_strcasecmp.c63 *us2 = (const unsigned char *)s2; in ascii_strcasecmp() local
76 *us2 = (const unsigned char *)s2; in ascii_strncasecmp() local
/freebsd/contrib/tcp_wrappers/
H A Dstrcasecmp.c73 *us2 = (u_char *)s2; in strcasecmp() local
85 *us2 = (u_char *)s2; in strncasecmp() local
/freebsd/lib/libc/string/
H A Dstrcasecmp.c46 *us2 = (const u_char *)s2; in strcasecmp_l() local
67 *us2 = (const u_char *)s2; in strncasecmp_l() local
/freebsd/contrib/file/src/
H A Dstrcasestr.c51 *us2 = (const unsigned char *)s2; in _strncasecmp() local
/freebsd/lib/libc/tests/nss/
H A Dgetusershell_test.c76 compare_usershell(struct usershell *us1, struct usershell *us2, in compare_usershell()
/freebsd/crypto/heimdal/lib/asn1/
H A Dcheck-der.c1011 heim_universal_string us1 = { 1, NULL } , us2 = { 0, NULL }; in test_misc_cmp() local
1020 heim_universal_string us1 = { 1, NULL } , us2 = { 1, NULL }; in test_misc_cmp() local
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_intrinsics.h377 typedef unsigned short us2 __attribute__((ext_vector_type(2))); in __ldg() typedef
/freebsd/contrib/libpcap/
H A Dpcap.c3153 *us2 = (const u_char *)s2; local
/freebsd/contrib/sendmail/src/
H A Dqueue.c3605 const unsigned char *us2 = (const unsigned char *) b; local