HomeSort by relevance Sort by last modified time
    Searched refs:charstr (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 190 char charstr[16*1 + 5] = {0}; local
216 strncat(charstr, bytestr, sizeof(charstr)-strlen(charstr)-1);
220 bdt_log("[%4.4s] %-50.50s %s\n", addrstr, hexstr, charstr);
222 charstr[0] = 0;
226 strncat(charstr, " ", sizeof(charstr)-strlen(charstr)-1);
233 bdt_log("[%4.4s] %-50.50s %s\n", addrstr, hexstr, charstr);
    [all...]
  /bionic/libc/netbsd/nameser/
ns_print.c 63 static int charstr(const u_char *rdata, const u_char *edata,
186 T(len = charstr(rdata, edata, &buf, &buflen));
197 T(len = charstr(rdata, edata, &buf, &buflen));
309 T(len = charstr(rdata, edata, &buf, &buflen));
317 T(len = charstr(rdata, edata, &buf, &buflen));
364 T(len = charstr(rdata, edata, &buf, &buflen));
371 T(len = charstr(rdata, edata, &buf, &buflen));
378 T(len = charstr(rdata, edata, &buf, &buflen));
790 * charstr(rdata, edata, buf, buflen)
800 charstr(const u_char *rdata, const u_char *edata, char **buf, size_t *buflen) function
    [all...]
  /external/icu4c/common/
Android.mk 102 charstr.cpp uts46.cpp \

Completed in 33 milliseconds