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

  /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);
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/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...]
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/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)) {
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)) {
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)) {
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/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...]
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/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...]
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/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...]
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...]

Completed in 64 milliseconds