Searched refs:statargtable (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/lib/libc/stdio/
H A Dvfprintf.c325 union arg statargtable[STATIC_ARG_TBL_SIZE]; local
434 argtable = statargtable; \
556 argtable = statargtable;
585 argtable = statargtable;
1081 if (argtable != NULL && argtable != statargtable) {
H A Dvfwprintf.c331 union arg statargtable[STATIC_ARG_TBL_SIZE]; local
428 argtable = statargtable; \
544 argtable = statargtable;
573 argtable = statargtable;
1071 if (argtable != NULL && argtable != statargtable) {

Completed in 123 milliseconds