|
PatchworkOS
|
#include "format.h"Go to the source code of this file.
Functions | |
| const char * | _print (const char *spec, _format_ctx_t *ctx) |
| const char * _print | ( | const char * | spec, |
| _format_ctx_t * | ctx | ||
| ) |
Definition at line 561 of file print.c.
References _print_double(), _print_integer(), _print_ldouble(), _PRINT_PUT, _print_string(), abs(), _format_ctx_t::arg, _format_ctx_t::base, _format_ctx_t::buffer, _format_ctx_t::currentChars, div(), EOF, _format_ctx_t::flags, FORMAT_ALT, FORMAT_CHAR, FORMAT_DECIMAL, FORMAT_DONE, FORMAT_DOUBLE, FORMAT_EXPONENT, FORMAT_GENERIC, FORMAT_HEXA, FORMAT_INTMAX, FORMAT_LDOUBLE, FORMAT_LLONG, FORMAT_LONG, FORMAT_LOWER, FORMAT_MINUS, FORMAT_PLUS, FORMAT_POINTER, FORMAT_PTRDIFF, FORMAT_SHORT, FORMAT_SIZE, FORMAT_SPACE, FORMAT_UNSIGNED, FORMAT_ZERO, imaxdiv(), _format_ctx_t::maxChars, NULL, _format_ctx_t::precision, div_t::quot, div_t::rem, strtol, _format_ctx_t::totalChars, va_arg, and _format_ctx_t::width.
Referenced by vfprintf(), and vsnprintf().