|
PatchworkOS
|
#include "format.h"Go to the source code of this file.
Functions | |
| const char * | _scan (const char *spec, _format_ctx_t *ctx) |
| const char * _scan | ( | const char * | spec, |
| _format_ctx_t * | ctx | ||
| ) |
Definition at line 117 of file scan.c.
References _digits, _scan_get(), _scan_in_scanset(), _scan_unget(), _format_ctx_t::arg, _format_ctx_t::base, _format_ctx_t::currentChars, EOF, _format_ctx_t::flags, FORMAT_CHAR, FORMAT_INTMAX, FORMAT_LDOUBLE, FORMAT_LLONG, FORMAT_LONG, FORMAT_POINTER, FORMAT_PTRDIFF, FORMAT_SHORT, FORMAT_SIZE, FORMAT_SUPPRESSED, FORMAT_UNSIGNED, isspace(), _format_ctx_t::maxChars, memchr(), NULL, _format_ctx_t::precision, SIZE_MAX, strtol, tolower(), _format_ctx_t::totalChars, va_arg, and _format_ctx_t::width.