Searched refs:__printf_render_float (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/lib/libc/stdio/ |
| H A D | xprintf.c | 242 ['A'] = { __printf_arginfo_float, NULL, __printf_render_float }, 244 ['E'] = { __printf_arginfo_float, NULL, __printf_render_float }, 245 ['F'] = { __printf_arginfo_float, NULL, __printf_render_float }, 246 ['G'] = { __printf_arginfo_float, NULL, __printf_render_float }, 249 ['a'] = { __printf_arginfo_float, NULL, __printf_render_float }, 252 ['e'] = { __printf_arginfo_float, NULL, __printf_render_float }, 253 ['f'] = { __printf_arginfo_float, NULL, __printf_render_float }, 254 ['g'] = { __printf_arginfo_float, NULL, __printf_render_float },
|
| H A D | Symbol.map | 197 __printf_render_float;
|
| H A D | xprintf_float.c | 150 __printf_render_float(struct __printf_io *io, const struct printf_info *pi, const void *const *arg) in __printf_render_float() function
|
| /freebsd-12.1/include/ |
| H A D | printf.h | 136 printf_render __printf_render_float; variable
|