| /src/sbin/gpt/ |
| type.c | 60 const struct gpt_cmd c_type = { variable in typeref:struct:gpt_cmd 67 #define usage() gpt_usage(NULL, &c_type)
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_algebraic.py | 152 def c_type(self): member in class:Value 215 return "static const {} {} = {}\n".format(self.c_type, self.name,
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| nir_algebraic.py | 159 def c_type(self): member in class:Value 221 return "static const {} {} = {}\n".format(self.c_type, self.name,
|
| /src/usr.bin/rdist/ |
| defs.h | 117 int c_type; /* type - ARROW,DCOLON */ member in struct:cmd
|
| /src/external/bsd/pkg_install/dist/lib/ |
| plist.c | 79 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 != FAIL && cmdp->c_type != p->type; cmdp++) [all...] |
| /src/sys/dev/i2c/ |
| act8846.c | 87 enum act8846_ctrl_type c_type; member in struct:act8846_ctrl 93 .c_base = ACT_ ## base ## _BASE_REG, .c_type = (type) } 291 if (c->c_type == ACT_CTRL_DCDC) { 316 if (c->c_type == ACT_CTRL_DCDC) { 346 if (c->c_type == ACT_CTRL_DCDC) {
|
| /src/sys/fs/udf/ |
| udf_strat_sequential.c | 327 int c_type = buf->b_udf_c_type; local 336 if (c_type != UDF_C_NODE)
|
| /src/external/bsd/libbind/dist/nameser/ |
| ns_print.c | 575 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));
|
| /src/lib/libc/nameser/ |
| ns_print.c | 589 u_int c_type, key_tag, alg; local 595 c_type = ns_get16(rdata); rdata += NS_INT16SZ; 600 c_type, key_tag, alg);
|
| /src/include/protocols/ |
| dumprestore.h | 74 int32_t c_type; /* record type (see below) */ member in struct:u_spcl::s_spcl
|
| /src/sbin/restore/ |
| tape.c | 123 int32_t c_type; member in struct:u_ospcl::s_ospcl 330 endoftapemark.s_spcl.c_type = TS_END; 362 if (spcl.c_type != TS_CLRI) { 516 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) { 541 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) 959 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) 1003 if (spcl.c_type == TS_END) 1021 if (gethead(&spcl) == GOOD && spcl.c_type == TS_ADDR) { 1059 if (spcl.c_type == TS_END [all...] |
| /src/sys/netinet/ |
| ip_icmp.h | 160 uint8_t c_type; member in struct:icmp_ext_obj_hdr
|
| /src/usr.bin/find/ |
| function.c | 1793 c_type(char ***argvp, int isok, char *opt) function
|
| /src/crypto/external/bsd/heimdal/dist/lib/sl/ |
| slc-gram.c | 1722 const char *c_type; member in struct:type_handler 1787 hprint(1, "%s %s;\n", th->c_type, s);
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| xcoffread.c | 99 unsigned int c_type; 1029 cs->c_type = (unsigned) symbol->n_type; 1083 c_type value of main symbol table will be set only in case of 1088 if (cs->c_naux > 1 && ISFCN (cs->c_type)) 1099 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, 1109 cs->c_type, cs->c_sclass, 1261 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, 1289 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, 1304 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, 1489 if (ISFCN (cs->c_type)) 97 unsigned int c_type; member in struct:xcoff_symbol [all...] |
| coffread.c | 140 unsigned int c_type; member in struct:coff_symbol 523 if (ISFCN (cs->c_type)) 931 if (!get_last_source_file () && SDB_TYPE (cs->c_type) 936 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF) 1021 else if (!SDB_TYPE (cs->c_type) 1114 if (SDB_TYPE (cs->c_type)) 1317 cs->c_type = (unsigned) sym->n_type; 1318 if (!SDB_TYPE (cs->c_type)) 1319 cs->c_type = 0; 1648 if (ISFCN (cs->c_type)) [all...] |
| /src/external/mit/isl/dist/ |
| isl_ast_build_expr.c | 746 enum isl_dim_type c_type[2] = { isl_dim_param, isl_dim_set }; local 753 n[t] = isl_constraint_dim(c, c_type[t]); 759 a = isl_constraint_involves_dims(c, c_type[t], i, 1); 784 c_type[t], i);
|
| /src/external/gpl3/gdb/dist/gdb/ |
| coffread.c | 140 unsigned int c_type; member in struct:coff_symbol 524 if (ISFCN (cs->c_type)) 932 if (!get_last_source_file () && SDB_TYPE (cs->c_type) 937 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF) 1022 else if (!SDB_TYPE (cs->c_type) 1115 if (SDB_TYPE (cs->c_type)) 1318 cs->c_type = (unsigned) sym->n_type; 1319 if (!SDB_TYPE (cs->c_type)) 1320 cs->c_type = 0; 1649 if (ISFCN (cs->c_type)) [all...] |
| xcoffread.c | 99 unsigned int c_type; 1029 cs->c_type = (unsigned) symbol->n_type; 1083 c_type value of main symbol table will be set only in case of 1088 if (cs->c_naux > 1 && ISFCN (cs->c_type)) 1099 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, 1109 cs->c_type, cs->c_sclass, 1261 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, 1289 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, 1304 bfd_coff_swap_aux_in (abfd, raw_auxptr, cs->c_type, cs->c_sclass, 1489 if (ISFCN (cs->c_type)) 97 unsigned int c_type; member in struct:xcoff_symbol [all...] |
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| lload.h | 390 enum sc_type c_type; member in struct:LloadConnection
|
| /src/sys/arch/ia64/disasm/ |
| disasm.h | 155 enum asm_cmpltr_type c_type; member in struct:asm_cmpltr
|