| /openbsd-src/libexec/login_token/ |
| H A D | token.c | 258 TOKEN_CBlock nulls; in tokenuserinit() local 318 memset(&nulls, 0, sizeof(nulls)); in tokenuserinit() 319 DES_ecb_encrypt(&nulls.cb, &checksum.cb, &key_schedule, DES_ENCRYPT); in tokenuserinit()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/fuzzer/ |
| H A D | llvm-dwarfdump-fuzzer.cpp | 38 DICtx->dump(nulls(), opts); in LLVMFuzzerTestOneInput()
|
| /openbsd-src/gnu/llvm/lld/Common/ |
| H A D | ErrorHandler.cpp | 80 return llvm::nulls(); in outs() 86 return llvm::nulls(); in errs()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Archive-Tar/lib/Archive/ |
| H A D | Tar.pm | 405 { my $nulls = join '', "\0" x 12; 406 unless( $nulls eq substr( $chunk, 500, 12 ) ) { 522 ### count number of nulls 523 my $nulls = $$data =~ tr/\0/\0/; 526 $entry->size( $entry->size - $nulls );
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | ExternalASTMerger.h | 198 bool LoggingEnabled() { return LogStream != &llvm::nulls(); } in LoggingEnabled()
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 100 TextDiagnosticPrinter DiagnosticPrinter(llvm::nulls(), &*DiagOpts); in main()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-ml/ |
| H A D | Disassembler.cpp | 46 S = DisAsm.getInstruction(Inst, Size, Data.slice(Index), Index, nulls()); in PrintInsts()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 77 raw_ostream &OSRef = nulls(); in parseCodeRegions()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mc/ |
| H A D | Disassembler.cpp | 49 S = DisAsm.getInstruction(Inst, Size, Data.slice(Index), Index, nulls()); in PrintInsts()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Data-Dumper/ |
| H A D | Changes | 319 by the presence of nulls in the string. Fix suggested by 390 - Fixed Dumpxs. It was appending trailing nulls to globnames. 399 - Embedded nulls in keys are now handled properly by Dumpxs.
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/strict/ |
| H A D | vars | 535 # [perl #112316] strict vars getting confused by nulls 544 # [perl #112316] strict vars getting confused by nulls 553 # [perl #112316] strict vars getting confused by nulls
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 976 mc_insn, next_inst_size, raw_insn, inst_addr, llvm::nulls()); in GetSizeOfInstruction() 979 inst_addr, llvm::nulls()); in GetSizeOfInstruction() 1064 m_addr, llvm::nulls()); in EvaluateInstruction() 1067 m_addr, llvm::nulls()); in EvaluateInstruction()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 603 raw_ostream &nulls();
|
| /openbsd-src/gnu/llvm/clang/tools/driver/ |
| H A D | driver.cpp | 188 OS = &llvm::nulls(); in ApplyQAOverride()
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 398 … llvm::ArrayRef<ImporterSource> Sources) : LogStream(&llvm::nulls()), Target(Target) { in ExternalASTMerger()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | Analysis.cpp | 110 if (!Disasm_->getInstruction(MI, MISize, Bytes, 0, nulls())) { in writeSnippet()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfutil/ |
| H A D | llvm-dwarfutil.cpp | 199 if (!DICtx->verify(Opts.Verbose ? outs() : nulls(), in verifyOutput()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.cpp | 412 : nulls(); in dump()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Disassembler/LLVMC/ |
| H A D | DisassemblerLLVMC.cpp | 1323 llvm::nulls()); in GetMCInst() 1339 m_instr_printer_up->setCommentStream(llvm::nulls()); in PrintMCInst()
|
| /openbsd-src/gnu/llvm/llvm/tools/dsymutil/ |
| H A D | dsymutil.cpp | 476 raw_ostream &os = Verbose ? errs() : nulls(); in verifyOutput()
|
| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 913 raw_ostream &llvm::nulls() { in nulls() function in llvm
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 639 raw_ostream &stream = Quiet ? nulls() : OS; in verifyObjectFile()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 696 Dis->getInstruction(Inst, Size, SymbolBytes, 0, nulls()); in decodeInst()
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | macintosh | 103 # the nulls in 0, 74, and 82 as the magic number.
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | Debugify.cpp | 58 raw_ostream &dbg() { return Quiet ? nulls() : errs(); } in dbg()
|