Home
last modified time | relevance | path

Searched refs:_UC (Results 1 - 15 of 15) sorted by relevance

/third_party/openssl/test/
H A 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/node/deps/openssl/openssl/apps/lib/
H A Dhttp_server.c268 } else if (isxdigit(_UC(p[1])) && isxdigit(_UC(p[2]))) { in urldecode()
H A Dapps.c106 while (*p && isspace(_UC(*p))) in chopup_args()
131 while (*p && !isspace(_UC(*p))) in chopup_args()
641 while (*opt != ',' && !isspace(_UC(*opt)) && *opt != '\0') in next_item()
647 while (isspace(_UC(*opt))) in next_item()
/third_party/openssl/apps/lib/
H A Dhttp_server.c268 } else if (isxdigit(_UC(p[1])) && isxdigit(_UC(p[2]))) { in urldecode()
H A Dapps.c106 while (*p && isspace(_UC(*p))) in chopup_args()
131 while (*p && !isspace(_UC(*p))) in chopup_args()
/third_party/node/deps/openssl/openssl/apps/include/
H A Dapps.h48 # define _UC(c) ((unsigned char)(c)) macro
/third_party/openssl/apps/include/
H A Dapps.h48 # define _UC(c) ((unsigned char)(c)) macro
/third_party/node/deps/openssl/openssl/apps/
H A 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()
H A Dreq.c202 while (*kv && isspace(_UC(*kv))) in LHASH_OF()
213 if (!isspace(_UC(p[-1]))) in LHASH_OF()
H A Dcmp.c2118 if (beg[0] == ',' || isspace(_UC(beg[0]))) { in prev_item()
2133 if (beg[0] != ',' && !isspace(_UC(beg[0]))) { in prev_item()
H A Dca.c732 if (!isxdigit(_UC(*p))) { in ca_main()
H A Ds_server.c1440 if (isxdigit(_UC(*p))) in s_server_main()
/third_party/openssl/apps/
H A 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()
H A Dca.c730 if (!isxdigit(_UC(*p))) { in ca_main()
H A Ds_server.c1440 if (isxdigit(_UC(*p))) in s_server_main()

Completed in 41 milliseconds