Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 83) sorted by relevance

1234

/ndk/sources/host-tools/sed-4.2.1/lib/
Dc-ctype.h147 #define c_isascii(c) \ argument
156 #define c_isalnum(c) \ argument
163 #define c_isalnum(c) \ argument
175 #define c_isalpha(c) \ argument
181 #define c_isalpha(c) \ argument
189 #define c_isblank(c) \ argument
196 #define c_iscntrl(c) \ argument
204 #define c_isdigit(c) \ argument
212 #define c_islower(c) \ argument
220 #define c_isgraph(c) \ argument
[all …]
Dc-ctype.c30 c_isascii (int c) in c_isascii()
36 c_isalnum (int c) in c_isalnum()
71 c_isalpha (int c) in c_isalpha()
100 c_isblank (int c) in c_isblank()
106 c_iscntrl (int c) in c_iscntrl()
140 c_isdigit (int c) in c_isdigit()
157 c_islower (int c) in c_islower()
177 c_isgraph (int c) in c_isgraph()
211 c_isprint (int c) in c_isprint()
245 c_ispunct (int c) in c_ispunct()
[all …]
Dmbrtowc.c133 unsigned char c = (unsigned char) p[0]; in mbrtowc() local
191 unsigned char c = (unsigned char) p[0]; in mbrtowc() local
198 unsigned char c = (unsigned char) p[0]; in mbrtowc() local
216 unsigned char c = (unsigned char) p[0]; in mbrtowc() local
227 unsigned char c = (unsigned char) p[0]; in mbrtowc() local
234 unsigned char c = (unsigned char) p[0]; in mbrtowc() local
245 unsigned char c = (unsigned char) p[0]; in mbrtowc() local
252 unsigned char c = (unsigned char) p[0]; in mbrtowc() local
278 unsigned char c = (unsigned char) p[0]; in mbrtowc() local
Dbtowc.c26 btowc (int c) in btowc()
Dstdio-write.c113 putchar (int c) in putchar()
119 fputc (int c, FILE *stream) in fputc()
Dmemchr.c72 unsigned reg_char c; in __memchr() local
/ndk/sources/host-tools/make-3.81/glob/
Dfnmatch.c62 # define ISASCII(c) 1 argument
64 # define ISASCII(c) isascii(c) argument
68 # define ISBLANK(c) (ISASCII (c) && isblank (c)) argument
70 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') argument
73 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) argument
75 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) argument
78 # define ISPRINT(c) (ISASCII (c) && isprint (c)) argument
79 # define ISDIGIT(c) (ISASCII (c) && isdigit (c)) argument
80 # define ISALNUM(c) (ISASCII (c) && isalnum (c)) argument
81 # define ISALPHA(c) (ISASCII (c) && isalpha (c)) argument
[all …]
/ndk/sources/host-tools/sed-4.2.1/
Dbasicdefs.h141 # define ISASCII(c) 1 argument
143 # define ISASCII(c) isascii(c) argument
147 # define ISBLANK(c) (ISASCII (c) && isblank (c)) argument
149 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') argument
153 #define ISPRINT(c) (ISASCII (c) && isprint (c)) argument
154 #define ISDIGIT(c) (ISASCII (c) && isdigit (c)) argument
155 #define ISALNUM(c) (ISASCII (c) && isalnum (c)) argument
156 #define ISALPHA(c) (ISASCII (c) && isalpha (c)) argument
157 #define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) argument
158 #define ISLOWER(c) (ISASCII (c) && islower (c)) argument
[all …]
/ndk/sources/host-tools/nawk-20071023/
Dparse.c60 Node *node2(int a, Node *b, Node *c) in node2()
71 Node *node3(int a, Node *b, Node *c, Node *d) in node3()
83 Node *node4(int a, Node *b, Node *c, Node *d, Node *e) in node4()
105 Node *stat2(int a, Node *b, Node *c) in stat2()
114 Node *stat3(int a, Node *b, Node *c, Node *d) in stat3()
123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4()
141 Node *op2(int a, Node *b, Node *c) in op2()
150 Node *op3(int a, Node *b, Node *c, Node *d) in op3()
159 Node *op4(int a, Node *b, Node *c, Node *d, Node *e) in op4()
206 Node *pa2stat(Node *a, Node *b, Node *c) /* pat, pat {...} */ in pa2stat()
[all …]
Dlex.c96 int c = input(); in peek() local
103 int c, retc; in gettok() local
172 int c; in yylex() local
359 int c, n; in string() local
458 int c, n; in word() local
506 int c; in regexpr() local
546 int c; in input() local
565 void unput(int c) /* put lexical character back on input */ in unput()
Db.c252 #define isoctdigit(c) ((c) >= '0' && (c) <= '7') /* multiple use of arg */ argument
258 int c; in quoted() local
290 int i, c, c2; in cclenter() local
458 int member(int c, const char *sarg) /* is c in s? */ in member()
768 int c, n; in relex() local
850 int cgoto(fa *f, int s, int c) in cgoto()
Dlib.c106 int c; in getrec() local
184 int sep, c; in readrec() local
528 int c; in bracecheck() local
605 int c; in eprint() local
638 void bclass(int c) in bclass()
/ndk/sources/cxx-stl/stlport/src/
Dstdio_streambuf.cpp159 int c = fgetc(_M_file); in underflow() local
173 int c = fgetc(_M_file); in uflow() local
180 stdio_istreambuf::int_type stdio_istreambuf::pbackfail(int_type c) { in pbackfail()
203 stdio_ostreambuf::int_type stdio_ostreambuf::overflow(int_type c) { in overflow()
Dnum_get.cpp78 bool _STLP_CALL __get_fdigit(wchar_t& c, const wchar_t* digits) { in __get_fdigit()
88 bool _STLP_CALL __get_fdigit_or_sep(wchar_t& c, wchar_t sep, in __get_fdigit_or_sep()
Dlocale.cpp194 locale::category c) { in _Stl_loc_combine_names_aux()
211 locale::category c) { in _Stl_loc_combine_names()
225 locale::category c) { in _Stl_loc_combine_names()
247 locale::locale(const locale& L, const char* name, locale::category c) in locale() function in locale
296 locale::locale(const locale& L1, const locale& L2, category c) in locale()
Dctype.cpp403 wchar_t c; in do_is() local
432 wchar_t c = *low; in do_toupper() local
447 wchar_t c = *low; in do_tolower() local
466 char ctype<wchar_t>::do_narrow(wchar_t c, char dfault) const in do_narrow()
473 wchar_t c = *low++; in do_narrow() local
/ndk/sources/host-tools/sed-4.2.1/sed/
Dfmt.c104 #define isopen(c) (strchr ("([`'\"", (c)) != NULL) argument
105 #define isclose(c) (strchr (")]'\"", (c)) != NULL) argument
106 #define isperiod(c) (strchr (".?!", (c)) != NULL) argument
237 register int c; in get_paragraph() local
277 copy_rest (register int c) in copy_rest()
293 same_para (register int c) in same_para()
307 get_line (register int c) in get_line()
358 get_space (register int c) in get_space()
Dmbcs.c35 char c = ch; local
/ndk/sources/host-tools/make-3.81/
Dansi2knr.c206 # define is_ascii(c) 1 argument
208 # define is_ascii(c) isascii(c) argument
211 #define is_space(c) (is_ascii(c) && isspace(c)) argument
212 #define is_alpha(c) (is_ascii(c) && isalpha(c)) argument
213 #define is_alnum(c) (is_ascii(c) && isalnum(c)) argument
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c117 #define SEE(c) (MORE() && PEEK() == (c)) argument
119 #define EAT(c) ((SEE(c)) ? (NEXT(), 1) : 0) argument
127 #define MUSTSEE(c, e) REQUIRE(MORE() && PEEK() == (c), e) argument
128 #define MUSTEAT(c, e) REQUIRE(MORE() && GETNEXT() == (c), e) argument
129 #define MUSTNOTSEE(c, e) REQUIRE(!MORE() || PEEK() != (c), e) argument
251 char c; in p_ere() local
294 char c; in p_ere_exp() local
491 int c; in p_simp_re() local
706 char c; in p_b_term() local
773 char c; in p_b_cclass() local
[all …]
Dutils.h54 #define memmove(d, s, c) bcopy(s, d, c) argument
/ndk/tests/device/test-stlport/unit/
Dsstream_test.cpp110 char c; in input() local
161 char c; in io() local
304 char c; in buf() local
322 char c; in rdbuf() local
Dfull_streambuf.h26 int_type overflow(int_type c) { in overflow()
/ndk/tests/device/test-gnustl-full/unit/
Dsstream_test.cpp110 char c; in input() local
161 char c; in io() local
304 char c; in buf() local
322 char c; in rdbuf() local
Dfull_streambuf.h26 int_type overflow(int_type c) { in overflow()

1234