Home
last modified time | relevance | path

Searched refs:copy_type (Results 1 – 10 of 10) sorted by relevance

/openbsd/usr.bin/openssl/
H A Dapps.h161 int set_ext_copy(int *copy_type, const char *arg);
162 int copy_extensions(X509 *x, X509_REQ *req, int copy_type);
H A Dapps.c875 set_ext_copy(int *copy_type, const char *arg) in set_ext_copy() argument
878 *copy_type = EXT_COPY_NONE; in set_ext_copy()
880 *copy_type = EXT_COPY_ADD; in set_ext_copy()
882 *copy_type = EXT_COPY_ALL; in set_ext_copy()
889 copy_extensions(X509 *x, X509_REQ *req, int copy_type) in copy_extensions() argument
896 if (!x || !req || (copy_type == EXT_COPY_NONE)) in copy_extensions()
907 if (copy_type == EXT_COPY_ADD) in copy_extensions()
/openbsd/gnu/gcc/gcc/cp/
H A Dlex.c780 copy_type (tree type) in copy_type() function
H A DChangeLog-2001707 (copy_type): Prototype new function.
710 (copy_type): Likewise.
714 * pt.c (tsubst): Use copy_type instead of copy_node.
H A Dcp-tree.h4075 extern tree copy_type (tree);
H A Dpt.c7445 r = copy_type (t); in tsubst()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dlex.c1455 copy_type (type) in copy_type() function
H A Dcp-tree.h4035 extern tree copy_type PARAMS ((tree));
H A Dpt.c6844 r = copy_type (t);
H A DChangeLog6684 (copy_type): Prototype new function.
6687 (copy_type): Likewise.
6691 * pt.c (tsubst): Use copy_type instead of copy_node.