Searched refs:append_fmt (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/lib/ |
H A D | test_scanf.c | 315 append_fmt(char *buf, int *buf_pos, int buf_len, const char *val_fmt, ...) in append_fmt() function 340 append_fmt(str_buf, str_buf_pos, str_buf_len, delim_str); in append_delim() 341 append_fmt(fmt_buf, fmt_buf_pos, fmt_buf_len, delim_str); in append_delim() 365 append_fmt(test_buffer, &pos, BUF_SIZE, gen_fmt, expect[i]); \ 366 append_fmt(fmt_buffer, &fmt_pos, BUF_SIZE, "%%%s", scan_fmt); \ 392 val_len = append_fmt(test_buffer, &pos, BUF_SIZE, gen_fmt, \ 394 append_fmt(fmt_buffer, &fmt_pos, BUF_SIZE, \
|