Lines Matching full:fbuf
212 char fbuf[16], *ptr = fbuf;222 ptr += sprintf(fbuf, " ");224 snprintf(ptr, sizeof(fbuf), fmt, plist[j].u.f);229 log_info(" %sth=[%5u]%c", fbuf, ovals[j], is_last ? '\n' : ',');