| /src/external/bsd/am-utils/dist/amd/ |
| conf_tok.l | 133 conf_lval.strtype = xstrdup(yytext); 139 conf_lval.strtype = xstrdup(yytext); 145 conf_lval.strtype = xstrdup(yytext); 161 conf_lval.strtype = xstrdup(yytext); 169 conf_lval.strtype = xstrdup(&yytext[1]); 175 conf_lval.strtype = xstrdup(yytext);
|
| conf_parse.y | 72 char *strtype; 77 %token <strtype> NONWS_STRING 78 %token <strtype> NONWSEQ_STRING 79 %token <strtype> QUOTED_NONWSEQ_STRING
|
| /src/external/bsd/unbound/dist/testcode/ |
| streamtcp.c | 147 const char* strname, const char* strtype, const char* strclass) 161 if(strncasecmp(strtype, "IXFR=", 5) == 0) { 162 serial = (uint32_t)atoi(strtype+5); 165 } else if(strcasecmp(strtype, "NOTIFY") == 0) { 168 } else if(strncasecmp(strtype, "NOTIFY=", 7) == 0) { 169 serial = (uint32_t)atoi(strtype+7); 174 qinfo.qtype = sldns_get_rr_type_by_name(strtype); 175 if(qinfo.qtype == 0 && strcmp(strtype, "TYPE0") != 0) { 176 printf("cannot parse query type: '%s'\n", strtype);
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| symtabs.c | 477 static int csbufp, cssz, strtype; variable 515 strtype = 0; 534 if (strtype && ny != strtype) 536 strtype = ny; 560 if (strtype == 0 || strtype == '8') 562 else if (strtype == 'u') 564 else if (strtype == 'L') 593 if (strtype == 'L' || strtype == 'U' || strtype == 'u' [all...] |
| /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
| encode_key2any.c | 59 void **str, int *strtype); 194 int strtype = V_ASN1_UNDEF; local 201 &str, &strtype)) 204 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); 222 int strtype = V_ASN1_UNDEF; local 229 &str, &strtype)) 232 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); 250 int strtype = V_ASN1_UNDEF; local 258 &str, &strtype)) 261 p8info = key_to_p8info(key, key_nid, str, strtype, k2d) 282 int strtype = V_ASN1_UNDEF; local 314 int strtype = V_ASN1_UNDEF; local 340 int strtype = V_ASN1_UNDEF; local [all...] |
| /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/ |
| encode_key2any.c | 65 void **str, int *strtype); 200 int strtype = V_ASN1_UNDEF; local 206 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, &str, &strtype)) 209 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); 227 int strtype = V_ASN1_UNDEF; local 233 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, &str, &strtype)) 236 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); 254 int strtype = V_ASN1_UNDEF; local 261 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, &str, &strtype)) 264 p8info = key_to_p8info(key, key_nid, str, strtype, k2d, ctx) 285 int strtype = V_ASN1_UNDEF; local 316 int strtype = V_ASN1_UNDEF; local 341 int strtype = V_ASN1_UNDEF; local [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| tls-provider.c | 1326 void **str, int *strtype); 1459 int strtype = V_ASN1_UNDEF; local 1465 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, &str, &strtype)) 1468 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); 1486 int strtype = V_ASN1_UNDEF; local 1492 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, &str, &strtype)) 1495 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); 1513 int strtype = V_ASN1_UNDEF; local 1520 if (p2s != NULL && !p2s(key, key_nid, ctx->save_parameters, &str, &strtype)) 1523 p8info = key_to_p8info(key, key_nid, str, strtype, k2d) 1544 int strtype = V_ASN1_UNDEF; local 1576 int strtype = V_ASN1_UNDEF; local 1600 int strtype = V_ASN1_UNDEF; local [all...] |
| /src/sbin/fsck_ffs/ |
| quota2.c | 235 const char *strtype = (type == USRQUOTA) ? "user" : "group"; local 349 pfatal("can't re-read %s quota header\n", strtype); 398 strtype); 463 const char *strtype = (type == USRQUOTA) ? "user" : "group"; local 482 pfatal("can't re-read %s quota header\n", strtype);
|
| /src/crypto/external/apache2/openssl/dist/crypto/rsa/ |
| rsa_ameth.c | 58 int strtype; local 60 if (!rsa_param_encode(pkey, &str, &strtype)) 68 strtype, str, penc, penclen)) 150 int strtype; local 152 if (!rsa_param_encode(pkey, &str, &strtype)) 163 strtype, str, rk, rklen)) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
| rsa_ameth.c | 58 int strtype; local 60 if (!rsa_param_encode(pkey, &str, &strtype)) 68 strtype, str, penc, penclen)) 150 int strtype; local 152 if (!rsa_param_encode(pkey, &str, &strtype)) 163 strtype, str, rk, rklen)) {
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/rsa/ |
| rsa_ameth.c | 80 int strtype; local 82 if (!rsa_param_encode(pkey, &str, &strtype)) 88 strtype, str, penc, penclen)) 159 int strtype; local 161 if (!rsa_param_encode(pkey, &str, &strtype)) 172 strtype, str, rk, rklen)) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/evp/ |
| p_lib.c | 412 const char *strtype, 430 if (strtype != NULL) 431 ameth = EVP_PKEY_asn1_find_str(&tmpe, strtype, -1); 449 strtype != NULL ? strtype 486 if (!pkey_set_type(pkey, e, nidtype, strtype, -1, NULL)) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| p_lib.c | 375 const char *strtype, 393 if (strtype != NULL) 394 ameth = EVP_PKEY_asn1_find_str(&tmpe, strtype, -1); 412 strtype != NULL ? strtype 449 if (!pkey_set_type(pkey, e, nidtype, strtype, -1, NULL)) {
|