Home
last modified time | relevance | path

Searched refs:ch (Results 1 – 3 of 3) sorted by relevance

/support/
A Dsupport_quote_blob_main.c31 CHAR ch = p[i]; in SUPPORT_QUOTE_BLOB() local
35 switch (ch) in SUPPORT_QUOTE_BLOB()
69 putc_unlocked (ch, out.out); in SUPPORT_QUOTE_BLOB()
72 if (ch < L_(' ') || ch > L_('~')) in SUPPORT_QUOTE_BLOB()
78 fprintf (out.out, "\\x{%x}", (unsigned int) ch); in SUPPORT_QUOTE_BLOB()
80 fprintf (out.out, "\\%03o", (unsigned int) ch); in SUPPORT_QUOTE_BLOB()
82 putc_unlocked (ch, out.out); in SUPPORT_QUOTE_BLOB()
A Dtst-test_compare.c26 char ch = 1; in subprocess() local
28 TEST_COMPARE (ch, -1); /* Line 28. */ in subprocess()
A Dresolv_test.c85 ascii_tolower (unsigned char ch) in ascii_tolower() argument
87 if ('A' <= ch && ch <= 'Z') in ascii_tolower()
88 return ch - 'A' + 'a'; in ascii_tolower()
90 return ch; in ascii_tolower()
215 response_add_byte (struct resolv_response_builder *b, unsigned char ch) in response_add_byte() argument
219 b->buffer[b->offset] = ch; in response_add_byte()

Completed in 8 milliseconds