Home
last modified time | relevance | path

Searched refs:_UC (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/test/
Ddanetest.c29 #define _UC(c) ((unsigned char)(c)) macro
168 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()
/third_party/openssl/apps/lib/
Dhttp_server.c268 } else if (isxdigit(_UC(p[1])) && isxdigit(_UC(p[2]))) { in urldecode()
Dapps.c106 while (*p && isspace(_UC(*p))) in chopup_args()
131 while (*p && !isspace(_UC(*p))) in chopup_args()
/third_party/openssl/apps/include/
Dapps.h48 # define _UC(c) ((unsigned char)(c)) macro
/third_party/openssl/apps/
Ds_client.c313 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()
Dca.c730 if (!isxdigit(_UC(*p))) { in ca_main()
Ds_server.c1439 if (isxdigit(_UC(*p))) in s_server_main()