Searched refs:c_type (Results 1 – 14 of 14) sorted by relevance
| /freebsd-14.2/sbin/restore/ |
| H A D | tape.c | 279 if (spcl.c_type != TS_CLRI) { in setup() 291 if (spcl.c_type != TS_BITS) { in setup() 837 while (spcl.c_type == TS_BITS || spcl.c_type == TS_CLRI) in skipmaps() 888 if (spcl.c_type == TS_END) in getfile() 970 if (spcl.c_type == TS_ADDR) in getfile() 1340 switch (buf->c_type) { in gethead() 1451 if (header->c_type != TS_END) in accthdr() 1457 prevtype = header->c_type; in accthdr() 1478 htype = header->c_type; in findinode() 1545 spcl.c_type); in findinode() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTypeNameSpecifier.cpp | 76 lldb_private::CompilerType c_type = m_opaque_sp->GetCompilerType(); in GetType() local 77 if (c_type.IsValid()) in GetType() 78 return SBType(c_type); in GetType()
|
| /freebsd-14.2/sbin/dump/ |
| H A D | tape.c | 283 if (spcl.c_type != TS_END && spcl.c_type != TS_CLRI && in flushtape() 284 spcl.c_type != TS_BITS) { in flushtape() 652 spcl.c_type = TS_TAPE; in startnewtape()
|
| H A D | traverse.c | 506 spcl.c_type = TS_INODE; in dumpino() 651 spcl.c_type = TS_ADDR; in ufs1_blksout() 706 spcl.c_type = TS_ADDR; in ufs2_blksout() 835 spcl.c_type = type; in dumpmap()
|
| H A D | main.c | 422 spcl.c_type = TS_TAPE; in main() 600 spcl.c_type = TS_END; in main()
|
| /freebsd-14.2/include/protocols/ |
| H A D | dumprestore.h | 80 int32_t c_type; /* record type (see below) */ member
|
| /freebsd-14.2/usr.bin/find/ |
| H A D | extern.h | 78 creat_f c_type; variable
|
| H A D | option.c | 164 { "-type", c_type, f_type, 0 },
|
| H A D | function.c | 1598 c_type(OPTION *option, char ***argvp) in c_type() function
|
| /freebsd-14.2/crypto/heimdal/lib/sl/ |
| H A D | slc-gram.y | 415 const char *c_type; member 480 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
|
| H A D | slc-gram.c | 1924 const char *c_type; member 1989 hprint(1, "%s %s;\n", th->c_type, s); in gen_options()
|
| /freebsd-14.2/lib/libc/nameser/ |
| H A D | ns_print.c | 583 u_int c_type, key_tag, alg; in ns_sprintrrf() local 589 c_type = ns_get16(rdata); rdata += NS_INT16SZ; in ns_sprintrrf() 593 len = SPRINTF((tmp, "%d %d %d ", c_type, key_tag, alg)); in ns_sprintrrf()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 479 string c_type = frags[2].ptx_elt_type; 485 string gcd = geom # ":" # c_type # d_type; 507 !ne(c_type, d_type))): false, 511 !ne(c_type, d_type)): false,
|
| /freebsd-14.2/sys/netinet/ |
| H A D | sctp_output.c | 3453 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) in sctp_find_cmsg() argument 3486 ((c_type == cmh.cmsg_type) || in sctp_find_cmsg() 3487 ((c_type == SCTP_SNDRCV) && in sctp_find_cmsg() 3491 if (c_type == cmh.cmsg_type) { in sctp_find_cmsg()
|