Searched refs:arg_tag (Results 1 – 2 of 2) sorted by relevance
349 int arg_tag = va_arg(ap, int); in cbvprintf_package() local366 *(int *)buf = arg_tag; in cbvprintf_package()371 if (arg_tag == CBPRINTF_PACKAGE_ARG_TYPE_END) { in cbvprintf_package()381 switch (arg_tag) { in cbvprintf_package()422 if (arg_tag == CBPRINTF_PACKAGE_ARG_TYPE_LONG_DOUBLE) { in cbvprintf_package()
677 for (int arg_tag = va_arg(ap, int); local678 arg_tag != CBPRINTF_PACKAGE_ARG_TYPE_END;679 arg_tag = va_arg(ap, int)) {681 switch (arg_tag) {