| /freebsd-12.1/contrib/libarchive/libarchive/ |
| H A D | archive_read_data_into_fd.c | 50 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 D | archive_write.c | 110 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 D | archive_write_private.h | 81 const unsigned char *nulls; member
|
| /freebsd-12.1/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_pax.c | 38 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 D | test_read_position.c | 28 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 D | test_archive_read_next_header_empty.c | 92 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 D | MCDisassembler.cpp | 22 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); in tryAddingSymbolicOperand() 31 raw_ostream &cStream = CommentStream ? *CommentStream : nulls(); in tryAddingPcLoadReferenceComment()
|
| H A D | Disassembler.cpp | 263 /*REMOVE*/ nulls(), Annotations); in LLVMDisasmInstruction()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-mc/ |
| H A D | Disassembler.cpp | 50 /*REMOVE*/ nulls(), nulls()); in PrintInsts()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | ExternalASTMerger.h | 171 bool LoggingEnabled() { return LogStream != &llvm::nulls(); } in LoggingEnabled()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS/ |
| H A D | EmulateInstructionMIPS.cpp | 998 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 D | tcpip.subr | 285 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 D | tplink | 12 # test for header padding with nulls
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | ASN1_STRING_length.pod | 72 is null terminated or does not contain embedded nulls. The actual format
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | raw_ostream.h | 475 raw_ostream &nulls();
|
| /freebsd-12.1/contrib/llvm/tools/opt/ |
| H A D | Debugify.cpp | 41 raw_ostream &dbg() { return Quiet ? nulls() : errs(); } in dbg()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/ |
| H A D | DisassemblerLLVMC.cpp | 1023 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 D | driver.cpp | 182 OS = &llvm::nulls(); in ApplyQAOverride()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldChecker.cpp | 675 Dis->getInstruction(Inst, Size, SectionBytes, 0, nulls(), nulls()); in decodeInst()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | ExternalASTMerger.cpp | 313 … llvm::ArrayRef<ImporterSource> Sources) : LogStream(&llvm::nulls()), Target(Target) { in ExternalASTMerger()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.cpp | 362 : nulls(); in dump()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 445 raw_ostream &stream = Quiet ? nulls() : OS; in verifyObjectFile()
|
| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | raw_ostream.cpp | 861 raw_ostream &llvm::nulls() { in nulls() function in llvm
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Instruction/MIPS64/ |
| H A D | EmulateInstructionMIPS64.cpp | 975 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 D | X86Disassembler.cpp | 222 if (&VStream == &nulls()) in getInstruction()
|