| /freebsd-13.1/contrib/llvm-project/llvm/lib/BinaryFormat/ |
| H A D | MsgPackWriter.cpp | 25 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } in write() function in Writer 27 void Writer::write(int64_t i) { in write() function in Writer 39 EW.write(FirstByte::Int8); in write() 45 EW.write(FirstByte::Int16); in write() 56 EW.write(FirstByte::Int64); in write() 57 EW.write(i); in write() 85 EW.write(u); in write() 97 EW.write(d); in write() 154 EW.write(Size); in writeArraySize() 170 EW.write(Size); in writeMapSize() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/arc_summary/ |
| H A D | arc_summary2 | 348 sys.stdout.write("\n") 351 sys.stdout.write("ARC Misc:\n") 375 sys.stdout.write("\n") 433 sys.stdout.write("\n") 601 sys.stdout.write("\n") 614 sys.stdout.write("\n") 827 sys.stdout.write("\n") 866 sys.stdout.write("\n") 893 sys.stdout.write("\n") 966 sys.stdout.write("\n") [all …]
|
| /freebsd-13.1/sys/contrib/libsodium/packaging/dotnet-core/ |
| H A D | prepare.py | 68 f.write('\n') 72 f.write('\n') 92 f.write('\n') 96 f.write('\n') 128 f.write('\n') 132 f.write('\n') 152 f.write('\n') 156 f.write('\n') 203 f.write('\n') 208 f.write('\n') [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/dbufstat/ |
| H A D | dbufstat.in | 135 sys.stderr.write("\t") 137 sys.stderr.write(",\n\t") 140 sys.stderr.write(", ") 142 sys.stderr.write("%s" % key) 145 sys.stderr.write("\n\n") 149 sys.stderr.write("%s\n" % cmd) 163 sys.stderr.write("\n") 169 sys.stderr.write("%s\n" % cmd) 192 sys.stderr.write("\n") 233 sys.stdout.write("\n") [all …]
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/benchmarks/ |
| H A D | mop.cpp | 15 template<typename T, bool write> 30 if (write) { in thread() 46 template<typename T, bool write> 50 thread<T, write>(0); in test() 54 template<bool write> 57 case 1: return test<char, write>(); in testw() 58 case 2: return test<short, write>(); in testw() 59 case 4: return test<int, write>(); in testw() 66 bool write = true; in main() local 73 write = false; in main() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MachObjectWriter.cpp | 153 W.write<uint32_t>(Type); in writeHeader() 156 W.write<uint32_t>(Flags); in writeHeader() 205 W.write<uint32_t>(MaxProt); in writeSegmentLoadCommand() 207 W.write<uint32_t>(InitProt); in writeSegmentLoadCommand() 249 W.write<uint32_t>(Flags); in writeSection() 300 W.write<uint32_t>(0); // ntoc in writeDysymtabLoadCommand() 413 W.write<uint32_t>(Type); in writeLinkeditLoadCommand() 416 W.write<uint32_t>(DataSize); in writeLinkeditLoadCommand() 438 W.write<uint32_t>(Size); in writeLinkerOptionsLoadCommand() 991 W.write<uint32_t>(Start); in writeObject() [all …]
|
| H A D | XCOFFObjectWriter.cpp | 599 Strings.write(W.OS); in writeObject() 616 W.write(NameRef); in writeSymbolName() 636 W.write<uint16_t>(0); in writeSymbolTableEntryForCsectMemberLabel() 639 W.write<uint8_t>(1); in writeSymbolTableEntryForCsectMemberLabel() 644 W.write<uint32_t>(0); in writeSymbolTableEntryForCsectMemberLabel() 646 W.write<uint16_t>(0); in writeSymbolTableEntryForCsectMemberLabel() 652 W.write<uint32_t>(0); in writeSymbolTableEntryForCsectMemberLabel() 677 W.write<uint8_t>(1); in writeSymbolTableEntryForControlSection() 702 W.write<int32_t>(0); in writeFileHeader() 721 W.write(NameRef); in writeSectionHeaderTable() [all …]
|
| H A D | WinCOFFObjectWriter.cpp | 496 W.write<uint16_t>(0xFFFF); in WriteFileHeader() 498 W.write<uint16_t>(Header.Machine); in WriteFileHeader() 501 W.write<uint32_t>(0); in WriteFileHeader() 502 W.write<uint32_t>(0); in WriteFileHeader() 503 W.write<uint32_t>(0); in WriteFileHeader() 504 W.write<uint32_t>(0); in WriteFileHeader() 521 W.write<uint32_t>(S.Data.Value); in WriteSymbol() 526 W.write<uint16_t>(S.Data.Type); in WriteSymbol() 583 W.write<uint32_t>(S.VirtualSize); in writeSectionHeaders() 598 W.write<uint16_t>(R.Type); in WriteRelocation() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | EndianStream.h | 28 inline void write(raw_ostream &os, value_type value, endianness endian) { in write() function 30 os.write((const char *)&value, sizeof(value_type)); in write() 35 write(os, FloatToBits(value), endian); 39 inline void write<double>(raw_ostream &os, double value, 41 write(os, DoubleToBits(value), endian); 45 inline void write(raw_ostream &os, ArrayRef<value_type> vals, in write() function 48 write(os, v, endian); in write() 56 template <typename value_type> void write(ArrayRef<value_type> Val) { in write() function 57 endian::write(OS, Val, Endian); in write() 59 template <typename value_type> void write(value_type Val) { in write() function [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | XCOFFEmitter.cpp | 74 W.write(NameRef); in writeName() 188 W.write<int32_t>(Obj.Header.TimeStamp); in writeFileHeader() 196 W.write<uint16_t>(Obj.Header.Flags); in writeFileHeader() 220 W.write<int32_t>(YamlSec.Flags); in writeSectionHeader() 258 W.write<uint8_t>(YamlRel.Info); in writeRelocations() 259 W.write<uint8_t>(YamlRel.Type); in writeRelocations() 279 W.write<int32_t>(0); in writeSymbols() 284 W.write<uint32_t>(YamlSym.Value); in writeSymbols() 285 W.write<int16_t>( in writeSymbols() 287 W.write<uint16_t>(YamlSym.Type); in writeSymbols() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/XRay/ |
| H A D | FDRTraceWriter.cpp | 48 OS.write(FirstByte); in writeMetadata() 53 OS.write('\0'); in writeMetadata() 68 OS.write(H.Version); in FDRTraceWriter() 69 OS.write(H.Type); in FDRTraceWriter() 70 OS.write(BitField); in FDRTraceWriter() 71 OS.write(H.CycleFrequency); in FDRTraceWriter() 74 OS.write(FreeFormBytes); in FDRTraceWriter() 100 OS.write(Bytes); in visit() 109 OS.write(Bytes); in visit() 118 OS.write(Bytes); in visit() [all …]
|
| /freebsd-13.1/sbin/dhclient/ |
| H A D | errwarn.c | 79 write(2, mbuf, strlen(mbuf)); in error() 80 write(2, "\n", 1); in error() 112 write(2, mbuf, strlen(mbuf)); in warning() 113 write(2, "\n", 1); in warning() 138 write(2, mbuf, strlen(mbuf)); in note() 139 write(2, "\n", 1); in note() 164 write(2, mbuf, strlen(mbuf)); in debug() 165 write(2, "\n", 1); in debug() 231 write(2, "\n", 1); in parse_warn() 233 write(2, "\n", 1); in parse_warn() [all …]
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/arcstat/ |
| H A D | arcstat.in | 190 sys.stderr.write("%s\n" % cmd) 194 sys.stderr.write("\n") 200 sys.stderr.write("%s\n" % cmd) 205 sys.stderr.write("\t -x : Print extended stats\n") 211 sys.stderr.write("\nExamples:\n") 212 sys.stderr.write("\tarcstat -o /tmp/a.log 2 10\n") 214 sys.stderr.write("\tarcstat -v\n") 216 sys.stderr.write("\n") 277 sys.stdout.write("\n") 292 sys.stdout.write("\n") [all …]
|
| /freebsd-13.1/crypto/heimdal/lib/wind/ |
| H A D | gen-normalize.py | 68 normalize_h.file.write( 98 normalize_c.file.write( 116 normalize_c.file.write(" {0x%x, %u, %u}, /* %s */\n" 119 normalize_c.file.write( 124 normalize_c.file.write( 130 normalize_c.file.write(" 0x%x,\n" % v) 132 normalize_c.file.write("};\n\n"); 198 normalize_c.file.write(" {0x%x, %u, %u, %u},\n" % 201 normalize_c.file.write("};\n\n") 206 normalize_c.file.write(" %u,\n" % k) [all …]
|
| H A D | gen-bidi.py | 54 bidi_h.file.write( 71 bidi_c.file.write( 80 file.write("const struct range_entry %s[] = {\n" % variable) 87 file.write(" {0x%x, 0x%x},\n" % (start, end - start + 1)) 93 file.write(" {0x%x, 1},\n" % v) 95 file.write("};\n\n") 96 file.write("const size_t %s_size = %u;\n\n" % (variable, count))
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-converter.cpp | 100 Writer.write(FH.Version); in exportAsRAWv1() 101 Writer.write(FH.Type); in exportAsRAWv1() 107 Writer.write(Bitfield); in exportAsRAWv1() 112 Writer.write(Padding4B); in exportAsRAWv1() 113 Writer.write(Padding4B); in exportAsRAWv1() 114 Writer.write(Padding4B); in exportAsRAWv1() 115 Writer.write(Padding4B); in exportAsRAWv1() 142 Writer.write(R.FuncId); in exportAsRAWv1() 143 Writer.write(R.TSC); in exportAsRAWv1() 144 Writer.write(R.TId); in exportAsRAWv1() [all …]
|
| /freebsd-13.1/contrib/subversion/ |
| H A D | win-tests.py | 567 fp.write('</IfModule>\n') 573 fp.write('PidFile pid\n') 574 fp.write('ErrorLog log\n') 616 fp.write('SSLEngine on\n') 625 fp.write('H2Direct on\n') 631 fp.write('<Directory />\n') 632 fp.write('AllowOverride None\n') 633 fp.write('Options None\n') 634 fp.write('</Directory>\n\n') 680 fp.write('random: jrandom\n') [all …]
|
| /freebsd-13.1/usr.sbin/bsnmpd/bsnmpd/ |
| H A D | snmpd.config | 27 # string to enable write access. 28 write := "geheim" 82 # Set the read and write communities. 87 # the write community string enables both read and write access with that 94 # begemotSnmpdCommunityString.0.2 = $(write) 233 # vacmSecurityToGroupStatus.$(securityModelSNMPv2c).$(write) = 4 234 # vacmGroupName.$(securityModelSNMPv2c).$(write) = $(write) 238 # vacmGroupName.$(securityModelUSM).$(user1) = $(write) 240 # vacmGroupName.$(securityModelUSM).$(read) = $(write) 265 # Read-write access for SNMPv2 users [all …]
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libcurses/slave/ |
| H A D | commands.c | 123 if (write(slvpipe[WRITE_PIPE], &type, sizeof(int)) < 0) in report_type() 137 if (write(slvpipe[WRITE_PIPE], &type, sizeof(int)) < 0) in report_count() 140 if (write(slvpipe[WRITE_PIPE], &count, sizeof(int)) < 0) in report_count() 173 if (write(slvpipe[WRITE_PIPE], &type, sizeof(int)) < 0) in report_message() 176 if (write(slvpipe[WRITE_PIPE], &len, sizeof(int)) < 0) in report_message() 179 if (write(slvpipe[WRITE_PIPE], status, len) < 0) in report_message() 216 if (write(slvpipe[WRITE_PIPE], &type, sizeof(int)) < 0) in report_nstr() 220 if (write(slvpipe[WRITE_PIPE], &len, sizeof(int)) < 0) in report_nstr() 224 if (write(slvpipe[WRITE_PIPE], string, len) < 0) in report_nstr()
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/profile/ |
| H A D | InstrProfilingPlatformWindows.c | 29 #pragma section(".lprfd$A", read, write) 30 #pragma section(".lprfd$Z", read, write) 31 #pragma section(".lprfc$A", read, write) 32 #pragma section(".lprfc$Z", read, write) 33 #pragma section(".lorderfile$A", read, write) 34 #pragma section(".lprfnd$A", read, write) 35 #pragma section(".lprfnd$Z", read, write)
|
| /freebsd-13.1/contrib/netbsd-tests/lib/libc/string/ |
| H A D | t_strlen.c | 28 write(2, buf + i, sizeof buf - i); in write_num() 32 write(2, "overflow", 8); in write_num() 124 write(2, "alignment ", 10); in ATF_TC_BODY() 126 write(2, ", test ", 7); in ATF_TC_BODY() 128 write(2, ", got len ", 10); in ATF_TC_BODY() 130 write(2, ", not ", 6); in ATF_TC_BODY() 132 write(2, ", for '", 7); in ATF_TC_BODY() 133 write(2, tab[t].val, tab[t].len); in ATF_TC_BODY() 134 write(2, "'\n", 2); in ATF_TC_BODY()
|
| /freebsd-13.1/crypto/openssl/doc/man3/ |
| H A D | SSL_write.pod | 5 SSL_write_ex, SSL_write, SSL_sendfile - write bytes to a TLS/SSL connection 31 In the paragraphs below a "write function" is defined as one of either 37 the write function operation. The behaviour of the write functions depends on the 43 before the first call to a write function. 46 the write operation has been finished or an error occurred. 51 return value of the write function will yield B<SSL_ERROR_WANT_READ> 64 partial write has been successfully completed. In this case the write function 67 write is performed with the size of a message block, which is 16kB. 101 The write operation was successful, the return value is the number of 122 The write operation was successful, the return value is the number [all …]
|
| /freebsd-13.1/contrib/byacc/ |
| H A D | vmsbuild.com | 36 $ write sys$output "usage: " 37 $ write sys$output " $ @vmsbuild [BYACC [{decc | vaxc} [<bldtarget>]]]" 185 $ write test_script "$ temp = f$environment(""procedure"")" 186 $ write test_script "$ temp = temp -" 187 $ write test_script " - f$parse(temp,,,""version"",""syntax_only"") -" 188 $ write test_script " - f$parse(temp,,,""type"",""syntax_only"")" 189 $ write test_script "$ BYACC :== $ 'temp'.exe" 190 $ write test_script "$ define/user_mode sys$input sys$command" 191 $ write test_script "$ define/user_mode sys$output sys$command" 192 $ write test_script "$ BYACC 'p1 'p2 'p3 'p4 'p5 'p6 'p7 'p8" [all …]
|
| /freebsd-13.1/contrib/ntp/ntpd/ |
| H A D | refclock_arbiter.c | 22 #undef write 203 write(pp->io.fd, COMMAND_HALT_BCAST, 2); in arb_start() 288 write(pp->io.fd, "SR", 2); in arb_receive() 295 write(pp->io.fd, "LA", 2); in arb_receive() 302 write(pp->io.fd, "LO", 2); in arb_receive() 308 write(pp->io.fd, "LH", 2); in arb_receive() 314 write(pp->io.fd, "DB", 2); in arb_receive() 354 write(pp->io.fd, COMMAND_HALT_BCAST, 2); in arb_receive() 404 write(pp->io.fd, COMMAND_HALT_BCAST, 2); in arb_receive() 428 write(pp->io.fd, COMMAND_HALT_BCAST, 2); in arb_receive() [all …]
|
| /freebsd-13.1/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_util.c | 47 queue->write = 0; in vchiu_queue_init() 69 return queue->read == queue->write; in vchiu_queue_is_empty() 74 return queue->write == queue->read + queue->size; in vchiu_queue_is_full() 82 while (queue->write == queue->read + queue->size) { in vchiu_queue_push() 94 queue->storage[queue->write & (queue->size - 1)] = header; in vchiu_queue_push() 102 queue->write++; in vchiu_queue_push() 109 while (queue->write == queue->read) { in vchiu_queue_peek() 130 while (queue->write == queue->read) { in vchiu_queue_pop()
|