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

/freebsd-9.3-release/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-9.3-release/crypto/openssl/apps/
H A Dca.c207 int default_op, int ext_copy, int selfsign);
215 int default_op, int ext_copy, ENGINE *e);
223 unsigned long nameopt, int default_op, int ext_copy);
233 int default_op, int ext_copy, int selfsign);
303 int ext_copy = EXT_COPY_NONE; local
765 if (!set_ext_copy(&ext_copy, f)) {
1084 ext_copy);
1108 ext_copy, e);
1127 certopt, nameopt, default_op, ext_copy, selfsign);
1146 certopt, nameopt, default_op, ext_copy, selfsig
1461 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, 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
1531 certify_cert(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, 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
1587 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, 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
2159 certify_spkac(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, 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 157 milliseconds