| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_read_data_into_fd.c | 49 size_t nulls_size, const char *nulls, in pad_to() argument 68 bytes_written = write(fd, nulls, to_write); in pad_to() 90 char *nulls = NULL; in archive_read_data_into_fd() local 98 nulls = calloc(1, nulls_size); in archive_read_data_into_fd() 99 if (!nulls) { in archive_read_data_into_fd() 109 r = pad_to(a, fd, can_lseek, nulls_size, nulls, in archive_read_data_into_fd() 132 r2 = pad_to(a, fd, can_lseek, nulls_size, nulls, in archive_read_data_into_fd() 139 free(nulls); in archive_read_data_into_fd()
|
| H A D | archive_write_private.h | 84 const unsigned char *nulls; member
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
| H A D | test_read_position.c | 27 static unsigned char nulls[1000]; variable 75 assert(sizeof(nulls) + 512 + 1024 <= sizeof(buff)); in DEFINE_TEST() 92 == (size_t)archive_write_data(a, nulls, sizeof(nulls))); in DEFINE_TEST()
|
| H A D | test_write_format_pax.c | 37 char nulls[1024]; in DEFINE_TEST() local 100 memset(nulls, 0, sizeof(nulls)); in DEFINE_TEST() 103 assertEqualIntA(a, 1024, archive_write_data(a, nulls, 1024)); in DEFINE_TEST() 215 assertEqualIntA(a, 1024, archive_read_data(a, nulls, 1024)); in DEFINE_TEST() 217 assertEqualInt(0, nulls[j]); in DEFINE_TEST()
|
| H A D | test_archive_read_next_header_empty.c | 105 static char nulls[512]; variable 117 assertEqualInt(512, fwrite(nulls, 1, 512, f)); in DEFINE_TEST()
|
| /netbsd-src/external/ibm-public/postfix/dist/src/util/ |
| H A D | format_tv.in | 12 # One digit in. Must not produce spurious digits or trailing nulls. 47 # One digit in. Must not produce trailing nulls.
|
| H A D | format_tv.ref | 21 >> # One digit in. Must not produce spurious digits or trailing nulls. 82 >> # One digit in. Must not produce trailing nulls.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/fuzzer/ |
| H A D | llvm-dwarfdump-fuzzer.cpp | 38 DICtx->dump(nulls(), opts); in LLVMFuzzerTestOneInput()
|
| /netbsd-src/external/gpl2/dtc/dist/tests/ |
| H A D | type-preservation.dts | 18 a-string-with-nulls = "foo\0bar", "baz";
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | ExternalASTMerger.h | 198 bool LoggingEnabled() { return LogStream != &llvm::nulls(); } in LoggingEnabled()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/ |
| H A D | CodeRegionGenerator.cpp | 119 raw_ostream &OSRef = nulls(); in parseCodeRegions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/ |
| H A D | Disassembler.cpp | 46 S = DisAsm.getInstruction(Inst, Size, Data.slice(Index), Index, nulls()); in PrintInsts()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/ |
| H A D | Disassembler.cpp | 49 S = DisAsm.getInstruction(Inst, Size, Data.slice(Index), Index, nulls()); in PrintInsts()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 104 TextDiagnosticPrinter DiagnosticPrinter(llvm::nulls(), &*DiagOpts); in main()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | tplink | 14 # test for header padding with nulls
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
| H A D | ASN1_STRING_length.pod | 72 is null terminated or does not contain embedded nulls. The actual format
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
| H A D | ASN1_STRING_length.pod | 72 is null terminated or does not contain embedded nulls. The actual format
|
| /netbsd-src/bin/ksh/ |
| H A D | shf.c | 878 static char nulls[] = "(null %s)"; local 1198 s = nulls;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 578 raw_ostream &nulls();
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
| H A D | driver.cpp | 186 OS = &llvm::nulls(); in ApplyQAOverride()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 398 … llvm::ArrayRef<ImporterSource> Sources) : LogStream(&llvm::nulls()), Target(Target) { in ExternalASTMerger()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/ |
| H A D | Analysis.cpp | 109 if (!Disasm_->getInstruction(MI, MISize, Bytes, 0, nulls())) { in writeSnippet()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
| H A D | ProfiledBinary.cpp | 247 Offset + PreferredBaseAddress, nulls()); in dissassembleSymbol()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
| H A D | dsymutil.cpp | 405 raw_ostream &os = Verbose ? errs() : nulls(); in verify()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.cpp | 410 : nulls(); in dump()
|