Home
last modified time | relevance | path

Searched refs:printf_buf (Results 1 – 2 of 2) sorted by relevance

/third_party/alsa-lib/src/topology/
Dsave.c30 buf->printf_buf = NULL; in tplg_buf_init()
37 free(buf->printf_buf); in tplg_buf_free()
43 free(buf->printf_buf); in tplg_buf_detach()
58 n = vsnprintf(dst->printf_buf, dst->printf_buf_size, fmt, va); in tplg_save_printf()
68 s = realloc(dst->printf_buf, t); in tplg_save_printf()
73 dst->printf_buf = s; in tplg_save_printf()
76 n = vsnprintf(dst->printf_buf, n + 1, fmt, va); in tplg_save_printf()
97 strcpy(s + l + pl, dst->printf_buf); in tplg_save_printf()
Dtplg_local.h208 char *printf_buf; member