HomeSort by: relevance | last modified time | path
    Searched defs:statargtable (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/stdio/
vfwprintf.c 686 union arg statargtable [STATIC_ARG_TBL_SIZE]; local in function:WDECL
807 argtable = statargtable; \
962 argtable = statargtable;
1520 if ((argtable != NULL) && (argtable != statargtable))
vfwprintf.c 686 union arg statargtable [STATIC_ARG_TBL_SIZE]; local in function:WDECL
807 argtable = statargtable; \
962 argtable = statargtable;
1520 if ((argtable != NULL) && (argtable != statargtable))

Completed in 23 milliseconds