Searched refs:PA_LAST (Results 1 – 4 of 4) sorted by relevance
31 static int pa_next_type = PA_LAST;43 calloc (0x100 - PA_LAST, sizeof (void *)); in __register_printf_type()53 __printf_va_arg_table[result - PA_LAST] = fct; in __register_printf_type()
157 PA_LAST enumerator
144 TEST_VERIFY_EXIT (user_type >= PA_LAST); in do_test()
1795 && __printf_va_arg_table[args_type[cnt] - PA_LAST] != NULL) in printf_positional()1798 (*__printf_va_arg_table[args_type[cnt] - PA_LAST]) in printf_positional()
Completed in 7 milliseconds