Symbol: c_type
crypto/heimdal/lib/sl/slc-gram.c
1924
const char *c_type;
crypto/heimdal/lib/sl/slc-gram.c
1989
hprint(1, "%s %s;\n", th->c_type, s);
crypto/heimdal/lib/sl/slc-gram.y
415
const char *c_type;
crypto/heimdal/lib/sl/slc-gram.y
480
hprint(1, "%s %s;\n", th->c_type, s);
include/protocols/dumprestore.h
78
int32_t c_type; /* record type (see below) */
lib/libc/nameser/ns_print.c
580
u_int c_type, key_tag, alg;
lib/libc/nameser/ns_print.c
586
c_type = ns_get16(rdata); rdata += NS_INT16SZ;
lib/libc/nameser/ns_print.c
590
len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg));
sbin/dump/main.c
410
spcl.c_type = TS_TAPE;
sbin/dump/main.c
588
spcl.c_type = TS_END;
sbin/dump/tape.c
277
if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI &&
sbin/dump/tape.c
278
spcl.c_type != TS_BITS) {
sbin/dump/tape.c
646
spcl.c_type = TS_TAPE;
sbin/dump/traverse.c
496
spcl.c_type = TS_INODE;
sbin/dump/traverse.c
641
spcl.c_type = TS_ADDR;
sbin/dump/traverse.c
696
spcl.c_type = TS_ADDR;
sbin/dump/traverse.c
825
spcl.c_type = type;
sbin/restore/tape.c
1334
switch (buf->c_type) {
sbin/restore/tape.c
1379
panic("gethead: unknown inode type %d\n", buf->c_type);
sbin/restore/tape.c
1410
if (header->c_type == TS_TAPE) {
sbin/restore/tape.c
1445
if (header->c_type != TS_END)
sbin/restore/tape.c
1451
prevtype = header->c_type;
sbin/restore/tape.c
1472
htype = header->c_type;
sbin/restore/tape.c
1539
spcl.c_type);
sbin/restore/tape.c
1542
spcl.c_type);
sbin/restore/tape.c
237
endoftapemark.s_spcl.c_type = TS_END;
sbin/restore/tape.c
273
if (spcl.c_type != TS_CLRI) {
sbin/restore/tape.c
285
if (spcl.c_type != TS_BITS) {
sbin/restore/tape.c
457
if (tmpbuf.c_type == TS_TAPE) {
sbin/restore/tape.c
831
while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI)
sbin/restore/tape.c
882
if (spcl.c_type == TS_END)
sbin/restore/tape.c
964
if (spcl.c_type == TS_ADDR)
sys/netinet/sctp_output.c
3453
sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize)
sys/netinet/sctp_output.c
3486
((c_type == cmh.cmsg_type) ||
sys/netinet/sctp_output.c
3487
((c_type == SCTP_SNDRCV) &&
sys/netinet/sctp_output.c
3491
if (c_type == cmh.cmsg_type) {
usr.bin/find/extern.h
80
creat_f c_type;
usr.bin/find/option.c
160
{ "-type", c_type, f_type, 0 },