| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | 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);
|
| H A D | conf_parse.y | 72 char *strtype; member 77 %token <strtype> NONWS_STRING 78 %token <strtype> NONWSEQ_STRING 79 %token <strtype> QUOTED_NONWSEQ_STRING
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| H A D | symtabs.c | 477 static int csbufp, cssz, strtype; variable 515 strtype = 0; in stradd() 534 if (strtype && ny != strtype) in stradd() 536 strtype = ny; in stradd() 560 if (strtype == 0 || strtype == '8') in styp() 562 else if (strtype == 'u') in styp() 564 else if (strtype == 'L') in styp() 593 if (strtype == 'L' || strtype == 'U' || strtype == 'u') in strst()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/ |
| H A D | encode_key2any.c | 59 void **str, int *strtype); 194 int strtype = V_ASN1_UNDEF; in key_to_epki_der_priv_bio() local 201 &str, &strtype)) in key_to_epki_der_priv_bio() 204 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_der_priv_bio() 222 int strtype = V_ASN1_UNDEF; in key_to_epki_pem_priv_bio() local 229 &str, &strtype)) in key_to_epki_pem_priv_bio() 232 p8 = key_to_encp8(key, key_nid, str, strtype, k2d, ctx); in key_to_epki_pem_priv_bio() 250 int strtype = V_ASN1_UNDEF; in key_to_pki_der_priv_bio() local 258 &str, &strtype)) in key_to_pki_der_priv_bio() 261 p8info = key_to_p8info(key, key_nid, str, strtype, k2d); in key_to_pki_der_priv_bio() [all …]
|
| /netbsd-src/external/bsd/unbound/dist/testcode/ |
| H A D | streamtcp.c | 147 const char* strname, const char* strtype, const char* strclass) in write_q() argument 161 if(strncasecmp(strtype, "IXFR=", 5) == 0) { in write_q() 162 serial = (uint32_t)atoi(strtype+5); in write_q() 165 } else if(strcasecmp(strtype, "NOTIFY") == 0) { in write_q() 168 } else if(strncasecmp(strtype, "NOTIFY=", 7) == 0) { in write_q() 169 serial = (uint32_t)atoi(strtype+7); in write_q() 174 qinfo.qtype = sldns_get_rr_type_by_name(strtype); in write_q() 175 if(qinfo.qtype == 0 && strcmp(strtype, "TYPE0") != 0) { in write_q() 176 printf("cannot parse query type: '%s'\n", strtype); in write_q()
|
| /netbsd-src/sbin/fsck_ffs/ |
| H A D | quota2.c | 235 const char *strtype = (type == USRQUOTA) ? "user" : "group"; in quota2_check_inode() local 349 pfatal("can't re-read %s quota header\n", strtype); in quota2_check_inode() 398 strtype); in quota2_check_inode() 463 const char *strtype = (type == USRQUOTA) ? "user" : "group"; in quota2_check_usage() local 482 pfatal("can't re-read %s quota header\n", strtype); in quota2_check_usage()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/ |
| H A D | rsa_ameth.c | 58 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()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rsa/ |
| H A D | rsa_ameth.c | 80 int strtype; in rsa_pub_encode() local 82 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_pub_encode() 88 strtype, str, penc, penclen)) in rsa_pub_encode() 159 int strtype; in rsa_priv_encode() local 161 if (!rsa_param_encode(pkey, &str, &strtype)) in rsa_priv_encode() 172 strtype, str, rk, rklen)) { in rsa_priv_encode()
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | BNF | 64 type = [ unsigned ] ( numeric | strtype | default ) 90 strtype = regex | search | string8 | string16
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/evp/ |
| H A D | p_lib.c | 375 const char *strtype, in new_raw_key_int() argument 393 if (strtype != NULL) in new_raw_key_int() 394 ameth = EVP_PKEY_asn1_find_str(&tmpe, strtype, -1); in new_raw_key_int() 412 strtype != NULL ? strtype in new_raw_key_int() 449 if (!pkey_set_type(pkey, e, nidtype, strtype, -1, NULL)) { in new_raw_key_int()
|
| /netbsd-src/external/ibm-public/postfix/dist/proto/ |
| H A D | stop.spell-cc | 1334 strtype
|