Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/restore/
H A Dtape.c281 if (spcl.c_type != TS_CLRI) { in setup()
293 if (spcl.c_type != TS_BITS) { in setup()
839 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps()
890 if (spcl.c_type == TS_END) in getfile()
972 if (spcl.c_type == TS_ADDR) in getfile()
1342 switch (buf->c_type) { in gethead()
1453 if (header->c_type != TS_END) in accthdr()
1459 prevtype = header->c_type; in accthdr()
1480 htype = header->c_type; in findinode()
1547 spcl.c_type); in findinode()
[all …]
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp73 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType(); in GetType() local
74 if (c_type.IsValid()) in GetType()
75 return LLDB_RECORD_RESULT(SBType(c_type)); in GetType()
/freebsd-13.1/sbin/dump/
H A Dtape.c284 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI && in flushtape()
285 spcl.c_type != TS_BITS) { in flushtape()
653 spcl.c_type = TS_TAPE; in startnewtape()
H A Dtraverse.c508 spcl.c_type = TS_INODE; in dumpino()
657 spcl.c_type = TS_ADDR; in ufs1_blksout()
712 spcl.c_type = TS_ADDR; in ufs2_blksout()
841 spcl.c_type = type; in dumpmap()
H A Dmain.c422 spcl.c_type = TS_TAPE; in main()
600 spcl.c_type = TS_END; in main()
/freebsd-13.1/include/protocols/
H A Ddumprestore.h82 int32_t c_type; /* record type (see below) */ member
/freebsd-13.1/usr.bin/find/
H A Dextern.h79 creat_f c_type; variable
H A Doption.c164 { "-type", c_type, f_type, 0 },
H A Dfunction.c1600 c_type(OPTION *option, char ***argvp) in c_type() function
/freebsd-13.1/crypto/heimdal/lib/sl/
H A Dslc-gram.y415 const char *c_type; member
480 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
H A Dslc-gram.c1924 const char *c_type; member
1989 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
/freebsd-13.1/lib/libc/nameser/
H A Dns_print.c586 u_int c_type, key_tag, alg; in ns_sprintrrf() local
592 c_type = ns_get16(rdata); rdata += NS_INT16SZ; in ns_sprintrrf()
596 len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg)); in ns_sprintrrf()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsNVVM.td453 string c_type = frags[2].ptx_elt_type;
459 string gcd = geom # ":" # c_type # d_type;
481 !ne(c_type, d_type))): false,
485 !ne(c_type, d_type)): false,
/freebsd-13.1/sys/netinet/
H A Dsctp_output.c3457 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) in sctp_find_cmsg() argument
3490 ((c_type == cmh.cmsg_type) || in sctp_find_cmsg()
3491 ((c_type == SCTP_SNDRCV) && in sctp_find_cmsg()
3495 if (c_type == cmh.cmsg_type) { in sctp_find_cmsg()