Searched refs:c_type (Results 1 - 24 of 24) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/template/
H A Dmem_func_ptr.C20 typedef int c_type; typedef in struct:order_member_ptrs
50 sizeof(order_member_ptrs<void (X::*)(float) const>::c_type);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/template/
H A Dmem_func_ptr.C20 typedef int c_type; typedef in struct:order_member_ptrs
50 sizeof(order_member_ptrs<void (X::*)(float) const>::c_type);
/netbsd-6-1-5-RELEASE/sbin/restore/
H A Dtape.c115 int32_t c_type; member in struct:u_ospcl::s_ospcl
319 endoftapemark.s_spcl.c_type = TS_END;
351 if (spcl.c_type != TS_CLRI) {
505 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) {
530 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER))
804 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI)
833 if (spcl.c_type == TS_END)
851 if (gethead(&spcl) == GOOD && spcl.c_type == TS_ADDR) {
886 if (spcl.c_type
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/pkg_install/dist/lib/
H A Dplist.c79 pl_ent_t c_type; /* type of command */ member in struct:cmd_t
279 return cmdp->c_type;
294 return cmdp->c_type;
412 for (cmdp = cmdv; cmdp->c_type != FAIL && cmdp->c_type != p->type; cmdp++) {
414 if (cmdp->c_type == FAIL) {
448 for (cmdp = cmdv; cmdp->c_type != FAIL && cmdp->c_type != p->type; cmdp++) {
450 if (cmdp->c_type == FAIL)
481 for (cmdp = cmdv; cmdp->c_type !
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Dcoffread.c140 unsigned int c_type; member in struct:coff_symbol
793 if (!last_source_file && SDB_TYPE (cs->c_type)
798 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF)
881 else if (!SDB_TYPE (cs->c_type)
971 if (SDB_TYPE (cs->c_type))
1186 cs->c_type = (unsigned) sym->n_type;
1187 if (!SDB_TYPE (cs->c_type))
1188 cs->c_type = 0;
1568 if (ISFCN (cs->c_type))
1573 lookup_function_type (decode_function_type (cs, cs->c_type,
1727 decode_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux, struct objfile *objfile) argument
1809 decode_function_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux, struct objfile *objfile) argument
1824 decode_base_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux, struct objfile *objfile) argument
[all...]
H A Dxcoffread.c101 unsigned int c_type;
1052 cs->c_type = (unsigned) symbol->n_type;
1101 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1238 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF)
1240 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1274 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1302 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1317 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1515 if (ISFCN (cs->c_type))
99 unsigned int c_type; member in struct:coff_symbol
/netbsd-6-1-5-RELEASE/usr.bin/find/
H A Dextern.h89 PLAN *c_type(char ***, int);
H A Doption.c108 { "-type", N_TYPE, c_type, 1 },
/netbsd-6-1-5-RELEASE/include/protocols/
H A Ddumprestore.h71 int32_t c_type; /* record type (see below) */ member in struct:u_spcl::s_spcl
/netbsd-6-1-5-RELEASE/usr.bin/rdist/
H A Ddefs.h117 int c_type; /* type - ARROW,DCOLON */ member in struct:cmd
H A Dgram.y396 nc->c_type = ARROW;
425 c->c_type = DCOLON;
H A Ddocmd.c108 switch (c->c_type) {
116 fatal("illegal command type %d\n", c->c_type);
/netbsd-6-1-5-RELEASE/sbin/dump/
H A Dtraverse.c520 spcl.c_type = iswap32(TS_INODE);
669 spcl.c_type = iswap32(TS_ADDR);
701 spcl.c_type = iswap32(TS_ADDR);
714 spcl.c_type = iswap32(type);
H A Dmain.c475 spcl.c_type = iswap32(TS_TAPE);
631 spcl.c_type = iswap32(TS_END);
H A Dtape.c334 if (iswap32(spcl.c_type) != TS_END) {
697 spcl.c_type = iswap32(TS_TAPE);
/netbsd-6-1-5-RELEASE/sys/netmpls/
H A Dmpls_ttl.c153 u_char c_type; member in struct:icmp_ext_obj_hdr
190 mpls_icmp_ext.obj_hdr.c_type = MPLS_STACK_ENTRY_C_TYPE;
/netbsd-6-1-5-RELEASE/sys/arch/ia64/disasm/
H A Ddisasm_format.c116 strcpy(buf, asm_completers[c->c_type]);
H A Ddisasm.h154 enum asm_cmpltr_type c_type; member in struct:asm_cmpltr
H A Ddisasm_extract.c51 i->i_cmpltr[i->i_ncmpltrs].c_type = t;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.y416 const char *c_type;
481 hprint(1, "%s %s;\n", th->c_type, s);
/netbsd-6-1-5-RELEASE/sys/fs/udf/
H A Dudf_strat_sequential.c308 int c_type = buf->b_udf_c_type; local
317 if (c_type != UDF_C_NODE)
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/nameser/
H A Dns_print.c575 u_int c_type, key_tag, alg; local
581 c_type = ns_get16(rdata); rdata += NS_INT16SZ;
585 len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg));
/netbsd-6-1-5-RELEASE/lib/libc/nameser/
H A Dns_print.c584 u_int c_type, key_tag, alg; local
590 c_type = ns_get16(rdata); rdata += NS_INT16SZ;
594 len = SPRINTF((tmp1, "%d %d %d ", c_type, key_tag, alg));
/netbsd-6-1-5-RELEASE/usr.sbin/traceroute/
H A Dtraceroute.c320 u_char c_type; member in struct:icmp_ext_obj_hdr
1196 switch (obj_hdr->c_type) {

Completed in 388 milliseconds