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

  /src/lib/libc/stdio/
vfwprintf.c 1545 enum typeid stattypetable [STATIC_ARG_TBL_SIZE]; local in function:__find_arguments
1558 if (typetable != stattypetable) \
1623 memset(stattypetable, 0, sizeof(stattypetable));
1624 typetable = stattypetable;
1801 if (typetable != stattypetable)
1904 if (typetable != stattypetable)
vfwprintf.c 1545 enum typeid stattypetable [STATIC_ARG_TBL_SIZE]; local in function:__find_arguments
1558 if (typetable != stattypetable) \
1623 memset(stattypetable, 0, sizeof(stattypetable));
1624 typetable = stattypetable;
1801 if (typetable != stattypetable)
1904 if (typetable != stattypetable)

Completed in 24 milliseconds