Searched refs:c_type (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/API/
H A DSBTypeNameSpecifier.cpp73 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType();
74 if (c_type.IsValid())
75 return LLDB_RECORD_RESULT(SBType(c_type));
/freebsd-13-stable/include/protocols/
H A Ddumprestore.h82 int32_t c_type; /* record type (see below) */ member in struct:u_spcl::s_spcl
/freebsd-13-stable/sbin/restore/
H A Dtape.c245 endoftapemark.s_spcl.c_type = TS_END;
281 if (spcl.c_type != TS_CLRI) {
293 if (spcl.c_type != TS_BITS) {
465 if (tmpbuf.c_type == TS_TAPE) {
839 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI)
890 if (spcl.c_type == TS_END)
972 if (spcl.c_type == TS_ADDR)
1342 switch (buf->c_type) {
1387 panic("gethead: unknown inode type %d\n", buf->c_type);
[all...]
/freebsd-13-stable/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) function
/freebsd-13-stable/sbin/dump/
H A Dtape.c284 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI &&
285 spcl.c_type != TS_BITS) {
653 spcl.c_type = TS_TAPE;
H A Dtraverse.c508 spcl.c_type = TS_INODE;
657 spcl.c_type = TS_ADDR;
712 spcl.c_type = TS_ADDR;
841 spcl.c_type = type;
H A Dmain.c422 spcl.c_type = TS_TAPE;
600 spcl.c_type = TS_END;
/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y415 const char *c_type;
480 hprint(1, "%s %s;\n", th->c_type, s);
H A Dslc-gram.c1927 const char *c_type;
1992 hprint(1, "%s %s;\n", th->c_type, s);
1924 const char *c_type; member in struct:type_handler
/freebsd-13-stable/lib/libc/nameser/
H A Dns_print.c586 u_int c_type, key_tag, alg; local
592 c_type = ns_get16(rdata); rdata += NS_INT16SZ;
596 len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg));
/freebsd-13-stable/sys/netinet/
H A Dsctp_output.c3457 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) argument
3467 * Independent of how many mbufs, find the c_type inside the control
3490 ((c_type == cmh.cmsg_type) ||
3491 ((c_type == SCTP_SNDRCV) &&
3495 if (c_type == cmh.cmsg_type) {

Completed in 185 milliseconds