Home
last modified time | relevance | path

Searched refs:_UC (Results 1 – 12 of 12) 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()
227 …if (((v == LONG_MIN || v == LONG_MAX) && e == ERANGE) || endp == cp || !isspace(_UC(*endp)) || v !… in checked_uint8()
230 for (cp = endp; isspace(_UC(*cp)); ++cp) in checked_uint8()
285 if (!isspace(_UC(*cp++))) in allws()
/freebsd/crypto/openssl/apps/lib/
H A Dapp_provider.c102 while (tmp > copy && isspace(_UC(*--tmp))) in opt_provider_param()
104 while (isspace(_UC(*p.val))) in opt_provider_param()
H A Dhttp_server.c249 } else if (isxdigit(_UC(p[1])) && isxdigit(_UC(p[2]))) { in urldecode()
H A Dapps.c652 while (*opt != ',' && !isspace(_UC(*opt)) && *opt != '\0') in next_item()
658 while (isspace(_UC(*opt))) in next_item()
/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/include/
H A Dapps.h46 #define _UC(c) ((unsigned char)(c)) macro
/freebsd/crypto/openssl/apps/
H A Dreq.c248 while (isspace(_UC(*kv))) in duplicated()
260 if (!isspace(_UC(p[-1]))) in duplicated()
H A Ds_client.c358 if (isspace(_UC(*in))) in hexdecode()
398 …if (((v == LONG_MIN || v == LONG_MAX) && e == ERANGE) || endp == in || !isspace(_UC(*endp)) || v !… in checked_uint8()
401 for (in = endp; isspace(_UC(*in)); ++in) in checked_uint8()
1329 if (isxdigit(_UC(*p))) in s_client_main()
H A Dcmp.c1724 while (*end != ',' && !isspace(_UC(*end)) && *end != '\0') in set_fallback_pubkey()
2123 while (isspace(_UC(*ptr))) in handle_opt_geninfo()
2658 if (beg[0] == ',' || isspace(_UC(beg[0]))) { in prev_item()
2673 if (beg[0] != ',' && !isspace(_UC(beg[0]))) { in prev_item()
H A Dca.c765 if (!isxdigit(_UC(*p))) { in ca_main()
H A Ds_server.c1588 if (isxdigit(_UC(*p))) in s_server_main()
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c153 #define _UC(str) ((char *)(intptr_t)(str))
1350 my_val->value.s = _UC(s); in create_string_node()
157 #define _UC( global() macro