/openbsd-src/gnu/llvm/lldb/examples/scripting/ |
H A D | dictionary.c | 82 void populate_dictionary(tree_node **dictionary, char *filename) { in populate_dictionary() 106 int find_word(tree_node *dictionary, char *word) { in find_word() 122 void print_tree(tree_node *dictionary) { in print_tree() 136 tree_node *dictionary = NULL; in main() local
|
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/builders/ |
H A D | builder.py | 145 dictionary=None, testdir=None, testname=None, make_targets=None): argument 161 def cleanup(self, dictionary=None): argument
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | dictionary.c | 168 struct dictionary struct 173 struct dictionary_hashed hashed; argument 178 data;
|
/openbsd-src/gnu/llvm/clang/tools/clang-format/ |
H A D | git-clang-format | 365 def filter_by_extension(dictionary, allowed_extensions): argument 379 def filter_symlinks(dictionary): argument
|
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbplatformutil.py | 92 def finalize_build_dictionary(dictionary): argument
|
H A D | lldbtest.py | 946 def setTearDownCleanup(self, dictionary=None): argument 951 def addTearDownCleanup(self, dictionary): argument 1426 dictionary=None, argument 1607 def cleanup(self, dictionary=None): argument
|
/openbsd-src/usr.bin/fgen/ |
H A D | fgen.l | 71 static struct fcode *dictionary = NULL; variable
|
/openbsd-src/sys/lib/libz/ |
H A D | inflate.c | 1364 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary, in inflateGetDictionary() argument 1384 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary() argument [all...] |
H A D | deflate.c | 546 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary() argument 612 deflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) deflateGetDictionary() argument [all...] |
/openbsd-src/lib/libz/ |
H A D | inflate.c | 1365 int ZEXPORT inflateGetDictionary(z_streamp strm, Bytef *dictionary, in inflateGetDictionary() argument 1385 int ZEXPORT inflateSetDictionary(z_streamp strm, const Bytef *dictionary, in inflateSetDictionary() argument [all...] |
H A D | deflate.c | 546 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary, in deflateSetDictionary() argument 612 deflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) deflateGetDictionary() argument [all...] |
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/ |
H A D | inflate.c | 1320 inflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) inflateGetDictionary() argument 1343 inflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) inflateSetDictionary() argument [all...] |
H A D | deflate.c | 413 deflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) deflateSetDictionary() argument 482 deflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) deflateGetDictionary() argument [all...] |
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/ |
H A D | OperatingSystemPython.cpp | 126 StructuredData::DictionarySP dictionary = in GetDynamicRegisterInfo() local
|
/openbsd-src/regress/lib/libz/ |
H A D | example.c | 34 static const char dictionary[] = "hello"; variable
|
/openbsd-src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/ |
H A D | Zlib.xs | 268 SV * dictionary ; global() member 1045 _deflateInit(flags,level,method,windowBits,memLevel,strategy,bufsize,dictionary) _deflateInit() argument [all...] |
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerPlatform.cpp | 500 auto dictionary = std::make_shared<StructuredData::Dictionary>(); in Handle_jSignalsInfo() local
|
/openbsd-src/gnu/usr.bin/perl/ |
H A D | regcomp.c | 160 struct dictionary{ struct 163 struct dictionary* next; argument
|
/openbsd-src/gnu/llvm/lldb/source/Plugins/StructuredData/DarwinLog/ |
H A D | StructuredDataDarwinLog.cpp | 1135 const StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in GetDescription() local
|
/openbsd-src/gnu/llvm/lldb/source/API/ |
H A D | SBDebugger.cpp | 180 auto dictionary = std::make_unique<StructuredData::Dictionary>(); in GetDiagnosticFromEvent() local
|
/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | RNBRemote.cpp | 586 RNBRemote::SendAsyncJSONPacket(const JSONGenerator::Dictionary &dictionary) { in SendAsyncJSONPacket()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | Process.cpp | 6012 StructuredData::Dictionary *dictionary = object_sp->GetAsDictionary(); in RouteAsyncStructuredData() local
|