Searched refs:ext_copy (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/binutils/bfd/
H A Decoffswap.h98 ecoff_swap_hdr_in (bfd *abfd, void * ext_copy, HDRR *intern) argument
102 *ext = *(struct hdr_ext *) ext_copy;
181 ecoff_swap_fdr_in (bfd *abfd, void * ext_copy, FDR *intern) argument
185 *ext = *(struct fdr_ext *) ext_copy;
318 ecoff_swap_pdr_in (bfd *abfd, void * ext_copy, PDR *intern) argument
322 *ext = *(struct pdr_ext *) ext_copy;
440 ecoff_swap_sym_in (bfd *abfd, void * ext_copy, SYMR *intern) argument
444 *ext = *(struct sym_ext *) ext_copy;
544 ecoff_swap_ext_in (bfd *abfd, void * ext_copy, EXTR *intern) argument
548 *ext = *(struct ext_ext *) ext_copy;
663 ecoff_swap_opt_in(bfd *abfd, void * ext_copy, OPTR * intern) argument
738 ecoff_swap_dnr_in(bfd *abfd, void * ext_copy, DNR *intern) argument
[all...]
H A Decofflink.c68 _bfd_ecoff_swap_tir_in (bigend, ext_copy, intern)
70 const struct tir_ext *ext_copy;
75 *ext = *ext_copy; /* Make it reasonable to do in-place. */
181 _bfd_ecoff_swap_rndx_in (bigend, ext_copy, intern)
183 const struct rndx_ext *ext_copy;
188 *ext = *ext_copy; /* Make it reasonable to do in-place. */
/freebsd-10-stable/crypto/openssl/apps/
H A Dca.c200 int default_op, int ext_copy, int selfsign);
208 unsigned long nameopt, int default_op, int ext_copy,
218 unsigned long nameopt, int default_op, int ext_copy);
228 int default_op, int ext_copy, int selfsign);
299 int ext_copy = EXT_COPY_NONE; local
784 if (!set_ext_copy(&ext_copy, f)) {
1109 ext_copy);
1134 ext_copy, e);
1153 certopt, nameopt, default_op, ext_copy, selfsign);
1172 certopt, nameopt, default_op, ext_copy, selfsig
1491 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1561 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, ENGINE *e) argument
1618 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
2182 certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy) argument
[all...]

Completed in 137 milliseconds