HomeSort by relevance Sort by last modified time
    Searched refs:nl_type (Results 1 - 3 of 3) sorted by null

  /prebuilts/ndk/r11/sources/android/support/src/stdio/
vfprintf.c 469 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type)
519 nl_type[s[1]-'0'] = INT;
532 nl_type[s[2]-'0'] = INT;
558 if (argpos>=0) nl_type[argpos]=st, arg=nl_arg[argpos];
685 for (i=1; i<=NL_ARGMAX && nl_type[i]; i++)
686 pop_arg(nl_arg+i, nl_type[i], ap);
687 for (; i<=NL_ARGMAX && !nl_type[i]; i++);
698 int nl_type[NL_ARGMAX+1] = {0}; local
705 ret = printf_core(0, fmt, &ap2, nl_arg, nl_type);
711 ret = printf_core(out, fmt, &ap2, nl_arg, nl_type);
719 int nl_type[NL_ARGMAX+1] = {0}; local
754 int nl_type[NL_ARGMAX+1] = {0}; local
    [all...]
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
vfprintf.c 469 static int printf_core(FILE *f, const char *fmt, va_list *ap, union arg *nl_arg, int *nl_type)
519 nl_type[s[1]-'0'] = INT;
532 nl_type[s[2]-'0'] = INT;
558 if (argpos>=0) nl_type[argpos]=st, arg=nl_arg[argpos];
685 for (i=1; i<=NL_ARGMAX && nl_type[i]; i++)
686 pop_arg(nl_arg+i, nl_type[i], ap);
687 for (; i<=NL_ARGMAX && !nl_type[i]; i++);
698 int nl_type[NL_ARGMAX+1] = {0}; local
705 ret = printf_core(0, fmt, &ap2, nl_arg, nl_type);
711 ret = printf_core(out, fmt, &ap2, nl_arg, nl_type);
719 int nl_type[NL_ARGMAX+1] = {0}; local
754 int nl_type[NL_ARGMAX+1] = {0}; local
    [all...]
  /external/autotest/client/deps/iwcap/src/
iwcap.c 221 static int check_iftype(struct nlattr *tb_msg[], int nl_type)
230 if (nl_mode->nla_type == nl_type)

Completed in 538 milliseconds