Home
last modified time | relevance | path

Searched refs:c_type (Results 1 – 12 of 12) sorted by relevance

/mirbsd/src/sbin/restore/
Dtape.c202 endoftapemark.s_spcl.c_type = TS_END; in setup()
230 if (spcl.c_type != TS_CLRI) in setup()
240 if (spcl.c_type != TS_BITS) in setup()
384 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) { in getvol()
409 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) in getvol()
604 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps()
637 volatile int noskip = (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI); in getfile()
639 if (spcl.c_type == TS_END) in getfile()
674 if (spcl.c_type == TS_ADDR) in getfile()
949 int32_t c_type; in gethead() member
[all …]
/mirbsd/src/lib/libpthread/uthread/
Duthread_cond.c65 (*cond)->c_type = COND_TYPE_FAST; in _cond_reinit()
89 type = (*cond_attr)->c_type; in pthread_cond_init()
121 pcond->c_type = type; in pthread_cond_init()
212 switch ((*cond)->c_type) { in pthread_cond_wait()
380 switch ((*cond)->c_type) { in pthread_cond_timedwait()
530 switch ((*cond)->c_type) { in pthread_cond_signal()
598 switch ((*cond)->c_type) { in pthread_cond_broadcast()
Dpthread_private.h296 enum pthread_cond_type c_type; member
309 enum pthread_cond_type c_type; member
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dcoffread.c137 unsigned int c_type; member
757 if (!last_source_file && SDB_TYPE (cs->c_type) in coff_symtab_read()
762 if (ISFCN (cs->c_type) && cs->c_sclass != C_TPDEF) in coff_symtab_read()
838 else if (!SDB_TYPE (cs->c_type) in coff_symtab_read()
935 if (SDB_TYPE (cs->c_type)) in coff_symtab_read()
1137 cs->c_type = (unsigned) sym->n_type; in read_one_sym()
1138 if (!SDB_TYPE (cs->c_type)) in read_one_sym()
1139 cs->c_type = 0; in read_one_sym()
1490 if (ISFCN (cs->c_type)) in process_coff_symbol()
1494 lookup_function_type (decode_function_type (cs, cs->c_type, aux)); in process_coff_symbol()
[all …]
Dxcoffread.c98 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()
/mirbsd/src/include/protocols/
Ddumprestore.h69 int32_t c_type; /* record type (see below) */ member
/mirbsd/src/usr.bin/find/
Dextern.h80 PLAN *c_type(char *, char ***, int);
Doption.c97 { "-type", N_TYPE, c_type, O_ARGV },
Dfunction.c1271 c_type(char *typestring, char ***ignored, int unused) in c_type() function
/mirbsd/src/sbin/dump/
Dtraverse.c407 spcl.c_type = TS_INODE;
530 spcl.c_type = TS_ADDR;
546 spcl.c_type = type;
Dmain.c384 spcl.c_type = TS_TAPE; in main()
535 spcl.c_type = TS_END; in main()
Dtape.c335 if (spcl.c_type != TS_END) { in flushtape()
672 spcl.c_type = TS_TAPE; in startnewtape()