Home
last modified time | relevance | path

Searched refs:ctype (Results 1 – 11 of 11) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/ctype/
Dctype.tex30 @chapter Character Type Macros and Functions (@file{ctype.h})
36 The header file @file{ctype.h} defines the macros.
74 @include ctype/isalnum.def
77 @include ctype/isalpha.def
80 @include ctype/isascii.def
83 @include ctype/isblank.def
86 @include ctype/iscntrl.def
89 @include ctype/isdigit.def
92 @include ctype/islower.def
95 @include ctype/isprint.def
[all …]
Dmkunidata5 echo Generating Unicode character properties data for newlib/libc/ctype
Dmeson.build119 message('libc/ctype/' + file + ': machine overrides generic')
121 message('libc/ctype/' + s_file + ': machine overrides generic')
/picolibc-3.5.0-3.4.0/newlib/libc/locale/
Dnl_langinfo.c49 const struct lc_ctype_T * (*ctype)(struct __locale_t *); member
60 _NLITEM (ctype, outdigits[0]),
61 _NLITEM (ctype, outdigits[1]),
62 _NLITEM (ctype, outdigits[2]),
63 _NLITEM (ctype, outdigits[3]),
64 _NLITEM (ctype, outdigits[4]),
65 _NLITEM (ctype, outdigits[5]),
66 _NLITEM (ctype, outdigits[6]),
67 _NLITEM (ctype, outdigits[7]),
68 _NLITEM (ctype, outdigits[8]),
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/
DCMakeLists.txt41 add_subdirectory(ctype)
Dmeson.build36 libdirs = ['argz', 'ctype', 'errno', 'iconv', 'misc',
/picolibc-3.5.0-3.4.0/
DCOPYING.picolibc525 newlib/libc/ctype/CMakeLists.txt
874 newlib/libc/ctype/meson.build
1246 Files: newlib/libc/ctype/ctype_.c
1247 newlib/libc/ctype/isalnum.c
1248 newlib/libc/ctype/isalpha.c
1249 newlib/libc/ctype/isascii.c
1250 newlib/libc/ctype/iscntrl.c
1251 newlib/libc/ctype/isdigit.c
1252 newlib/libc/ctype/islower.c
1253 newlib/libc/ctype/isprint.c
[all …]
/picolibc-3.5.0-3.4.0/newlib/libc/include/
DCMakeLists.txt49 ctype.h
Dmeson.build49 'ctype.h',
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-2015373 * libc/ctype/Makefile.am: ... and here.
632 * libc/ctype/Makefile.in: Regenerate.
641 * libc/ctype/Makefile.am (CHEWOUT_FILES): Add isblank.def.
642 * libc/ctype/ctype.tex: Include isblank and add to menu.
1761 * libc/ctype/iswalpha.c (iswalpha): Add bounds check to avoid
2016 * libc/ctype/jp2uc.c: Include string.h.
2881 * libc/ctype/isalnum.c: Correct domain of definition to SUSv4 wording.
2882 * libc/ctype/isalpha.c: Ditto.
2883 * libc/ctype/isblank.c: Ditto.
2884 * libc/ctype/iscntrl.c: Ditto.
[all …]
DNEWS106 - ctype rewrite