Searched refs:ch (Results 1 – 3 of 3) sorted by relevance
31 CHAR ch = p[i]; in SUPPORT_QUOTE_BLOB() local35 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()
26 char ch = 1; in subprocess() local28 TEST_COMPARE (ch, -1); /* Line 28. */ in subprocess()
85 ascii_tolower (unsigned char ch) in ascii_tolower() argument87 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() argument219 b->buffer[b->offset] = ch; in response_add_byte()
Completed in 8 milliseconds