| /src/usr.sbin/mopd/common/ |
| get.c | 88 const u_short *ptype; local 91 ptype = (const u_short *)(pkt+12); 92 if (ntohs(*ptype) < 1600) {
|
| /src/external/gpl3/gdb/dist/libctf/testsuite/libctf-writable/ |
| pptrtab-writable-page-deep-lookup.c | 14 ctf_id_t ptype, ptrtype, type, foo; local 21 if ((ptype = ctf_add_integer (pfp, CTF_ADD_NONROOT, "blah", &e)) == CTF_ERR) 25 if ((foo = ctf_add_pointer (pfp, CTF_ADD_NONROOT, ptype)) == CTF_ERR) 34 if ((ptype = ctf_add_integer (pfp, CTF_ADD_ROOT, "foo", &e)) == CTF_ERR) 37 if ((ptrtype = ctf_add_pointer (pfp, CTF_ADD_ROOT, ptype)) == CTF_ERR)
|
| parent-child-dtd-crash-lib.c | 16 ctf_id_t ptype, ftype, stype, foo; local 37 if ((ptype = ctf_add_integer (pfp, CTF_ADD_NONROOT, "int", &e)) == CTF_ERR) 118 if (ctf_add_member_offset (cfp, stype, "member", ptype, 5) == CTF_ERR) 143 if (ctf_add_member_encoded (cfp, stype, "cmember", ptype, 5, e) == CTF_ERR) 152 ar.ctr_contents = ptype; 153 ar.ctr_index = ptype;
|
| /src/external/gpl3/gdb.old/dist/libctf/testsuite/libctf-writable/ |
| pptrtab-writable-page-deep-lookup.c | 14 ctf_id_t ptype, ptrtype, type, foo; local 21 if ((ptype = ctf_add_integer (pfp, CTF_ADD_NONROOT, "blah", &e)) == CTF_ERR) 25 if ((foo = ctf_add_pointer (pfp, CTF_ADD_NONROOT, ptype)) == CTF_ERR) 34 if ((ptype = ctf_add_integer (pfp, CTF_ADD_ROOT, "foo", &e)) == CTF_ERR) 37 if ((ptrtype = ctf_add_pointer (pfp, CTF_ADD_ROOT, ptype)) == CTF_ERR)
|
| parent-child-dtd-crash-lib.c | 16 ctf_id_t ptype, ftype, stype, foo; local 37 if ((ptype = ctf_add_integer (pfp, CTF_ADD_NONROOT, "int", &e)) == CTF_ERR) 118 if (ctf_add_member_offset (cfp, stype, "member", ptype, 5) == CTF_ERR) 143 if (ctf_add_member_encoded (cfp, stype, "cmember", ptype, 5, e) == CTF_ERR) 152 ar.ctr_contents = ptype; 153 ar.ctr_index = ptype;
|
| /src/lib/npf/ext_normalize/ |
| npfext_normalize.c | 61 enum ptype { enum 67 enum ptype type;
|
| /src/lib/npf/ext_rndblock/ |
| npfext_rndblock.c | 61 enum ptype { PARAM_U32 }; enum 64 enum ptype type;
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| f-exp.y | 145 %type <tval> ptype 641 type : ptype 644 ptype : typebase 643 ptype : typebase label
|
| p-exp.y | 129 %type <tval> ptype 740 ptype : typebase 751 type : ptype 770 after the type is handled in the ptype rule. I think these could 739 ptype : typebase label
|
| /src/external/gpl3/gdb/dist/gdb/ |
| f-exp.y | 145 %type <tval> ptype 641 type : ptype 644 ptype : typebase 643 ptype : typebase label
|
| p-exp.y | 129 %type <tval> ptype 740 ptype : typebase 751 type : ptype 770 after the type is handled in the ptype rule. I think these could 739 ptype : typebase label
|
| /src/sys/dev/dkwedge/ |
| dkwedge_mbr.c | 60 mbr_ptype_to_str(uint8_t ptype) 64 switch (ptype) { 88 const char *ptype; local 119 if ((ptype = mbr_ptype_to_str(dp[i].mbrp_type)) == NULL) { 122 * XXX maybe just have an empty ptype? 129 strlcpy(dkw.dkw_ptype, ptype, sizeof(dkw.dkw_ptype));
|
| dkwedge_apple.c | 145 const char *ptype; local 211 ptype = map[i].type; 216 ptype = DKW_PTYPE_SWAP; 222 strlcpy(dkw.dkw_ptype, ptype, sizeof(dkw.dkw_ptype));
|
| dkwedge_rdb.c | 110 const char *ptype; local 248 ptype = archtype_to_ptype(archtype); 249 strlcpy(dkw.dkw_ptype, ptype, sizeof(dkw.dkw_ptype));
|
| dkwedge_gpt.c | 231 const char *ptype; local 252 ptype = gpt_ptype_guid_to_str(&ptype_guid); 253 strlcpy(dkw.dkw_ptype, ptype, sizeof(dkw.dkw_ptype));
|
| /src/usr.sbin/mopd/mopd/ |
| mopd.c | 170 u_short ptype; local 183 mopGetHeader(pkt, &idx, &dst, &src, &ptype, &len, trans); 192 switch(ptype) {
|
| /src/usr.sbin/mopd/mopprobe/ |
| mopprobe.c | 97 u_short *ptype, moplen, itype, len; local 102 ptype = (u_short *)(pkt+12); 105 if (*ptype < 1600) { 106 len = *ptype; 108 ptype = (u_short *)(pkt+20);
|
| /src/crypto/external/apache2/openssl/dist/crypto/ec/ |
| ecx_backend.c | 162 int ptype; local 165 X509_ALGOR_get0(NULL, &ptype, NULL, palg); 166 if (ptype != V_ASN1_UNDEF) {
|
| /src/crypto/external/bsd/openssl/dist/crypto/ec/ |
| ecx_backend.c | 168 int ptype; local 171 X509_ALGOR_get0(NULL, &ptype, NULL, palg); 172 if (ptype != V_ASN1_UNDEF) {
|
| /src/lib/libc/gen/ |
| disklabel.c | 100 pfsize[3], poffset[3], ptype[3]; local 164 strcpy(ptype, "tx"); /* XXX: strcpy is safe */ 170 psize[1] = pbsize[1] = pfsize[1] = poffset[1] = ptype[1] = p; 186 getnumdflt(pp->p_fstype, ptype, 0); 188 if (cgetstr(buf, ptype, &cq) >= 0) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/dsa/ |
| dsa_backend.c | 126 int ptype; local 139 X509_ALGOR_get0(NULL, &ptype, &pval, palg); 143 if (privkey->type == V_ASN1_NEG_INTEGER || ptype != V_ASN1_SEQUENCE)
|
| /src/crypto/external/apache2/openssl/dist/crypto/pem/ |
| pem_info.c | 65 unsigned int i, raw, ptype; local 80 ptype = 0; 131 ptype = EVP_PKEY_NONE; 135 ptype = evp_pkey_name2type(name); 162 if (ptype) { 163 if (d2i_PrivateKey_ex(ptype, pp, &p, len,
|
| /src/crypto/external/bsd/openssl/dist/crypto/dsa/ |
| dsa_backend.c | 128 int ptype; local 141 X509_ALGOR_get0(NULL, &ptype, &pval, palg); 145 if (privkey->type == V_ASN1_NEG_INTEGER || ptype != V_ASN1_SEQUENCE)
|
| /src/crypto/external/bsd/openssl/dist/crypto/pem/ |
| pem_info.c | 65 unsigned int i, raw, ptype; local 80 ptype = 0; 131 ptype = EVP_PKEY_NONE; 135 ptype = evp_pkey_name2type(name); 162 if (ptype) { 163 if (d2i_PrivateKey_ex(ptype, pp, &p, len,
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/pem/ |
| pem_info.c | 49 unsigned int i, raw, ptype; local 64 ptype = 0; 124 ptype = EVP_PKEY_RSA; 147 ptype = EVP_PKEY_DSA; 170 ptype = EVP_PKEY_EC; 190 if (ptype) { 191 if (!d2i_PrivateKey(ptype, pp, &p, len)) {
|