Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_read_data_into_fd.c50 size_t nulls_size, const char *nulls, in pad_to() argument
69 bytes_written = write(fd, nulls, to_write); in pad_to()
91 char *nulls = NULL; in archive_read_data_into_fd() local
99 nulls = calloc(1, nulls_size); in archive_read_data_into_fd()
105 r = pad_to(a, fd, can_lseek, nulls_size, nulls, in archive_read_data_into_fd()
128 r2 = pad_to(a, fd, can_lseek, nulls_size, nulls, in archive_read_data_into_fd()
135 free(nulls); in archive_read_data_into_fd()
H A Darchive_write.c110 unsigned char *nulls; in archive_write_new() local
128 nulls = (unsigned char *)calloc(1, a->null_length); in archive_write_new()
129 if (nulls == NULL) { in archive_write_new()
133 a->nulls = nulls; in archive_write_new()
280 int r = __archive_write_output(a, a->nulls, to_write); in __archive_write_nulls()
597 free((void *)(uintptr_t)(const void *)a->nulls); in _archive_write_free()
H A Darchive_write_private.h81 const unsigned char *nulls; member
/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_write_format_pax.c38 char nulls[1024]; in DEFINE_TEST() local
101 memset(nulls, 0, sizeof(nulls)); in DEFINE_TEST()
104 assertEqualIntA(a, 1024, archive_write_data(a, nulls, 1024)); in DEFINE_TEST()
194 assertEqualIntA(a, 1024, archive_read_data(a, nulls, 1024)); in DEFINE_TEST()
196 assertEqualInt(0, nulls[j]); in DEFINE_TEST()
H A Dtest_read_position.c28 static unsigned char nulls[1000]; variable
76 assert(sizeof(nulls) + 512 + 1024 <= sizeof(buff)); in DEFINE_TEST()
93 == (size_t)archive_write_data(a, nulls, sizeof(nulls))); in DEFINE_TEST()
H A Dtest_archive_read_next_header_empty.c92 static char nulls[512]; variable
104 assertEqualInt(512, fwrite(nulls, 1, 512, f)); in DEFINE_TEST()
/freebsd-12.1/contrib/llvm/lib/MC/MCDisassembler/
H A DMCDisassembler.cpp22 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); in tryAddingSymbolicOperand()
31 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); in tryAddingPcLoadReferenceComment()
H A DDisassembler.cpp263 /*REMOVE*/ nulls(), Annotations); in LLVMDisasmInstruction()
/freebsd-12.1/contrib/llvm/tools/llvm-mc/
H A DDisassembler.cpp50 /*REMOVE*/ nulls(), nulls()); in PrintInsts()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTMerger.h171 bool LoggingEnabled() { return LogStream != &llvm::nulls(); } in LoggingEnabled()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp998 inst_addr, llvm::nulls(), llvm::nulls()); in GetSizeOfInstruction()
1002 llvm::nulls(), llvm::nulls()); in GetSizeOfInstruction()
1086 mc_insn, insn_size, raw_insn, m_addr, llvm::nulls(), llvm::nulls()); in EvaluateInstruction()
1089 mc_insn, insn_size, raw_insn, m_addr, llvm::nulls(), llvm::nulls()); in EvaluateInstruction()
/freebsd-12.1/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr285 local nulls=0 nsegments=$# contains_ipv4_segment=
299 nulls=$(( $nulls + 1 ))
300 if [ $nulls -eq 3 ]; then
301 # Only valid syntax for 3 nulls is `::'
303 elif [ $nulls -eq 2 ]; then
335 if [ $nulls -eq 0 ]; then
352 if [ $nulls -eq 1 ]; then
368 case $nulls in
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dtplink12 # test for header padding with nulls
/freebsd-12.1/crypto/openssl/doc/man3/
H A DASN1_STRING_length.pod72 is null terminated or does not contain embedded nulls. The actual format
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A Draw_ostream.h475 raw_ostream &nulls();
/freebsd-12.1/contrib/llvm/tools/opt/
H A DDebugify.cpp41 raw_ostream &dbg() { return Quiet ? nulls() : errs(); } in dbg()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp1023 llvm::nulls(), llvm::nulls()); in GetMCInst()
1039 m_instr_printer_up->setCommentStream(llvm::nulls()); in PrintMCInst()
/freebsd-12.1/contrib/llvm/tools/clang/tools/driver/
H A Ddriver.cpp182 OS = &llvm::nulls(); in ApplyQAOverride()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldChecker.cpp675 Dis->getInstruction(Inst, Size, SectionBytes, 0, nulls(), nulls()); in decodeInst()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTMerger.cpp313 … llvm::ArrayRef<ImporterSource> Sources) : LogStream(&llvm::nulls()), Target(Target) { in ExternalASTMerger()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp362 : nulls(); in dump()
/freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp445 raw_ostream &stream = Quiet ? nulls() : OS; in verifyObjectFile()
/freebsd-12.1/contrib/llvm/lib/Support/
H A Draw_ostream.cpp861 raw_ostream &llvm::nulls() { in nulls() function in llvm
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp975 mc_insn, insn_size, raw_insn, m_addr, llvm::nulls(), llvm::nulls()); in EvaluateInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp222 if (&VStream == &nulls()) in getInstruction()

123