Home
last modified time | relevance | path

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

/netbsd/src/crypto/external/bsd/openssl/dist/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()
/netbsd/src/external/bsd/ntp/dist/util/
Dntp-keygen.c118 #define _UC(str) ((char *)(intptr_t)(str)) macro
1020 rsa = genRsaKeyPair(modulus, _UC("RSA")); in gen_rsa()
1077 dsa = genDsaParams(modulus, _UC("DSA")); in gen_dsa()
1181 dsa = genDsaParams(modulus2, _UC("IFF")); in gen_iffkey()
1361 rsa = genRsaKeyPair(modulus2, _UC("GQ")); in gen_gqkey()
2033 _UC(BASIC_CONSTRAINTS)); in x509()
2046 ex = X509V3_EXT_conf_nid(NULL, NULL, NID_key_usage, _UC(KEY_USAGE)); in x509()
2081 NID_ext_key_usage, _UC(exten)); in x509()
/netbsd/src/crypto/external/bsd/openssl/dist/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()
Dreq.c202 while (*kv && isspace(_UC(*kv))) in duplicated()
213 if (!isspace(_UC(p[-1]))) in duplicated()
Dcmp.c2118 if (beg[0] == ',' || isspace(_UC(beg[0]))) { in prev_item()
2133 if (beg[0] != ',' && !isspace(_UC(beg[0]))) { in prev_item()
Dca.c732 if (!isxdigit(_UC(*p))) { in ca_main()
Ds_server.c1440 if (isxdigit(_UC(*p))) in s_server_main()
/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_config.c165 #define _UC(str) ((char *)(intptr_t)(str)) macro
1362 my_val->value.s = _UC(s); in create_attr_sval()