Home
last modified time | relevance | path

Searched refs:__chclass (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/stdio/
Dlocal.h381 extern const __CH_CLASS __chclass[256];
Dvfprintf.c1720 const __CH_CLASS __chclass[256] = { variable
1858 chtype = __chclass[ch]; in get_arg()
Dvfwprintf.c1759 chtype = ch < (wchar_t) 256 ? __chclass[ch] : OTHER; in get_arg()
/picolibc-latest/newlib/
DChangeLog-20156338 * libc/stdio/local.h (__chclass, __state_table, __action_table):
7068 (__chclass, __state_table, __action_table): Declare.
7078 (__chclass, __state_table, __action_table): Prepend __ to name and