Lines Matching refs:append_str
213 append_str(char **buf, size_t *left, const char *fmt, ...) in append_str() function
239 append_str(&pos, &left, "{hashname="); in kckdfp_to_str()
242 append_str(&pos, &left, "%s", hash_str); in kckdfp_to_str()
244 append_str(&pos, &left, "NULL"); in kckdfp_to_str()
246 append_str(&pos, &left, "\"%.*s\"", limit, kdf->hashname); in kckdfp_to_str()
249 append_str(&pos, &left, "..."); in kckdfp_to_str()
251 append_str(&pos, &left, "%p", kdf->hashname); in kckdfp_to_str()
254 append_str(&pos, &left, ", otherinfo="); in kckdfp_to_str()
257 append_str(&pos, &left, "%s", oi_str); in kckdfp_to_str()
259 append_str(&pos, &left, "NULL"); in kckdfp_to_str()
261 append_str(&pos, &left, "\"%.*s\"", limit, kdf->otherinfo); in kckdfp_to_str()
264 append_str(&pos, &left, "..."); in kckdfp_to_str()
266 append_str(&pos, &left, "%p", kdf->otherinfo); in kckdfp_to_str()
269 append_str(&pos, &left, ", otherinfolen=%u", kdf->otherinfolen); in kckdfp_to_str()
274 append_str(&pos, &left, ", __spare=["); in kckdfp_to_str()
278 append_str(&pos, &left, ", "); in kckdfp_to_str()
280 append_str(&pos, &left, "%#x", kdf->__spare[i]); in kckdfp_to_str()
283 append_str(&pos, &left, "]"); in kckdfp_to_str()
286 append_str(&pos, &left, "}"); in kckdfp_to_str()