Home
last modified time | relevance | path

Searched refs:strtype (Results 1 – 9 of 9) sorted by relevance

/src/contrib/libucl/lua/
H A Dlua_ucl.c1087 lua_ucl_str_to_emit_type (const char *strtype) in lua_ucl_str_to_emit_type() argument
1091 if (strcasecmp (strtype, "json") == 0) { in lua_ucl_str_to_emit_type()
1094 else if (strcasecmp (strtype, "json-compact") == 0) { in lua_ucl_str_to_emit_type()
1097 else if (strcasecmp (strtype, "yaml") == 0) { in lua_ucl_str_to_emit_type()
1100 else if (strcasecmp (strtype, "config") == 0 || in lua_ucl_str_to_emit_type()
1101 strcasecmp (strtype, "ucl") == 0) { in lua_ucl_str_to_emit_type()
1132 const char *strtype = lua_tostring (L, 2); in lua_ucl_object_tostring() local
1134 format = lua_ucl_str_to_emit_type (strtype); in lua_ucl_object_tostring()
1461 const char *strtype = lua_tostring (L, 2); in lua_ucl_to_format() local
1463 if (strcasecmp (strtype, "json") == 0) { in lua_ucl_to_format()
[all …]
/src/usr.bin/brandelf/
H A Dbrandelf.c70 const char *strtype = "FreeBSD"; in main() local
106 strtype = optarg; in main()
122 if (!force && (type = elftype(strtype)) == -1) { in main()
123 warnx("invalid ELF type '%s'", strtype); in main()
/src/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2any.c65 void **str, int *strtype);
200 int strtype = V_ASN1_UNDEF; in key_to_epki_der_priv_bio() local
206 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, &str, &strtype)) in key_to_epki_der_priv_bio()
209 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_der_priv_bio()
227 int strtype = V_ASN1_UNDEF; in key_to_epki_pem_priv_bio() local
233 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, &str, &strtype)) in key_to_epki_pem_priv_bio()
236 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_pem_priv_bio()
254 int strtype = V_ASN1_UNDEF; in key_to_pki_der_priv_bio() local
261 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, &str, &strtype)) in key_to_pki_der_priv_bio()
264 p8info = key_to_p8info(key, key_nid, str, strtype, k2d, ctx); in key_to_pki_der_priv_bio()
[all …]
/src/crypto/openssl/test/
H A Dtls-provider.c1326 void **str, int *strtype);
1459 int strtype = V_ASN1_UNDEF; in key_to_epki_der_priv_bio() local
1465 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, &str, &strtype)) in key_to_epki_der_priv_bio()
1468 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_der_priv_bio()
1486 int strtype = V_ASN1_UNDEF; in key_to_epki_pem_priv_bio() local
1492 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, &str, &strtype)) in key_to_epki_pem_priv_bio()
1495 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_pem_priv_bio()
1513 int strtype = V_ASN1_UNDEF; in key_to_pki_der_priv_bio() local
1520 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, &str, &strtype)) in key_to_pki_der_priv_bio()
1523 p8info = key_to_p8info(key, key_nid, str, strtype, k2d); in key_to_pki_der_priv_bio()
[all …]
/src/crypto/openssl/crypto/rsa/
H A Drsa_ameth.c58 int strtype; in rsa_pub_encode() local
60 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_pub_encode()
68 strtype, str, penc, penclen)) in rsa_pub_encode()
150 int strtype; in rsa_priv_encode() local
152 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_priv_encode()
163 strtype, str, rk, rklen)) { in rsa_priv_encode()
/src/contrib/file/src/
H A DBNF64 type = [ unsigned ] ( numeric | strtype | default )
90 strtype = regex | search | string8 | string16
/src/stand/forth/
H A Dsupport.4th365 : strtype ( str -- ) strget type ; word
941 : print_line line_buffer strtype cr ;
944 line_buffer strtype cr
988 ." Name: " addr module.name strtype cr
1081 current_file_name_ref strtype
1197 dup module.name strtype
1231 dup module.name strtype
1233 ." (" dup module.loadname strtype ." )"
1237 dup module.beforeload strtype cr \ XXX there was a typo here
1246 ." (" dup module.loadname strtype ." )"
[all …]
H A Dloader.4th234 dup module.name strtype
/src/crypto/openssl/crypto/evp/
H A Dp_lib.c412 const char *strtype, in new_raw_key_int() argument
430 if (strtype != NULL) in new_raw_key_int()
431 ameth = EVP_PKEY_asn1_find_str(&tmpe, strtype, -1); in new_raw_key_int()
449 strtype != NULL ? strtype in new_raw_key_int()
486 if (!pkey_set_type(pkey, e, nidtype, strtype, -1, NULL)) { in new_raw_key_int()