Searched refs:scnprintf (Results 1 – 7 of 7) sorted by relevance
| /lib/ |
| D | test_firmware.c | 285 len += scnprintf(buf, PAGE_SIZE - len, in config_show() 290 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show() 294 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show() 297 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show() 300 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show() 305 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show() 308 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show() 310 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show() 312 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show() 315 len += scnprintf(buf + len, PAGE_SIZE - len, in config_show() [all …]
|
| D | test_printf.c | 619 size = scnprintf(cmp_buf, BUF_SIZE, "%#lx(", flags); in page_flags_test() 621 size += scnprintf(cmp_buf + size, BUF_SIZE - size, "%s", name); in page_flags_test() 630 size += scnprintf(cmp_buf + size, BUF_SIZE - size, "|"); in page_flags_test() 632 size += scnprintf(cmp_buf + size, BUF_SIZE - size, "%s=", in page_flags_test() 634 size += scnprintf(cmp_buf + size, BUF_SIZE - size, pft[i].fmt, in page_flags_test()
|
| D | ubsan.c | 199 scnprintf(str, size, "0x%08x%08x%08x%08x", in val_to_string() 208 scnprintf(str, size, "%lld", in val_to_string() 211 scnprintf(str, size, "%llu", in val_to_string()
|
| D | bitmap-str.c | 63 return list ? scnprintf(buf, len, "%*pbl\n", nmaskbits, maskp) : in bitmap_print_to_pagebuf() 64 scnprintf(buf, len, "%*pb\n", nmaskbits, maskp); in bitmap_print_to_pagebuf()
|
| D | test_dynamic_debug.c | 24 return scnprintf(buffer, PAGE_SIZE, "did do_prints\n"); in param_get_do_prints()
|
| D | dynamic_debug.c | 798 return scnprintf(buffer, PAGE_SIZE, "0x%lx\n", *dcp->bits); in param_get_dyndbg_classes() 802 return scnprintf(buffer, PAGE_SIZE, "%d\n", *dcp->lvl); in param_get_dyndbg_classes()
|
| D | vsprintf.c | 2956 int scnprintf(char *buf, size_t size, const char *fmt, ...) in scnprintf() function 2967 EXPORT_SYMBOL(scnprintf);
|