Lines Matching full:charstr
192 char charstr[16*1 + 5] = {0};
218 strncat(charstr, bytestr, sizeof(charstr)-strlen(charstr)-1);
222 bdt_log("[%4.4s] %-50.50s %s\n", addrstr, hexstr, charstr);
224 charstr[0] = 0;
228 strncat(charstr, " ", sizeof(charstr)-strlen(charstr)-1);
235 bdt_log("[%4.4s] %-50.50s %s\n", addrstr, hexstr, charstr);