repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* configure.in: Also look in $PATH when searching for
[glibc.git]
/
ctype
/
Versions
blob
6110f848c8bb3eefd0ceb83e0eaa6552027ce382
1
libc {
2
GLIBC_2.0 {
3
# global variables
4
__ctype_b; __ctype32_b; __ctype_tolower; __ctype_toupper;
5
_tolower; _toupper;
6
7
# i*
8
isalnum; isalpha; isascii; isblank; iscntrl; isdigit; isgraph; islower;
9
isprint; ispunct; isspace; isupper; isxdigit;
10
11
# t*
12
toascii; tolower; toupper;
13
}
14
}