| /src/external/gpl3/binutils/dist/bfd/ |
| i386bsd.c | 37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| i386bsd.c | 37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| i386bsd.c | 37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
|
| /src/external/gpl3/gdb/dist/bfd/ |
| i386bsd.c | 37 #define MACHTYPE_OK(mtype) ((mtype) == M_386 || (mtype) == M_UNKNOWN)
|
| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| astcodegen.d | 31 public import dmd.mtype; 46 alias MODFlags = dmd.mtype.MODFlags; 47 alias Type = dmd.mtype.Type; 48 alias Parameter = dmd.mtype.Parameter; 49 alias Tarray = dmd.mtype.Tarray; 50 alias Taarray = dmd.mtype.Taarray; 51 alias Tbool = dmd.mtype.Tbool; 52 alias Tchar = dmd.mtype.Tchar; 53 alias Tdchar = dmd.mtype.Tdchar; 54 alias Tdelegate = dmd.mtype.Tdelegate [all...] |
| typesem.d | 50 import dmd.mtype; 682 Type visitVector(TypeVector mtype) 685 mtype.basetype = mtype.basetype.typeSemantic(loc, sc); 688 mtype.basetype = mtype.basetype.toBasetype().mutableOf(); 689 if (mtype.basetype.ty != Tsarray) 691 .error(loc, "T in __vector(T) must be a static array, not `%s`", mtype.basetype.toChars()); 694 TypeSArray t = mtype.basetype.isTypeSArray(); 709 .error(loc, "vector type `%s` is not supported on this platform", mtype.toChars()) [all...] |
| compiler.d | 18 import dmd.mtype;
|
| /src/external/bsd/ntp/dist/include/ |
| adjtime.h | 49 long mtype; member in struct:__anon7345::__anon7346 57 * mtype values
|
| /src/external/ibm-public/postfix/dist/src/global/ |
| dsn.c | 18 /* const char *mtype; /* null or MTA type */ 23 /* DSN *dsn_create(status, action, reason, dtype, dtext, mtype, mname) 29 /* const char *mtype; 39 /* mtype, mname) 46 /* const char *mtype; 93 /* .IP mtype 129 const char *mtype, const char *mname) 169 if (NULL_OR_EMPTY(mtype) || NULL_OR_EMPTY(mname)) { 170 dsn->mtype = mystrdup(""); 173 dsn->mtype = mystrdup(mtype) [all...] |
| dsn.h | 25 const char *mtype; /* Null / RFC 3464 MTA type */ member in struct:__anon23082 39 ((dsn)->mtype = (_mtype)), \ 49 ((dsn)->mtype = DSN_NO_MTYPE), \ 73 (dsn)->mtype, (dsn)->mname)
|
| dsn_buf.c | 18 /* VSTRING *mtype; /* dns */ 29 /* DSN_BUF *dsb_update(dsb, status, action, mtype, mname, dtype, 34 /* const char *mtype; 50 /* DSN_BUF *dsb_formal(dsb, status, action, mtype, mname, dtype, 55 /* const char *mtype; 116 /* .IP mtype 181 dsb->mtype = vstring_alloc(10); 196 vstring_free(dsb->mtype); 221 DSB_TRUNCATE((dsb)->mtype); \ 224 vstring_strcpy((dsb)->mtype, (type)); [all...] |
| dsb_scan.c | 69 RECV_ATTR_STR(MAIL_ATTR_DSN_MTYPE, dsb->mtype),
|
| dsn_print.c | 69 SEND_ATTR_STR(MAIL_ATTR_DSN_MTYPE, dsn->mtype),
|
| dsn_buf.h | 34 VSTRING *mtype; /* null or remote MTA type */ member in struct:__anon23083 77 vstring_str((dsb)->mtype), \
|
| /src/external/bsd/nvi/dist/common/ |
| msg.h | 59 mtype_t mtype; /* Message type: M_NONE, M_ERR, M_INFO. */ member in struct:_msg
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| MetricList.cc | 31 mtype = _mtype; 43 switch (mtype) 165 switch (mtype) 193 mtype = _mtype; 207 mtype = old->mtype; 359 switch (mtype) 393 if (mtype == MET_NORMAL || mtype == MET_COMMON 394 || (mlist->mtype != MET_NORMAL && mlist->mtype != MET_COMMON) [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| MetricList.cc | 31 mtype = _mtype; 43 switch (mtype) 165 switch (mtype) 193 mtype = _mtype; 207 mtype = old->mtype; 359 switch (mtype) 393 if (mtype == MET_NORMAL || mtype == MET_COMMON 394 || (mlist->mtype != MET_NORMAL && mlist->mtype != MET_COMMON) [all...] |
| /src/external/gpl3/gcc/dist/libobjc/ |
| gc.c | 100 const char *mtype; local 108 objc_layout_structure_get_info (&layout, &position, NULL, &mtype); 111 if (*mtype == '"') 113 for (mtype++; *mtype++ != '"';) 117 if (*mtype == _C_GCINVISIBLE) 120 mtype++; 126 switch (*mtype) { 138 __objc_gc_setup_array (mask, mtype, position); 142 __objc_gc_setup_struct (mask, mtype, position) [all...] |
| /src/external/gpl3/gcc.old/dist/libobjc/ |
| gc.c | 100 const char *mtype; local 108 objc_layout_structure_get_info (&layout, &position, NULL, &mtype); 111 if (*mtype == '"') 113 for (mtype++; *mtype++ != '"';) 117 if (*mtype == _C_GCINVISIBLE) 120 mtype++; 126 switch (*mtype) { 138 __objc_gc_setup_array (mask, mtype, position); 142 __objc_gc_setup_struct (mask, mtype, position) [all...] |
| /src/external/mpl/bind/dist/lib/dns/ |
| ssu.c | 672 dns_ssu_mtypefromstring(const char *str, dns_ssumatchtype_t *mtype) { 674 REQUIRE(mtype != NULL); 677 *mtype = dns_ssumatchtype_name; 679 *mtype = dns_ssumatchtype_subdomain; 681 *mtype = dns_ssumatchtype_wildcard; 683 *mtype = dns_ssumatchtype_self; 685 *mtype = dns_ssumatchtype_selfsub; 687 *mtype = dns_ssumatchtype_selfwild; 689 *mtype = dns_ssumatchtype_selfms; 691 *mtype = dns_ssumatchtype_selfsubms [all...] |
| /src/external/bsd/tcpdump/dist/ |
| print-tipc.c | 165 u_int mtype; local 180 mtype = TIPC_MTYPE(w1); 191 tok2str(tipcmtype_values, "Unknown", mtype)); 203 tok2str(tipcmtype_values, "Unknown", mtype)); 225 u_int mtype; local 245 mtype = TIPC_MTYPE(w1); 254 tok2str(tipcmtype_values, "Unknown", mtype), w1); 287 u_int mtype; local 299 mtype = TIPC_MTYPE(w1); 309 tok2str(tipc_linkconf_mtype_values, "Unknown", mtype)); [all...] |
| /src/external/bsd/nvi/dist/vi/ |
| vs_msg.c | 235 vs_msg(SCR *sp, mtype_t mtype, char *line, size_t len) 292 if (mtype == M_ERR) 295 if (mtype == M_ERR) 308 (void)vs_msgsave(sp, mtype, line, len); 316 if (mtype == M_NONE) { 317 vs_output(sp, mtype, line, len); 354 vs_output(sp, vip->mtype, ".\n", 2); 356 vs_output(sp, vip->mtype, ";", 1); 360 vip->mtype = mtype; [all...] |
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| ssu.c | 629 dns_ssu_mtypefromstring(const char *str, dns_ssumatchtype_t *mtype) { 631 REQUIRE(mtype != NULL); 634 *mtype = dns_ssumatchtype_name; 636 *mtype = dns_ssumatchtype_subdomain; 638 *mtype = dns_ssumatchtype_wildcard; 640 *mtype = dns_ssumatchtype_self; 642 *mtype = dns_ssumatchtype_selfsub; 644 *mtype = dns_ssumatchtype_selfwild; 646 *mtype = dns_ssumatchtype_selfms; 648 *mtype = dns_ssumatchtype_selfsubms [all...] |
| /src/external/gpl3/binutils/dist/gprofng/libcollector/ |
| heaptrace.c | 39 Heap_type mtype; /* subtype of packet */ member in struct:Heap_packet 168 (int) offsetof (Heap_packet, mtype), 169 fld_sizeof (Heap_packet, mtype) == 4 ? "INT32" : "INT64"); 287 hpacket.mtype = MALLOC_TRACE; 323 hpacket.mtype = FREE_TRACE; 362 hpacket.mtype = REALLOC_TRACE; 394 hpacket.mtype = MALLOC_TRACE; 427 hpacket.mtype = MALLOC_TRACE; 464 hpacket.mtype = MALLOC_TRACE; 478 __collector_heap_record (int mtype, size_t size, void *vaddr [all...] |
| /src/external/gpl3/binutils.old/dist/gprofng/libcollector/ |
| heaptrace.c | 39 Heap_type mtype; /* subtype of packet */ member in struct:Heap_packet 168 (int) offsetof (Heap_packet, mtype), 169 fld_sizeof (Heap_packet, mtype) == 4 ? "INT32" : "INT64"); 287 hpacket.mtype = MALLOC_TRACE; 323 hpacket.mtype = FREE_TRACE; 362 hpacket.mtype = REALLOC_TRACE; 394 hpacket.mtype = MALLOC_TRACE; 427 hpacket.mtype = MALLOC_TRACE; 464 hpacket.mtype = MALLOC_TRACE; 478 __collector_heap_record (int mtype, size_t size, void *vaddr [all...] |