Symbol: c_type
include/protocols/dumprestore.h
66
int32_t c_type; /* record type (see below) */
lib/libc/nameser/ns_print.c
573
u_int c_type, key_tag, alg;
lib/libc/nameser/ns_print.c
579
c_type = ns_get16(rdata); rdata += NS_INT16SZ;
lib/libc/nameser/ns_print.c
583
len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg));
sbin/dump/main.c
321
spcl.c_type = TS_TAPE;
sbin/dump/main.c
487
spcl.c_type = TS_END;
sbin/dump/tape.c
275
if (spcl.c_type != TS_END) {
sbin/dump/tape.c
615
spcl.c_type = TS_TAPE;
sbin/dump/traverse.c
363
spcl.c_type = TS_INODE;
sbin/dump/traverse.c
483
spcl.c_type = TS_ADDR;
sbin/dump/traverse.c
496
spcl.c_type = type;
sbin/restore/tape.c
1010
int32_t c_type;
sbin/restore/tape.c
1056
buf->c_type = u_ospcl.s_ospcl.c_type;
sbin/restore/tape.c
1098
switch (buf->c_type) {
sbin/restore/tape.c
1127
panic("gethead: unknown inode type %d\n", buf->c_type);
sbin/restore/tape.c
1155
if (header->c_type == TS_TAPE) {
sbin/restore/tape.c
1190
if (header->c_type != TS_END)
sbin/restore/tape.c
1196
prevtype = header->c_type;
sbin/restore/tape.c
1223
htype = header->c_type;
sbin/restore/tape.c
1266
panic("unknown tape header type %d\n", spcl.c_type);
sbin/restore/tape.c
214
endoftapemark.s_spcl.c_type = TS_END;
sbin/restore/tape.c
248
if (spcl.c_type != TS_CLRI) {
sbin/restore/tape.c
260
if (spcl.c_type != TS_BITS) {
sbin/restore/tape.c
417
if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) {
sbin/restore/tape.c
656
while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI)
sbin/restore/tape.c
687
if (spcl.c_type == TS_END)
sbin/restore/tape.c
721
if (spcl.c_type == TS_ADDR)
usr.bin/find/extern.h
76
creat_f c_type;
usr.bin/find/option.c
132
{ "-type", c_type, f_type, 0 },
usr.sbin/traceroute/traceroute.c
264
u_char c_type;
usr.sbin/traceroute/traceroute.c
840
switch (obj_hdr->c_type) {