Searched refs:vsscanf (Results 1 – 7 of 7) sorted by relevance
| /linux/include/linux/ |
| H A D | sprintf.h | 22 __scanf(2, 0) int vsscanf(const char *, const char *, va_list);
|
| /linux/tools/include/nolibc/ |
| H A D | stdio.h | 503 int vsscanf(const char *str, const char *format, va_list args) in vsscanf() function 595 ret = vsscanf(str, format, args); in sscanf()
|
| /linux/tools/perf/util/ |
| H A D | config.c | 946 d->ret = vsscanf(value, d->fmt, d->args); in perf_config_scan_cb()
|
| /linux/drivers/xen/xenbus/ |
| H A D | xenbus_xs.c | 577 ret = vsscanf(val, fmt, ap); in xenbus_scanf()
|
| /linux/lib/tests/ |
| H A D | scanf_kunit.c | 34 ret = vsscanf(string, fmt, ap_copy); in _test()
|
| /linux/lib/ |
| H A D | vsprintf.c | 3430 int vsscanf(const char *buf, const char *fmt, va_list args) in vsscanf() function 3699 EXPORT_SYMBOL(vsscanf); 3713 i = vsscanf(buf, fmt, args); in sscanf()
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | veristat.c | 1396 res = vsscanf(line, fmt, ap); in scanf_one_line()
|