/freebsd-src/lib/libc/stdio/ |
H A D | printf-pos.c | 88 inittypes(struct typetable *types) in inittypes() 104 freetypes(struct typetable *types) in freetypes() 116 _ensurespace(struct typetable *types) in _ensurespace() 133 addtype(struct typetable *types, enum typeid type) in addtype() 143 addsarg(struct typetable *types, int flags) in addsarg() 164 adduarg(struct typetable *types, int flags) in adduarg() 188 addaster(struct typetable *types, char **fmtp) in addaster() 214 addwaster(struct typetable *types, wchar_t **fmtp) in addwaster() 254 struct typetable types; /* table of types */ in __find_arguments() local 447 struct typetable types; /* table of types */ in __find_warguments() local [all …]
|
/freebsd-src/contrib/googletest/docs/reference/ |
H A D | testing.md | 388 AssertionResult {#AssertionResult}Testing Reference""Classes and types global() argument 402 AssertionException {#AssertionException}Testing Reference""Classes and types global() argument 409 EmptyTestEventListener {#EmptyTestEventListener}Testing Reference""Classes and types global() argument 417 Environment {#Environment}Testing Reference""Classes and types global() argument 438 ScopedTrace {#ScopedTrace}Testing Reference""Classes and types global() argument 465 Test {#Test}Testing Reference""Classes and types global() argument 553 TestWithParam {#TestWithParam}Testing Reference""Classes and types global() argument 560 TestSuite {#TestSuite}Testing Reference""Classes and types global() argument 673 TestInfo {#TestInfo}Testing Reference""Classes and types global() argument 752 TestParamInfo {#TestParamInfo}Testing Reference""Classes and types global() argument 762 UnitTest {#UnitTest}Testing Reference""Classes and types global() argument 930 TestEventListener {#TestEventListener}Testing Reference""Classes and types global() argument 1028 TestEventListeners {#TestEventListeners}Testing Reference""Classes and types global() argument 1073 TestPartResult {#TestPartResult}Testing Reference""Classes and types global() argument 1155 TestProperty {#TestProperty}Testing Reference""Classes and types global() argument 1182 TestResult {#TestResult}Testing Reference""Classes and types global() argument 1263 TimeInMillis {#TimeInMillis}Testing Reference""Classes and types global() argument 1269 Types {#Types}Testing Reference""Classes and types global() argument 1285 WithParamInterface {#WithParamInterface}Testing Reference""Classes and types global() argument
|
/freebsd-src/lib/libcasper/services/cap_dns/tests/ |
H A D | dns_test.c | 394 const char *types[2]; ATF_TC_BODY() local 425 const char *types[2]; ATF_TC_BODY() local 456 const char *types[2]; ATF_TC_BODY() local 486 const char *types[2]; ATF_TC_BODY() local 517 const char *types[2]; ATF_TC_BODY() local 548 const char *types[2]; ATF_TC_BODY() local 589 const char *types[2]; ATF_TC_BODY() local 630 const char *types[2]; ATF_TC_BODY() local 670 const char *types[2]; ATF_TC_BODY() local [all...] |
/freebsd-src/lib/libc/locale/ |
H A D | rune.c | 125 uint32_t *types; in _Read_RuneMagi() local 189 uint32_t *types; in _Read_RuneMagi() local
|
/freebsd-src/crypto/openssl/crypto/store/ |
H A D | store_strings.c | 23 int types = sizeof(type_strings) / sizeof(type_strings[0]); in OSSL_STORE_INFO_type_string() local
|
/freebsd-src/contrib/kyua/cli/ |
H A D | common.cpp | 159 cli::result_types types; in parse_types() local 276 result_types types = parse_types( in get_result_types() local
|
/freebsd-src/crypto/heimdal/lib/krb5/ |
H A D | krbhst-test.c | 64 int types[] = {KRB5_KRBHST_KDC, KRB5_KRBHST_ADMIN, KRB5_KRBHST_CHANGEPW, in main() local
|
/freebsd-src/contrib/kyua/engine/ |
H A D | atf_result.hpp | 57 enum types { enum in engine::atf_result
|
/freebsd-src/libexec/talkd/ |
H A D | print.c | 43 static const char *types[] = variable
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | CompileUnitIndex.cpp | 68 LazyRandomTypeCollection &types = index.ipi().typeCollection(); in ParseBuildInfo() local 228 LazyRandomTypeCollection &types = m_index.ipi().typeCollection(); in GetMainSourceFile() local
|
/freebsd-src/contrib/llvm-project/lld/MachO/ |
H A D | InputFiles.h | 334 findCommands(const void *anyHdr, size_t maxCommands, Types... types) { in findCommands() 356 const CommandType *findCommand(const void *anyHdr, Types... types) { in findCommand() 363 std::vector<const CommandType *> findCommands(const void *anyHdr, in findCommands()
|
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
H A D | AppleObjCDeclVendor.cpp | 184 ObjCRuntimeMethodType(const char *types) { in ObjCRuntimeMethodType() argument 437 [log, interface_decl, this](const char *name, const char *types) -> bool { in FinishDecl() argument 455 this](const char *name, const char *types) -> bool { in FinishDecl() argument [all...] |
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | ManualDWARFIndex.h | 67 NameToDIE types; global() member
|
/freebsd-src/crypto/heimdal/appl/ftp/ftp/ |
H A D | cmds.c | 202 struct types { struct 207 } types[] = { argument
|
/freebsd-src/contrib/xz/src/xz/ |
H A D | args.c | 548 } types[] = { parse_real() local 575 } types[] = { parse_real() local
|
/freebsd-src/cddl/contrib/opensolaris/lib/pyzfs/common/ |
H A D | dataset.py | 101 types=("filesystem", "volume"), snaps=True): argument
|
/freebsd-src/stand/kboot/kboot/arch/aarch64/ |
H A D | load_addr.c | 56 static const char *types[] = { in print_efi_map_entry() local
|
/freebsd-src/stand/kboot/kboot/arch/amd64/ |
H A D | load_addr.c | 37 enum types { enum
|
/freebsd-src/contrib/sendmail/src/ |
H A D | stab.c | 483 int i, t, total, types[MAXSTTYPES]; in dumpstab() local
|
/freebsd-src/contrib/tnftp/src/ |
H A D | cmds.c | 135 static struct types { struct 140 } types[] = { argument
|
/freebsd-src/sys/netpfil/ipfilter/netinet/ |
H A D | ip_log.c | 337 int types[2], mlen; in ipf_log_pkt() local 508 size_t *itemsz, int *types, int cnt) in ipf_log_items()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfo.h | 152 iterator_range<type_iterator> types() const { types() function
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | TpiStream.cpp | 242 CVTypeRange TpiStream::types(bool *HadError) const { in types() function in TpiStream
|
/freebsd-src/contrib/llvm-project/lld/COFF/ |
H A D | DebugTypes.cpp | 313 CVTypeArray types; in mergeDebugT() local 590 CVTypeArray types; in loadGHashes() local 614 static void forEachTypeChecked(ArrayRef<uint8_t> types, in forEachTypeChecked() argument 783 typeArrayToBytes(const CVTypeArray & types) typeArrayToBytes() argument [all...] |
/freebsd-src/crypto/openssl/crypto/asn1/ |
H A D | a_mbstr.c | 277 unsigned long types = *((unsigned long *)arg); type_str() local [all...] |