Home
last modified time | relevance | path

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

/freebsd/crypto/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()
/freebsd/contrib/ntp/util/
H A Dntp-keygen.c116 #define _UC(str) ((char *)(intptr_t)(str)) macro
1018 rsa = genRsaKeyPair(modulus, _UC("RSA")); in gen_rsa()
1075 dsa = genDsaParams(modulus, _UC("DSA")); in gen_dsa()
1179 dsa = genDsaParams(modulus2, _UC("IFF")); in gen_iffkey()
1359 rsa = genRsaKeyPair(modulus2, _UC("GQ")); in gen_gqkey()
2031 _UC(BASIC_CONSTRAINTS)); in x509()
2044 ex = X509V3_EXT_conf_nid(NULL, NULL, NID_key_usage, _UC(KEY_USAGE)); in x509()
2079 NID_ext_key_usage, _UC(exten)); in x509()
/freebsd/crypto/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()
/freebsd/crypto/openssl/apps/include/
H A Dapps.h48 # define _UC(c) ((unsigned char)(c)) macro
/freebsd/crypto/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 duplicated()
213 if (!isspace(_UC(p[-1]))) in duplicated()
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()
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c153 #define _UC(str) ((char *)(intptr_t)(str)) macro
1350 my_val->value.s = _UC(s); in create_attr_sval()