HomeSort by: relevance | last modified time | path
    Searched defs:_UC (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/apps/include/
apps.h 46 #define _UC(c) ((unsigned char)(c))
  /src/crypto/external/bsd/openssl/dist/apps/include/
apps.h 48 # define _UC(c) ((unsigned char)(c))
  /src/crypto/external/apache2/openssl/dist/test/
danetest.c 29 #define _UC(c) ((unsigned char)(c))
168 while (n > 0 && isspace(_UC(buf[n - 1])))
192 if (isspace(_UC(*in)))
227 if (((v == LONG_MIN || v == LONG_MAX) && e == ERANGE) || endp == cp || !isspace(_UC(*endp)) || v != (*(uint8_t *)result = (uint8_t)v)) {
230 for (cp = endp; isspace(_UC(*cp)); ++cp)
285 if (!isspace(_UC(*cp++)))
  /src/crypto/external/bsd/openssl/dist/test/
danetest.c 29 #define _UC(c) ((unsigned char)(c))
168 while (n > 0 && isspace(_UC(buf[n - 1])))
192 if (isspace(_UC(*in)))
228 endp == cp || !isspace(_UC(*endp)) ||
232 for (cp = endp; isspace(_UC(*cp)); ++cp)
285 if (!isspace(_UC(*cp++)))
  /src/crypto/external/bsd/openssl.old/dist/test/
danetest.c 29 #define _UC(c) ((unsigned char)(c))
171 while (n > 0 && isspace(_UC(buf[n - 1])))
195 if (isspace(_UC(*in)))
231 endp == cp || !isspace(_UC(*endp)) ||
235 for (cp = endp; isspace(_UC(*cp)); ++cp)
288 if (!isspace(_UC(*cp++)))
  /src/crypto/external/bsd/openssl.old/dist/apps/
apps.h 44 #define _UC(c) ((unsigned char)(c))
  /src/external/bsd/ntp/dist/util/
ntp-keygen.c 118 #define _UC(str) ((char *)(intptr_t)(str))
1020 rsa = genRsaKeyPair(modulus, _UC("RSA"));
1077 dsa = genDsaParams(modulus, _UC("DSA"));
1181 dsa = genDsaParams(modulus2, _UC("IFF"));
1361 rsa = genRsaKeyPair(modulus2, _UC("GQ"));
2033 _UC(BASIC_CONSTRAINTS));
2046 ex = X509V3_EXT_conf_nid(NULL, NULL, NID_key_usage, _UC(KEY_USAGE));
2081 NID_ext_key_usage, _UC(exten));
  /src/external/bsd/ntp/dist/ntpd/
ntp_config.c 165 #define _UC(str) ((char *)(intptr_t)(str))
1362 my_val->value.s = _UC(s);

Completed in 33 milliseconds