Searched refs:_UC (Results 1 – 7 of 7) sorted by relevance
29 #define _UC(c) ((unsigned char)(c)) macro168 while (n > 0 && isspace(_UC(buf[n - 1]))) in read_to_eol()192 if (isspace(_UC(*in))) in hexdecode()228 endp == cp || !isspace(_UC(*endp)) || in checked_uint8()232 for (cp = endp; isspace(_UC(*cp)); ++cp) in checked_uint8()285 if (!isspace(_UC(*cp++))) in allws()
268 } else if (isxdigit(_UC(p[1])) && isxdigit(_UC(p[2]))) { in urldecode()
106 while (*p && isspace(_UC(*p))) in chopup_args()131 while (*p && !isspace(_UC(*p))) in chopup_args()
48 # define _UC(c) ((unsigned char)(c)) macro
313 if (isspace(_UC(*in))) in hexdecode()354 endp == in || !isspace(_UC(*endp)) || in checked_uint8()358 for (in = endp; isspace(_UC(*in)); ++in) in checked_uint8()1164 if (isxdigit(_UC(*p))) in s_client_main()
730 if (!isxdigit(_UC(*p))) { in ca_main()
1439 if (isxdigit(_UC(*p))) in s_server_main()