Home
last modified time | relevance | path

Searched defs:ch (Results 1 – 25 of 30) sorted by relevance

12

/bionic/libc/dns/resolv/
Dres_comp.c172 int pch = PERIOD, ch = *dn++; in res_hnok() local
215 int ch, escaped = 0; in res_mailok() local
243 int ch; in res_dnok() local
Dres_init.c125 #define ISSORTMASK(ch) (strchr(sort_mask, ch) != NULL) argument
/bionic/libc/dns/nameser/
Dns_ttl.c84 int ch; in ns_format_ttl() local
99 int ch, digits, dirty; in ns_parse_ttl() local
Dns_name.c882 special(int ch) { in special()
907 printable(int ch) { in printable()
916 mklower(int ch) { in mklower()
/bionic/libc/upstream-openbsd/lib/libc/net/
Dinet_pton.c76 int saw_digit, octets, ch; in inet_pton4() local
130 int ch, saw_xdigit, count_xdigit; in inet_pton6() local
Dbase64.c187 int tarindex, state, ch; in b64_pton() local
/bionic/libc/bionic/
Dstrchrnul.cpp17 extern "C" const char* strchrnul(const char* s, int ch) { in strchrnul()
Dstrchr.cpp32 char* strchr(const char* p, int ch) { in strchr()
Dstrrchr.cpp32 char* strrchr(const char* p, int ch) { in strrchr()
Dmbrtoc32.cpp71 uint8_t ch; in mbrtoc32() local
Dndk_cruft.cpp134 static inline int digitval(int ch) { in digitval()
327 char* index(const char* str, int ch) { in index()
Dfortify.cpp281 char* __strchr_chk(const char* p, int ch, size_t s_len) { in __strchr_chk()
386 char* __strrchr_chk(const char* p, int ch, size_t s_len) { in __strrchr_chk()
/bionic/libc/arch-riscv64/string/
Dstrchr.c34 strchr_gc(const char *p, int ch) in strchr_gc()
/bionic/libm/
Ddigittoint.c32 __LIBC_HIDDEN__ int digittoint(char ch) { in digittoint()
/bionic/libm/upstream-netbsd/lib/libm/complex/
Dccosl.c41 long double ch, sh; in ccosl() local
Dcsinl.c41 long double ch, sh; in csinl() local
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dfgetwc.c63 int ch = __sgetc(fp); in __fgetwc_unlock() local
/bionic/libc/async_safe/
Dasync_safe_log.cpp152 int ch = *p; in parse_decimal() local
177 char ch; in format_unsigned() local
198 char ch = buf[i]; in format_unsigned() local
227 static void SendRepeat(Out& o, char ch, int count) { in SendRepeat()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1102 wint_t ch; in p_bracket() local
1420 may_escape(struct parse *p, const wint_t ch)
1469 othercase(wint_t ch)
1487 bothcases(struct parse *p, wint_t ch)
1521 ordinary(struct parse *p, wint_t ch)
1760 CHadd(struct parse *p, cset *cs, wint_t ch)
2278 int ch; local
Dregex2.h134 CHIN1(cset *cs, wint_t ch) in CHIN1()
160 CHIN(cset *cs, wint_t ch) in CHIN()
Dengine.c1039 wint_t ch, /* character or NONCHAR code */ in step()
1178 int ch, in print()
1247 pchar(int ch) in pchar()
/bionic/libc/stdio/
Dvfwprintf.cpp168 int ch; in FUNCTION_NAME() local
Dvfprintf.cpp165 int ch; in FUNCTION_NAME() local
/bionic/tests/
Dstdio_test.cpp3143 char ch; in TEST() local
3155 char ch; in TEST() local
3167 char ch; in TEST() local
3179 char ch; in TEST() local
3191 char ch; in TEST() local
3203 char ch; in TEST() local
3215 char ch; in TEST() local
3227 char ch; in TEST() local
3235 char ch; in TEST() local
3250 char ch; in TEST() local
Dsearch_test.cpp301 for (char ch = ' '; ch <= '~'; ++ch) { in TEST() local

12