Home
last modified time | relevance | path

Searched refs:u_char (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/firmware/lib/libc/
Dstrcasecmp.c34 typedef unsigned char u_char; typedef
41 static const u_char charmap[] = {
79 const u_char *cm = charmap; in strcasecmp()
80 const u_char *us1 = (const u_char *)s1; in strcasecmp()
81 const u_char *us2 = (const u_char *)s2; in strcasecmp()
93 const u_char *cm = charmap; in strncasecmp()
94 const u_char *us1 = (const u_char *)s1; in strncasecmp()
95 const u_char *us2 = (const u_char *)s2; in strncasecmp()
Dmemset.c67 u_char *dst; in bzero()
92 if ((c = (u_char)c0) != 0) { /* Fill the word. */ in bzero()
/device/generic/goldfish/network/netmgr/
Dwifi_forwarder.cpp215 const u_char* data = nullptr; in forwardFromPcap()