| /src/external/bsd/ntp/dist/include/ |
| safecast.h | 32 #define UA_PTR(ptype,pval) ((ptype *)(void*)(pval)) 33 #define UAC_PTR(ptype,pval) ((const ptype *)(const void*)(pval)) 34 #define UAV_PTR(ptype,pval) ((volatile ptype *)(volatile void*)(pval))
|
| /src/external/bsd/ipf/dist/lib/ |
| printpoolfield.c | 26 printpoolfield(p, ptype, fieldnum) 28 int ptype; 40 printpoolfield(p, ptype, i); 48 if (ptype == IPLT_POOL) { 56 } else if (ptype == IPLT_HASH) { 62 } else if (ptype == IPLT_DSTLIST) { 72 if (ptype == IPLT_POOL) { 78 } else if (ptype == IPLT_HASH) { 84 } else if (ptype == IPLT_DSTLIST) { 90 if (ptype == IPLT_POOL) [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.dwarf2/ |
| fission-base.exp | 46 gdb_test "ptype main" "type = int \\(\\)" 47 gdb_test "ptype func" "type = int \\(int\\)"
|
| dw2-align.exp | 34 declare_labels itype ptype 43 ptype: DW_TAG_pointer_type { 51 {DW_AT_type :$ptype}
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/ |
| fission-base.exp | 46 gdb_test "ptype main" "type = int \\(\\)" 47 gdb_test "ptype func" "type = int \\(int\\)"
|
| dw2-align.exp | 34 declare_labels itype ptype 43 ptype: DW_TAG_pointer_type { 51 {DW_AT_type :$ptype}
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.perf/ |
| gmonster1-ptype-string.exp | 16 # Measure speed of ptype on a simple class in a library that is searched late. 24 GenPerfTest::standard_run_driver gmonster1.exp make_testcase_config gmonster-ptype-string.py GmonsterPtypeString
|
| gmonster2-ptype-string.exp | 16 # Measure speed of ptype on a simple class in a library that is searched late 25 GenPerfTest::standard_run_driver gmonster2.exp make_testcase_config gmonster-ptype-string.py GmonsterPtypeString
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.perf/ |
| gmonster1-ptype-string.exp | 16 # Measure speed of ptype on a simple class in a library that is searched late. 24 GenPerfTest::standard_run_driver gmonster1.exp make_testcase_config gmonster-ptype-string.py GmonsterPtypeString
|
| gmonster2-ptype-string.exp | 16 # Measure speed of ptype on a simple class in a library that is searched late 25 GenPerfTest::standard_run_driver gmonster2.exp make_testcase_config gmonster-ptype-string.py GmonsterPtypeString
|
| /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/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| complex-parts.exp | 37 gdb_test "ptype z1" " = complex double" 39 gdb_test "ptype z2" " = complex float" 41 gdb_test "ptype z3" " = complex long double" 46 gdb_test {ptype $} " = double" 47 gdb_test "ptype $expr" " = double" 53 gdb_test {ptype $} " = float" 54 gdb_test "ptype $expr" " = float" 60 gdb_test {ptype $} " = long double" 61 gdb_test "ptype $expr" " = long double" 67 gdb_test {ptype $} " = double [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| complex-parts.exp | 37 gdb_test "ptype z1" " = complex double" 39 gdb_test "ptype z2" " = complex float" 41 gdb_test "ptype z3" " = complex long double" 46 gdb_test {ptype $} " = double" 47 gdb_test "ptype $expr" " = double" 53 gdb_test {ptype $} " = float" 54 gdb_test "ptype $expr" " = float" 60 gdb_test {ptype $} " = long double" 61 gdb_test "ptype $expr" " = long double" 67 gdb_test {ptype $} " = double [all...] |
| /src/lib/npf/ext_normalize/ |
| npfext_normalize.c | 61 enum ptype { enum 67 enum ptype type;
|
| /src/libexec/ftpd/ |
| popen.c | 108 ftpd_popen(const char *argv[], const char *ptype, int stderrfd) 118 if ((*ptype != 'r' && *ptype != 'w') || ptype[1]) 173 if (*ptype == 'r') { 202 if (*ptype == 'r') { 203 iop = fdopen(pdes[0], ptype); 206 iop = fdopen(pdes[1], 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/asn1/ |
| x_algor.c | 30 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval) 35 if (ptype != V_ASN1_UNDEF && alg->parameter == NULL 42 if (ptype == V_ASN1_EOC) 44 if (ptype == V_ASN1_UNDEF) { 48 ASN1_TYPE_set(alg->parameter, ptype, pval); 52 X509_ALGOR *ossl_X509_ALGOR_from_nid(int nid, int ptype, void *pval) 61 if (X509_ALGOR_set0(alg, algo, ptype, pval))
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/ |
| x_algor.c | 29 int X509_ALGOR_set0(X509_ALGOR *alg, ASN1_OBJECT *aobj, int ptype, void *pval) 34 if (ptype != V_ASN1_UNDEF) { 44 if (ptype == 0) 46 if (ptype == V_ASN1_UNDEF) { 50 ASN1_TYPE_set(alg->parameter, ptype, pval);
|
| /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/usr.sbin/mopd/mopd/ |
| mopd.c | 170 u_short ptype; local 183 mopGetHeader(pkt, &idx, &dst, &src, &ptype, &len, trans); 192 switch(ptype) {
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| stabs.c | 86 void ptype(char *name, int num, int inhnum, long long min, long long max); 107 ptype("int", ADDTYPE(INT)->num, INTNUM, MIN_INT, MAX_INT); 110 ptype("char", st->num, st->num, 0, MAX_CHAR); 111 ptype("short", ADDTYPE(SHORT)->num, INTNUM, MIN_SHORT, MAX_SHORT); 112 ptype("long", ADDTYPE(LONG)->num, INTNUM, MIN_LONG, MAX_LONG); 113 ptype("long long", ADDTYPE(LONGLONG)->num, INTNUM, 115 ptype("unsigned char", ADDTYPE(UCHAR)->num, INTNUM, 0, MAX_UCHAR); 116 ptype("unsigned short", ADDTYPE(USHORT)->num, INTNUM, 0, MAX_USHORT); 117 ptype("unsigned int", ADDTYPE(UNSIGNED)->num, INTNUM, 0, MAX_UNSIGNED); 118 ptype("unsigned long", ADDTYPE(ULONG)->num, INTNUM, 0, MAX_ULONG) 135 ptype(char *name, int num, int inhnum, long long min, long long max) function [all...] |
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| stabs.c | 86 void ptype(char *name, int num, int inhnum, long long min, long long max); 107 ptype("int", ADDTYPE(INT)->num, INTNUM, MIN_INT, MAX_INT); 110 ptype("char", st->num, st->num, 0, MAX_CHAR); 111 ptype("short", ADDTYPE(SHORT)->num, INTNUM, MIN_SHORT, MAX_SHORT); 112 ptype("long", ADDTYPE(LONG)->num, INTNUM, MIN_LONG, MAX_LONG); 113 ptype("long long", ADDTYPE(LONGLONG)->num, INTNUM, 115 ptype("unsigned char", ADDTYPE(UCHAR)->num, INTNUM, 0, MAX_UCHAR); 116 ptype("unsigned short", ADDTYPE(USHORT)->num, INTNUM, 0, MAX_USHORT); 117 ptype("unsigned int", ADDTYPE(UNSIGNED)->num, INTNUM, 0, MAX_UNSIGNED); 118 ptype("unsigned long", ADDTYPE(ULONG)->num, INTNUM, 0, MAX_ULONG) 135 ptype(char *name, int num, int inhnum, long long min, long long max) function [all...] |