OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_CTYPE_A
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/sys/
ctype_bits.h
45
#define
_CTYPE_A
0x0001 /* Alpha */
ctype_inline.h
48
#define isalnum(c) ((int)((_ctype_tab_ + 1)[(c)] & (
_CTYPE_A
|_CTYPE_D)))
49
#define isalpha(c) ((int)((_ctype_tab_ + 1)[(c)] &
_CTYPE_A
))
/src/lib/libc/gen/
isctype.c
91
_ISCTYPE_FUNC(alnum, (
_CTYPE_A
|_CTYPE_D))
92
_ISCTYPE_FUNC(alpha,
_CTYPE_A
)
ctype_.c
111
#define _A
_CTYPE_A
Completed in 14 milliseconds
Indexes created Wed Oct 22 06:10:02 GMT 2025