OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_isascii
(Results
1 - 5
of
5
) sorted by null
/external/bison/lib/
c-ctype.h
120
extern bool
c_isascii
(int c) _GL_ATTRIBUTE_CONST; /* not locale dependent */
143
#undef
c_isascii
macro
144
#define
c_isascii
(c) \
macro
printf-parse.c
75
/*
c_isascii
(). */
604
else if (!
c_isascii
(c))
c-ctype.c
27
c_isascii
(int c)
function
/ndk/sources/host-tools/sed-4.2.1/lib/
c-ctype.h
123
extern bool
c_isascii
(int c); /* not locale dependent */
146
#undef
c_isascii
macro
147
#define
c_isascii
(c) \
macro
c-ctype.c
30
c_isascii
(int c)
function
Completed in 89 milliseconds