Searched refs:_UC (Results 1 – 11 of 11) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | danetest.c | 29 #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 D | ntp-keygen.c | 116 #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 D | http_server.c | 271 } else if (isxdigit(_UC(p[1])) && isxdigit(_UC(p[2]))) { in urldecode()
|
H A D | apps.c | 106 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 D | apps.h | 48 # define _UC(c) ((unsigned char)(c)) macro
|
/freebsd/crypto/openssl/apps/ |
H A D | s_client.c | 313 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 D | req.c | 202 while (*kv && isspace(_UC(*kv))) in duplicated() 213 if (!isspace(_UC(p[-1]))) in duplicated()
|
H A D | cmp.c | 2118 if (beg[0] == ',' || isspace(_UC(beg[0]))) { in prev_item() 2133 if (beg[0] != ',' && !isspace(_UC(beg[0]))) { in prev_item()
|
H A D | ca.c | 732 if (!isxdigit(_UC(*p))) { in ca_main()
|
H A D | s_server.c | 1440 if (isxdigit(_UC(*p))) in s_server_main()
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_config.c | 153 #define _UC(str) ((char *)(intptr_t)(str)) 1350 my_val->value.s = _UC(s); in create_string_node() 157 #define _UC( global() macro
|