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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
H A DSBTypeNameSpecifier.cpp70 lldb_private::ClangASTType c_type = m_opaque_sp->GetClangASTType();
71 if (c_type.IsValid())
72 return SBType(c_type);
/freebsd-10-stable/sys/ia64/ia64/
H A Demulate.c71 if (i->i_cmpltr[0].c_type == ASM_CT_COND) {
77 if (i->i_cmpltr[0].c_type != ASM_CT_CALL)
/freebsd-10-stable/include/protocols/
H A Ddumprestore.h80 int32_t c_type; /* record type (see below) */ member in struct:u_spcl::s_spcl
/freebsd-10-stable/lib/libkse/thread/
H A Dthr_cond.c89 type = (*cond_attr)->c_type;
127 pcond->c_type = type;
222 switch ((*cond)->c_type) {
420 switch ((*cond)->c_type) {
596 switch ((*cond)->c_type) {
665 switch ((*cond)->c_type) {
744 switch (cond->c_type) {
H A Dthr_private.h372 enum pthread_cond_type c_type; member in struct:pthread_cond
380 enum pthread_cond_type c_type; member in struct:pthread_cond_attr
/freebsd-10-stable/contrib/gdb/gdb/
H A Dcoffread.c137 unsigned int c_type; member in struct:coff_symbol
760 if (!last_source_file && SDB_TYPE (cs->c_type)
765 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF)
841 else if (!SDB_TYPE (cs->c_type)
938 if (SDB_TYPE (cs->c_type))
1141 cs->c_type = (unsigned) sym->n_type;
1142 if (!SDB_TYPE (cs->c_type))
1143 cs->c_type = 0;
1498 if (ISFCN (cs->c_type))
1502 lookup_function_type (decode_function_type (cs, cs->c_type, au
1687 decode_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux) argument
1768 decode_function_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux) argument
1780 decode_base_type(struct coff_symbol *cs, unsigned int c_type, union internal_auxent *aux) argument
[all...]
H A Dxcoffread.c100 unsigned int c_type;
1018 cs->c_type = (unsigned) symbol->n_type;
1067 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1202 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF)
1204 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1238 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1264 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1280 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass,
1479 if (ISFCN (cs->c_type))
98 unsigned int c_type; member in struct:coff_symbol
/freebsd-10-stable/sbin/restore/
H A Dtape.c242 endoftapemark.s_spcl.c_type = TS_END;
278 if (spcl.c_type != TS_CLRI) {
290 if (spcl.c_type != TS_BITS) {
461 if (tmpbuf.c_type == TS_TAPE) {
912 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI)
948 if (spcl.c_type == TS_END)
1022 if (spcl.c_type == TS_ADDR)
1392 switch (buf->c_type) {
1437 panic("gethead: unknown inode type %d\n", buf->c_type);
[all...]
/freebsd-10-stable/usr.bin/find/
H A Dextern.h77 creat_f c_type; variable
H A Doption.c150 { "-type", c_type, f_type, 0 },
H A Dfunction.c1558 c_type(OPTION *option, char ***argvp) function
/freebsd-10-stable/sbin/dump/
H A Dtraverse.c506 spcl.c_type = TS_INODE;
654 spcl.c_type = TS_ADDR;
708 spcl.c_type = TS_ADDR;
836 spcl.c_type = type;
H A Dmain.c402 spcl.c_type = TS_TAPE;
583 spcl.c_type = TS_END;
H A Dtape.c279 if (spcl.c_type != TS_END) {
646 spcl.c_type = TS_TAPE;
/freebsd-10-stable/sys/ia64/disasm/
H A Ddisasm_format.c112 strcpy(buf, asm_completers[c->c_type]);
H A Ddisasm.h153 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;
/freebsd-10-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y415 const char *c_type;
480 hprint(1, "%s %s;\n", th->c_type, s);
H A Dslc-gram.c1927 const char *c_type;
1992 hprint(1, "%s %s;\n", th->c_type, s);
1924 const char *c_type; member in struct:type_handler
/freebsd-10-stable/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((tmp, "%d %d %d ", c_type, key_tag, alg));
/freebsd-10-stable/sys/netinet/
H A Dsctp_output.c3471 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) argument
3483 * Independent of how many mbufs, find the c_type inside the control
3501 ((c_type == cmh.cmsg_type) ||
3502 ((c_type == SCTP_SNDRCV) &&
3506 if (c_type == cmh.cmsg_type) {

Completed in 209 milliseconds