Symbol: _UC
crypto/openssl/apps/ca.c
765
if (!isxdigit(_UC(*p))) {
crypto/openssl/apps/cmp.c
1724
while (*end != ',' && !isspace(_UC(*end)) && *end != '\0')
crypto/openssl/apps/cmp.c
2123
while (isspace(_UC(*ptr)))
crypto/openssl/apps/cmp.c
2658
if (beg[0] == ',' || isspace(_UC(beg[0]))) {
crypto/openssl/apps/cmp.c
2673
if (beg[0] != ',' && !isspace(_UC(beg[0]))) {
crypto/openssl/apps/lib/app_provider.c
102
while (tmp > copy && isspace(_UC(*--tmp)))
crypto/openssl/apps/lib/app_provider.c
104
while (isspace(_UC(*p.val)))
crypto/openssl/apps/lib/apps.c
652
while (*opt != ',' && !isspace(_UC(*opt)) && *opt != '\0')
crypto/openssl/apps/lib/apps.c
658
while (isspace(_UC(*opt)))
crypto/openssl/apps/lib/http_server.c
249
} else if (isxdigit(_UC(p[1])) && isxdigit(_UC(p[2]))) {
crypto/openssl/apps/req.c
248
while (isspace(_UC(*kv)))
crypto/openssl/apps/req.c
260
if (!isspace(_UC(p[-1])))
crypto/openssl/apps/s_client.c
1329
if (isxdigit(_UC(*p)))
crypto/openssl/apps/s_client.c
358
if (isspace(_UC(*in)))
crypto/openssl/apps/s_client.c
398
if (((v == LONG_MIN || v == LONG_MAX) && e == ERANGE) || endp == in || !isspace(_UC(*endp)) || v != (*result = (uint8_t)v)) {
crypto/openssl/apps/s_client.c
401
for (in = endp; isspace(_UC(*in)); ++in)
crypto/openssl/apps/s_server.c
1588
if (isxdigit(_UC(*p)))
crypto/openssl/test/danetest.c
168
while (n > 0 && isspace(_UC(buf[n - 1])))
crypto/openssl/test/danetest.c
192
if (isspace(_UC(*in)))
crypto/openssl/test/danetest.c
227
if (((v == LONG_MIN || v == LONG_MAX) && e == ERANGE) || endp == cp || !isspace(_UC(*endp)) || v != (*(uint8_t *)result = (uint8_t)v)) {
crypto/openssl/test/danetest.c
230
for (cp = endp; isspace(_UC(*cp)); ++cp)
crypto/openssl/test/danetest.c
285
if (!isspace(_UC(*cp++)))