Searched refs:ctype (Results 1 – 12 of 12) sorted by relevance
/picolibc-3.7.0-3.6.0/newlib/libc/ctype/ |
D | ctype.tex | 30 @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 …]
|
D | mkunidata | 5 echo Generating Unicode character properties data for newlib/libc/ctype
|
D | meson.build | 121 message('libc/ctype/' + file + ': machine overrides generic') 123 message('libc/ctype/' + s_file + ': machine overrides generic')
|
/picolibc-3.7.0-3.6.0/newlib/libc/locale/ |
D | nl_langinfo.c | 49 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.7.0-3.6.0/newlib/libc/ |
D | CMakeLists.txt | 41 add_subdirectory(ctype)
|
D | meson.build | 36 libdirs = ['argz', 'ctype', 'errno', 'iconv', 'misc',
|
/picolibc-3.7.0-3.6.0/ |
D | COPYING.picolibc | 493 newlib/libc/ctype/CMakeLists.txt 927 newlib/libc/ctype/meson.build 1350 Files: newlib/libc/ctype/ctype_.c 1351 newlib/libc/ctype/isalnum.c 1352 newlib/libc/ctype/isalpha.c 1353 newlib/libc/ctype/isascii.c 1354 newlib/libc/ctype/iscntrl.c 1355 newlib/libc/ctype/isdigit.c 1356 newlib/libc/ctype/isgraph.c 1357 newlib/libc/ctype/islower.c [all …]
|
D | README.md | 141 * [Selecting ctype implementation](doc/ctype.md) 187 * Create an alternate ctype implementation that avoids using the
|
/picolibc-3.7.0-3.6.0/newlib/libc/include/ |
D | CMakeLists.txt | 49 ctype.h
|
D | meson.build | 49 'ctype.h',
|
/picolibc-3.7.0-3.6.0/newlib/ |
D | ChangeLog-2015 | 373 * 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 …]
|
D | NEWS | 118 - ctype rewrite
|