libc/newlib/libc/ctype
Yaakov Selkowitz 6783860a2e ansification: remove _AND
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
2018-01-17 11:47:05 -06:00
..
Makefile.am Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
Makefile.in makedoc: make errors visible 2017-12-07 11:54:11 +00:00
ctype.tex Fix html build 2016-08-19 11:59:37 +02:00
ctype_.c Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptr 2016-08-25 14:18:31 +02:00
ctype_.h Make ctype_.c and ctype_.h agree on _ctype_b type 2016-10-17 16:37:44 +02:00
ctype_cp.h Actually return value from __cp_index 2016-10-22 21:08:44 +02:00
ctype_iso.h * libc/ctype/ctype_.c (_CTYPE_DATA_128_255): Rename from 2009-04-21 20:09:01 +00:00
isalnum.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
isalnum_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isalpha.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
isalpha_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isascii.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
isascii_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isblank.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
isblank_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iscntrl.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iscntrl_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isdigit.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
isdigit_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
islower.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
islower_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isprint.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
isprint_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
ispunct.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
ispunct_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isspace.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
isspace_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isupper.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
isupper_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswalnum.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iswalnum_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswalpha.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iswalpha_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswblank.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iswblank_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswcntrl.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iswcntrl_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswctype.c ansification: remove _AND 2018-01-17 11:47:05 -06:00
iswctype_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswdigit.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iswdigit_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswgraph.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iswgraph_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswlower.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iswlower_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswprint.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iswprint_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswpunct.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iswpunct_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswspace.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iswspace_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswupper.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iswupper_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
iswxdigit.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
iswxdigit_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
isxdigit.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
isxdigit_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
jp2uc.c ansification: remove _AND 2018-01-17 11:47:05 -06:00
jp2uc.h 2002-09-27 Jeff Johnston <jjohnstn@redhat.com> 2002-09-27 20:17:52 +00:00
local.h Consolidate wctomb/mbtowc calls for POSIX-1.2008 2016-08-15 10:56:57 +02:00
toascii.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
toascii_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
tolower.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
tolower_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
toupper.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
toupper_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
towctrans.c ansification: remove _AND 2018-01-17 11:47:05 -06:00
towctrans_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
towlower.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
towlower_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
towupper.c ctype: remove TRAD_SYNOPSIS 2017-12-01 03:41:50 -06:00
towupper_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
utf8alpha.h * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2. 2010-02-18 20:37:19 +00:00
utf8print.h * libc/ctype/iswalpha.c (iswalpha): Update to Unicode 5.2. 2010-02-18 20:37:19 +00:00
wctrans.c ansification: remove _AND 2018-01-17 11:47:05 -06:00
wctrans_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00
wctype.c ansification: remove _AND 2018-01-17 11:47:05 -06:00
wctype_l.c Fold documentation of is*_l funcs into documentation of non-l is* funcs 2016-08-15 14:21:52 +02:00