Searched defs:us1 (Results 1 – 11 of 11) sorted by relevance
/freebsd/sys/libkern/ |
H A D | strcasecmp.c | 43 const u_char *us1 = (const u_char *)s1, *us2 = (const u_char *)s2; in strcasecmp() local 58 const u_char *us1 = (const u_char *)s1; in strncasecmp() local
|
/freebsd/stand/libsa/ |
H A D | strcasecmp.c | 37 *us1 = (const u_char *)s1, in strcasecmp() local 51 *us1 = (const u_char *)s1, in strncasecmp() local
|
/freebsd/contrib/sendmail/libsm/ |
H A D | strcasecmp.c | 73 const unsigned char *us1 = (const unsigned char *)s1; local 94 register const unsigned char *us1 = (const unsigned char *)s1; local
|
/freebsd/contrib/tcpdump/ |
H A D | ascii_strcasecmp.c | 62 *us1 = (const unsigned char *)s1, in ascii_strcasecmp() local 75 *us1 = (const unsigned char *)s1, in ascii_strncasecmp() local
|
/freebsd/contrib/tcp_wrappers/ |
H A D | strcasecmp.c | 72 *us1 = (u_char *)s1, in strcasecmp() local 84 *us1 = (u_char *)s1, in strncasecmp() local
|
/freebsd/lib/libc/string/ |
H A D | strcasecmp.c | 45 *us1 = (const u_char *)s1, in strcasecmp_l() local 66 *us1 = (const u_char *)s1, in strncasecmp_l() local
|
/freebsd/contrib/file/src/ |
H A D | strcasestr.c | 50 const unsigned char *us1 = (const unsigned char *)s1, in _strncasecmp() local
|
/freebsd/lib/libc/tests/nss/ |
H A D | getusershell_test.c | 76 compare_usershell(struct usershell *us1, struct usershell *us2, in compare_usershell()
|
/freebsd/crypto/heimdal/lib/asn1/ |
H A D | check-der.c | 1011 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/libpcap/ |
H A D | pcap.c | 3203 *us1 = (const u_char *)s1, local
|
/freebsd/contrib/sendmail/src/ |
H A D | queue.c | 3604 const unsigned char *us1 = (const unsigned char *) a; local
|