| /openbsd-src/sbin/restore/ |
| H A D | tape.c | 91 int32_t c_type; member 226 endoftapemark.s_spcl.c_type = TS_END; in setup() 254 if (spcl.c_type != TS_CLRI) in setup() 264 if (spcl.c_type != TS_BITS) in setup() 416 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) { in getvol() 441 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) in getvol() 666 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps() 699 volatile int noskip = (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI); in getfile() 701 if (spcl.c_type == TS_END) in getfile() 736 if (spcl.c_type == TS_ADDR) in getfile() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | coffread.c | 137 unsigned int c_type; member 758 if (!last_source_file && SDB_TYPE (cs->c_type) in coff_symtab_read() 763 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF) in coff_symtab_read() 839 else if (!SDB_TYPE (cs->c_type) in coff_symtab_read() 936 if (SDB_TYPE (cs->c_type)) in coff_symtab_read() 1138 cs->c_type = (unsigned) sym->n_type; in read_one_sym() 1139 if (!SDB_TYPE (cs->c_type)) in read_one_sym() 1140 cs->c_type = 0; in read_one_sym() 1491 if (ISFCN (cs->c_type)) in process_coff_symbol() 1495 lookup_function_type (decode_function_type (cs, cs->c_type, aux)); in process_coff_symbol() [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()
|
| /openbsd-src/gnu/llvm/lldb/source/API/ |
| H A D | SBTypeNameSpecifier.cpp | 76 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType(); in GetType() local 77 if (c_type.IsValid()) in GetType() 78 return SBType(c_type); in GetType()
|
| /openbsd-src/usr.bin/rdist/ |
| H A D | docmd.c | 223 if (pcmd->c_type == cmd->c_type && in markassigned() 246 if (pc->c_type == cmd->c_type && in markfailed() 887 switch (cmd->c_type) { in docmdhost() 895 fatalerr("illegal command type %d", cmd->c_type); in docmdhost()
|
| H A D | client.h | 101 int c_type; /* type - ARROW,DCOLON */ member
|
| H A D | gram.y | 441 nc->c_type = ARROW; in insert() 468 c->c_type = DCOLON; in append()
|
| /openbsd-src/sbin/dump/ |
| H A D | tape.c | 334 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI && in flushtape() 335 spcl.c_type != TS_BITS) { in flushtape() 687 spcl.c_type = TS_TAPE; in startnewtape()
|
| H A D | traverse.c | 510 spcl.c_type = TS_INODE; in dumpino() 646 spcl.c_type = TS_ADDR; in ufs1_blksout() 681 spcl.c_type = TS_ADDR; in ufs2_blksout() 694 spcl.c_type = type; in dumpmap()
|
| H A D | main.c | 403 spcl.c_type = TS_TAPE; in main() 584 spcl.c_type = TS_END; in main()
|
| /openbsd-src/usr.bin/find/ |
| H A D | extern.h | 82 PLAN *c_type(char *, char ***, int);
|
| H A D | option.c | 94 { "-type", N_TYPE, c_type, O_ARGV },
|
| H A D | function.c | 1503 c_type(char *typestring, char ***ignored, int unused) in c_type() function
|
| /openbsd-src/include/protocols/ |
| H A D | dumprestore.h | 72 int32_t c_type; /* record type (see below) */ member
|
| /openbsd-src/bin/ksh/ |
| H A D | sh.h | 387 int c_type(char **);
|
| H A D | c_ksh.c | 550 c_type(char **wp) in c_type() function 1418 {"type", c_type},
|
| /openbsd-src/sys/arch/octeon/dev/ |
| H A D | if_ogx.c | 1660 enum ogx_counter_type c_type; member 1821 switch (c->c_type) { in ogx_kstat_read() 1866 switch (c->c_type) { in ogx_kstat_start()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 482 string c_type = frags[2].ptx_elt_type; 488 string gcd = geom # ":" # c_type # d_type; 510 !ne(c_type, d_type))): false, 514 !ne(c_type, d_type)): false,
|
| /openbsd-src/sys/dev/pci/ |
| H A D | if_ixl.c | 5241 uint8_t c_type; 5463 KSTAT_KV_T_COUNTER64, c->c_type); in ixl_kstat_create() 5233 uint8_t c_type; global() member
|