Home
last modified time | relevance | path

Searched refs:ptype (Results 1 – 25 of 86) sorted by relevance

1234

/openbsd/src/regress/lib/libcrypto/asn1/
Dx509_algor.c241 int ptype = 0; in x509_algor_get0_test() local
256 X509_ALGOR_get0(NULL, &ptype, NULL, alg); in x509_algor_get0_test()
257 if (ptype != V_ASN1_UNDEF) { in x509_algor_get0_test()
259 __func__, V_ASN1_UNDEF, ptype); in x509_algor_get0_test()
283 X509_ALGOR_get0(NULL, &ptype, NULL, alg); in x509_algor_get0_test()
284 if (ptype != V_ASN1_INTEGER) { in x509_algor_get0_test()
286 __func__, V_ASN1_INTEGER, ptype); in x509_algor_get0_test()
297 ptype = V_ASN1_UNDEF; in x509_algor_get0_test()
299 X509_ALGOR_get0(&aobj, &ptype, &pval, alg); in x509_algor_get0_test()
304 if (ptype != V_ASN1_INTEGER) { in x509_algor_get0_test()
[all …]
/openbsd/src/gnu/usr.bin/binutils/binutils/
Dstabs.c3981 debug_type *ptype) in stab_demangle_qualified() argument
4040 ptype != NULL ? &name : NULL)) in stab_demangle_qualified()
4043 if (ptype != NULL) in stab_demangle_qualified()
4064 if (ptype != NULL) in stab_demangle_qualified()
4141 if (ptype != NULL) in stab_demangle_qualified()
4142 *ptype = context; in stab_demangle_qualified()
4515 debug_type *ptype) in stab_demangle_type() argument
4527 if (! stab_demangle_type (minfo, pp, ptype)) in stab_demangle_type()
4529 if (ptype != NULL) in stab_demangle_type()
4530 *ptype = debug_make_pointer_type (minfo->dhandle, *ptype); in stab_demangle_type()
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/binutils/
Dstabs.c3989 debug_type *ptype) in stab_demangle_qualified() argument
4048 ptype != NULL ? &name : NULL)) in stab_demangle_qualified()
4051 if (ptype != NULL) in stab_demangle_qualified()
4072 if (ptype != NULL) in stab_demangle_qualified()
4149 if (ptype != NULL) in stab_demangle_qualified()
4150 *ptype = context; in stab_demangle_qualified()
4524 debug_type *ptype) in stab_demangle_type() argument
4536 if (! stab_demangle_type (minfo, pp, ptype)) in stab_demangle_type()
4538 if (ptype != NULL) in stab_demangle_type()
4539 *ptype = debug_make_pointer_type (minfo->dhandle, *ptype); in stab_demangle_type()
[all …]
/openbsd/src/lib/libcrypto/dh/
Ddh_ameth.c82 int ptype; in dh_pub_decode() local
93 X509_ALGOR_get0(NULL, &ptype, &pval, algor); in dh_pub_decode()
95 if (ptype != V_ASN1_SEQUENCE) { in dh_pub_decode()
138 int ptype = V_ASN1_SEQUENCE; in dh_pub_encode() local
168 if (!X509_PUBKEY_set0_param(pk, aobj, ptype, astr, key, key_len)) in dh_pub_encode()
195 int ptype; in dh_priv_decode() local
206 X509_ALGOR_get0(NULL, &ptype, &pval, algor); in dh_priv_decode()
208 if (ptype != V_ASN1_SEQUENCE) { in dh_priv_decode()
253 int ptype = V_ASN1_SEQUENCE; in dh_priv_encode() local
285 if (!PKCS8_pkey_set0(p8, aobj, 0, ptype, astr, key, key_len)) in dh_priv_encode()
[all …]
/openbsd/src/lib/libcrypto/dsa/
Ddsa_ameth.c80 int ptype; in dsa_pub_decode() local
91 X509_ALGOR_get0(NULL, &ptype, &pval, algor); in dsa_pub_decode()
93 if (ptype == V_ASN1_SEQUENCE) { in dsa_pub_decode()
103 } else if (ptype == V_ASN1_NULL || ptype == V_ASN1_UNDEF) { in dsa_pub_decode()
125 if (ptype == V_ASN1_SEQUENCE) { in dsa_pub_decode()
148 int ptype = V_ASN1_UNDEF; in dsa_pub_encode() local
168 ptype = V_ASN1_SEQUENCE; in dsa_pub_encode()
183 if (!X509_PUBKEY_set0_param(pk, aobj, ptype, astr, key, key_len)) in dsa_pub_encode()
208 int ptype; in dsa_priv_decode() local
220 X509_ALGOR_get0(NULL, &ptype, &pval, algor); in dsa_priv_decode()
[all …]
/openbsd/src/gnu/usr.bin/binutils/gdb/vx-share/
Dxdr_ptrace.h30 enum ptype { enum
34 typedef enum ptype ptype; typedef
41 ptype ttype;
/openbsd/src/lib/libc/gen/
Ddisklabel.c57 pfsize[3], poffset[3], ptype[3]; in getdiskbyname() local
95 strlcpy(ptype, "tx", sizeof ptype); in getdiskbyname()
102 psize[1] = pbsize[1] = pfsize[1] = poffset[1] = ptype[1] = p; in getdiskbyname()
122 getnumdflt(pp->p_fstype, ptype, 0); in getdiskbyname()
123 if (pp->p_fstype == 0 && cgetstr(buf, ptype, &cq) > 0) in getdiskbyname()
/openbsd/src/sbin/fdisk/
Dfdisk.c216 char *poffset, *ptype; in parse_bootprt() local
222 ptype = NULL; in parse_bootprt()
229 ptype = strchr(poffset, ':'); in parse_bootprt()
230 if (ptype != NULL) in parse_bootprt()
231 *ptype++ = '\0'; in parse_bootprt()
247 if (ptype == NULL) in parse_bootprt()
250 partitiontype = hex_octet(ptype); in parse_bootprt()
/openbsd/src/lib/libcrypto/ec/
Dec_ameth.c86 eckey_param_free(int ptype, void *pval) in eckey_param_free() argument
90 if (ptype == V_ASN1_OBJECT) in eckey_param_free()
214 eckey_from_params(int ptype, const void *pval, EC_KEY **out_eckey) in eckey_from_params() argument
219 if (ptype == V_ASN1_SEQUENCE) in eckey_from_params()
221 if (ptype == V_ASN1_OBJECT) in eckey_from_params()
232 int ptype = V_ASN1_UNDEF; in eckey_pub_encode() local
239 if (!eckey_to_params(eckey, &ptype, &pval)) { in eckey_pub_encode()
249 if (!X509_PUBKEY_set0_param(pk, aobj, ptype, pval, key, key_len)) in eckey_pub_encode()
258 eckey_param_free(ptype, pval); in eckey_pub_encode()
269 int ptype, pklen; in eckey_pub_decode() local
[all …]
/openbsd/src/lib/libcrypto/pem/
Dpem_info.c109 int num_in, ptype, raw; in STACK_OF() local
125 ptype = 0; in STACK_OF()
177 ptype = EVP_PKEY_RSA; in STACK_OF()
197 ptype = EVP_PKEY_DSA; in STACK_OF()
217 ptype = EVP_PKEY_EC; in STACK_OF()
237 if (ptype) { in STACK_OF()
238 if (!d2i_PrivateKey(ptype, pp, &p, in STACK_OF()
/openbsd/src/usr.bin/make/lst.lib/
DlstInt.h52 #define PAlloc(var,ptype) var = (ptype) emalloc (sizeof (*var)) argument
/openbsd/src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/
DKid.pm78 my ( $ptype ) = $1;
80 warn "$ptype$thislib ignored, directory does not exist\n"
84 my ( $rtype ) = $ptype;
85 if ( ( $ptype eq '-R' ) or ( $ptype =~ m!^-Wl,-[Rr]! ) ) {
94 warn "Warning: $ptype$thislib changed to $ptype$pwd/$thislib\n";
99 push( @extralibs, "$ptype$thislib" );
/openbsd/src/usr.sbin/mopd/common/
Dget.c84 u_short ptype; in mopGetTrans() local
87 ptype = pkt[12]*256 + pkt[13]; in mopGetTrans()
88 if (ptype < 1600) in mopGetTrans()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dmemtemp72.C8 enum ptype { t1, t2}; enum
10 struct D : public B<ptype>
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D930120-1.c12 f(fcount,ifp,itype,ptype) in f() argument
73 psymoff(dot,ptype,":%16t");
77 psymoff(0,ptype,"%16t");
/openbsd/src/usr.sbin/mopd/mopd/
Dmopd.c168 u_short ptype; in mopProcess() local
179 mopGetHeader(pkt, &idx, &dst, &src, &ptype, &len, trans); in mopProcess()
188 switch (ptype) { in mopProcess()
/openbsd/src/sys/arch/sparc64/dev/
Dpsycho.c212 struct psycho_type *ptype; in psycho_match() local
219 for (ptype = psycho_types; ptype->p_name != NULL; ptype++) { in psycho_match()
221 if (strcmp(str, ptype->p_name) == 0) in psycho_match()
224 if (strcmp(str, ptype->p_name) == 0) in psycho_match()
252 struct psycho_type *ptype; in psycho_attach() local
264 for (ptype = psycho_types; ptype->p_name != NULL; ptype++) { in psycho_attach()
268 if (strcmp(str, ptype->p_name) == 0) in psycho_attach()
271 if (strcmp(str, ptype->p_name) == 0) in psycho_attach()
274 if (ptype->p_name == NULL) in psycho_attach()
276 sc->sc_mode = ptype->p_type; in psycho_attach()
[all …]
/openbsd/src/usr.bin/rpcgen/
Drpc_clntout.c79 ptype(proc->res_prefix, proc->res_type, 1);
107 ptype(proc->args.decls->decl.prefix,
113 ptype(proc->args.decls->decl.prefix,
173 ptype(proc->res_prefix, proc->res_type, 0);
Drpc_sample.c99 ptype(proc->res_prefix, proc->res_type, 1);
105 ptype(proc->args.decls->decl.prefix,
115 ptype(l->decl.prefix, l->decl.type, 1);
204 ptype(plist->res_prefix, plist->res_type, 1);
/openbsd/src/sys/net/
Dif_gre.h38 u_int16_t ptype; /* protocol type of payload typically member
71 #define gi_ptype gi_g.ptype
/openbsd/src/sys/arch/macppc/macppc/
Dautoconf.c174 int ptype; in parseofwbp() local
199 ptype = dp->type; in parseofwbp()
203 bootdev_type = ptype; in parseofwbp()
/openbsd/src/regress/sys/netinet/arp/
Darp_probe.py23 if a.ptype != ETH_P_IP:
24 print("PTYPE=%#0.4x != ETH_P_IP" % (a.ptype))
Darp_proxy.py20 if a.ptype != ETH_P_IP:
21 print("PTYPE=%#0.4x != ETH_P_IP" % (a.ptype))
Darp_multicast.py22 if a.ptype != ETH_P_IP:
23 print("PTYPE=%#0.4x != ETH_P_IP" % (a.ptype))
Darp_request.py22 if a.ptype != ETH_P_IP:
23 print("PTYPE=%#0.4x != ETH_P_IP" % (a.ptype))

1234