Home
last modified time | relevance | path

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

/dragonfly/stand/lib/
H A Dstrcasecmp.c40 *us2 = (const u_char *)s2; in strcasecmp() local
54 *us2 = (const u_char *)s2; in strncasecmp() local
/dragonfly/sys/libkern/
H A Dstrcasecmp.c39 const u_char *us1 = (const u_char *)s1, *us2 = (const u_char *)s2; in strcasecmp() local
55 const u_char *us2 = (const u_char *)s2; in strncasecmp() local
/dragonfly/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
/dragonfly/contrib/tcp_wrappers/
H A Dstrcasecmp.c74 *us2 = (u_char *)s2; local
88 *us2 = (u_char *)s2; local
/dragonfly/lib/libc/string/
H A Dstrcasecmp.c47 *us2 = (const u_char *)s2; in strcasecmp_l() local
68 *us2 = (const u_char *)s2; in strncasecmp_l() local
/dragonfly/test/cpuperf/
H A Dcputest.c22 int us2; in main() local
/dragonfly/test/sysperf/
H A Dmbwtest.c32 int us2; in main() local
/dragonfly/contrib/libpcap/
H A Dpcap.c3134 *us2 = (const u_char *)s2; local