Home
last modified time | relevance | path

Searched refs:nulls (Results 1 – 25 of 59) sorted by relevance

123

/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_data_into_fd.c49 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 Darchive_write_private.h84 const unsigned char *nulls; member
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/
H A Dtest_read_position.c27 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 Dtest_write_format_pax.c37 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 Dtest_archive_read_next_header_empty.c105 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 Dformat_tv.in12 # One digit in. Must not produce spurious digits or trailing nulls.
47 # One digit in. Must not produce trailing nulls.
H A Dformat_tv.ref21 >> # 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 Dllvm-dwarfdump-fuzzer.cpp38 DICtx->dump(nulls(), opts); in LLVMFuzzerTestOneInput()
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dtype-preservation.dts18 a-string-with-nulls = "foo\0bar", "baz";
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTMerger.h198 bool LoggingEnabled() { return LogStream != &llvm::nulls(); } in LoggingEnabled()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp119 raw_ostream &OSRef = nulls(); in parseCodeRegions()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ml/
H A DDisassembler.cpp46 S = DisAsm.getInstruction(Inst, Size, Data.slice(Index), Index, nulls()); in PrintInsts()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mc/
H A DDisassembler.cpp49 S = DisAsm.getInstruction(Inst, Size, Data.slice(Index), Index, nulls()); in PrintInsts()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp104 TextDiagnosticPrinter DiagnosticPrinter(llvm::nulls(), &*DiagOpts); in main()
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dtplink14 # test for header padding with nulls
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DASN1_STRING_length.pod72 is null terminated or does not contain embedded nulls. The actual format
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DASN1_STRING_length.pod72 is null terminated or does not contain embedded nulls. The actual format
/netbsd-src/bin/ksh/
H A Dshf.c878 static char nulls[] = "(null %s)"; local
1198 s = nulls;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A Draw_ostream.h578 raw_ostream &nulls();
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Ddriver.cpp186 OS = &llvm::nulls(); in ApplyQAOverride()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExternalASTMerger.cpp398 … llvm::ArrayRef<ImporterSource> Sources) : LogStream(&llvm::nulls()), Target(Target) { in ExternalASTMerger()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
H A DAnalysis.cpp109 if (!Disasm_->getInstruction(MI, MISize, Bytes, 0, nulls())) { in writeSnippet()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp247 Offset + PreferredBaseAddress, nulls()); in dissassembleSymbol()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A Ddsymutil.cpp405 raw_ostream &os = Verbose ? errs() : nulls(); in verify()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp410 : nulls(); in dump()

123