Searched refs:__printf_function_table (Results 1 - 5 of 5) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c35 int __printf_function_table; variable
H A Dlibroot_stubs.c44 int __printf_function_table; variable
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dprintf-parse.h121 extern printf_function **__printf_function_table;
357 if (__printf_function_table != NULL
H A Dreg-printf.c32 printf_function **__printf_function_table attribute_hidden;
50 if (__printf_function_table == NULL)
56 __printf_function_table = (printf_function **)
60 __printf_function_table[spec] = converter;
H A Dvfprintf.c1857 extern printf_function **__printf_function_table;
1864 (__printf_function_table == NULL ? NULL :
1865 __printf_function_table[specs[nspecs_done].info.spec]);

Completed in 90 milliseconds