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

  /src/lib/libc/stdio/
vfwprintf.c 1547 size_t tablemax; /* largest used index in table */ local in function:__find_arguments
1566 if (nextarg > tablemax) \
1567 tablemax = nextarg; \
1626 tablemax = 0;
1791 * If tablemax is larger, this means that some positional argument,
1800 if (nitems < tablemax) {
1808 if (tablemax >= STATIC_ARG_TBL_SIZE) {
1809 *argtable = malloc(sizeof(**argtable) * (tablemax + 1));
1817 for (n = 1; n <= tablemax; n++) {
vfwprintf.c 1547 size_t tablemax; /* largest used index in table */ local in function:__find_arguments
1566 if (nextarg > tablemax) \
1567 tablemax = nextarg; \
1626 tablemax = 0;
1791 * If tablemax is larger, this means that some positional argument,
1800 if (nitems < tablemax) {
1808 if (tablemax >= STATIC_ARG_TBL_SIZE) {
1809 *argtable = malloc(sizeof(**argtable) * (tablemax + 1));
1817 for (n = 1; n <= tablemax; n++) {
vfwprintf.c 1547 size_t tablemax; /* largest used index in table */ local in function:__find_arguments
1566 if (nextarg > tablemax) \
1567 tablemax = nextarg; \
1626 tablemax = 0;
1791 * If tablemax is larger, this means that some positional argument,
1800 if (nitems < tablemax) {
1808 if (tablemax >= STATIC_ARG_TBL_SIZE) {
1809 *argtable = malloc(sizeof(**argtable) * (tablemax + 1));
1817 for (n = 1; n <= tablemax; n++) {

Completed in 37 milliseconds