| /freebsd-12.1/contrib/gdb/gdb/ |
| H A D | coffread.c | 137 unsigned int c_type; member 836 else if (!SDB_TYPE (cs->c_type) in coff_symtab_read() 933 if (SDB_TYPE (cs->c_type)) in coff_symtab_read() 1136 if (!SDB_TYPE (cs->c_type)) in read_one_sym() 1137 cs->c_type = 0; in read_one_sym() 1488 if (ISFCN (cs->c_type)) in process_coff_symbol() 1693 if (c_type & ~N_BTMASK) in decode_type() 1696 if (ISPTR (c_type)) in decode_type() 1701 else if (ISFCN (c_type)) in decode_type() 1706 else if (ISARY (c_type)) in decode_type() [all …]
|
| H A D | xcoffread.c | 98 unsigned int c_type; member 1013 cs->c_type = (unsigned) symbol->n_type; in read_xcoff_symtab() 1062 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, in read_xcoff_symtab() 1197 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF) in read_xcoff_symtab() 1199 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, in read_xcoff_symtab() 1233 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, in read_xcoff_symtab() 1259 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, in read_xcoff_symtab() 1275 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, in read_xcoff_symtab() 1474 if (ISFCN (cs->c_type)) in process_xcoff_symbol()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTypeNameSpecifier.cpp | 52 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType(); in GetType() local 53 if (c_type.IsValid()) in GetType() 54 return SBType(c_type); in GetType()
|
| /freebsd-12.1/sbin/restore/ |
| H A D | tape.c | 279 if (spcl.c_type != TS_CLRI) { in setup() 291 if (spcl.c_type != TS_BITS) { in setup() 837 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps() 888 if (spcl.c_type == TS_END) in getfile() 970 if (spcl.c_type == TS_ADDR) in getfile() 1340 switch (buf->c_type) { in gethead() 1451 if (header->c_type != TS_END) in accthdr() 1457 prevtype = header->c_type; in accthdr() 1478 htype = header->c_type; in findinode() 1545 spcl.c_type); in findinode() [all …]
|
| /freebsd-12.1/sbin/dump/ |
| H A D | tape.c | 282 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI && in flushtape() 283 spcl.c_type != TS_BITS) { in flushtape() 651 spcl.c_type = TS_TAPE; in startnewtape()
|
| H A D | traverse.c | 508 spcl.c_type = TS_INODE; in dumpino() 657 spcl.c_type = TS_ADDR; in ufs1_blksout() 712 spcl.c_type = TS_ADDR; in ufs2_blksout() 841 spcl.c_type = type; in dumpmap()
|
| H A D | main.c | 400 spcl.c_type = TS_TAPE; in main() 578 spcl.c_type = TS_END; in main()
|
| /freebsd-12.1/include/protocols/ |
| H A D | dumprestore.h | 82 int32_t c_type; /* record type (see below) */ member
|
| /freebsd-12.1/usr.bin/find/ |
| H A D | extern.h | 79 creat_f c_type; variable
|
| H A D | option.c | 164 { "-type", c_type, f_type, 0 },
|
| H A D | function.c | 1600 c_type(OPTION *option, char ***argvp) in c_type() function
|
| /freebsd-12.1/crypto/heimdal/lib/sl/ |
| H A D | slc-gram.y | 415 const char *c_type; member 480 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
|
| H A D | slc-gram.c | 1924 const char *c_type; member 1989 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
|
| /freebsd-12.1/lib/libc/nameser/ |
| H A D | ns_print.c | 586 u_int c_type, key_tag, alg; in ns_sprintrrf() local 592 c_type = ns_get16(rdata); rdata += NS_INT16SZ; in ns_sprintrrf() 596 len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg)); in ns_sprintrrf()
|
| /freebsd-12.1/sys/netinet/ |
| H A D | sctp_output.c | 3471 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) in sctp_find_cmsg() argument 3504 ((c_type == cmh.cmsg_type) || in sctp_find_cmsg() 3505 ((c_type == SCTP_SNDRCV) && in sctp_find_cmsg() 3509 if (c_type == cmh.cmsg_type) { in sctp_find_cmsg()
|