Searched refs:write (Results 1 - 25 of 2808) sorted by relevance

1234567891011>>

/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Dwrite-to-stdout-and-stderr.py6 sys.stdout.write("a line on stdout\n")
9 sys.stderr.write("a line on stderr\n")
H A Dwrite-to-stderr.py6 sys.stderr.write("a line on stderr\n")
/netbsd-current/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
H A DMsgPackWriter.cpp23 void Writer::writeNil() { EW.write(FirstByte::Nil); }
25 void Writer::write(bool b) { EW.write(b ? FirstByte::True : FirstByte::False); } function in class:Writer
27 void Writer::write(int64_t i) { function in class:Writer
29 write(static_cast<uint64_t>(i));
34 EW.write(static_cast<int8_t>(i));
39 EW.write(FirstByte::Int8);
40 EW.write(static_cast<int8_t>(i));
45 EW.write(FirstByte::Int16);
46 EW.write(static_cas
60 void Writer::write(uint64_t u) { function in class:Writer
88 void Writer::write(double d) { function in class:Writer
101 void Writer::write(StringRef s) { function in class:Writer
121 void Writer::write(MemoryBufferRef Buffer) { function in class:Writer
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dmsdos.c4 write(1, msg, sizeof(msg));
/netbsd-current/external/gpl3/binutils/dist/libiberty/
H A Dmsdos.c4 write(1, msg, sizeof(msg));
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dmsdos.c4 write(1, msg, sizeof(msg));
/netbsd-current/tests/lib/csu/
H A Dh_initfini1.cxx7 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
H A Dh_initfini_common.cxx14 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
18 write(STDOUT_FILENO, msg2, sizeof(msg2) - 1);
26 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
30 write(STDOUT_FILENO, msg2, sizeof(msg2) - 1);
H A Dh_initfini3.cxx14 write(STDOUT_FILENO, msg1, sizeof(msg1) - 1);
18 write(STDOUT_FILENO, msg2, sizeof(msg2) - 1);
20 write(STDOUT_FILENO, msg3, sizeof(msg3) - 1);
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dmsdos.c4 write(1, msg, sizeof(msg));
/netbsd-current/external/gpl3/binutils.old/dist/libiberty/
H A Dmsdos.c4 write(1, msg, sizeof(msg));
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dmsdos.c4 write(1, msg, sizeof(msg));
/netbsd-current/external/mit/libuv/dist/docs/code/multi-echo-server/
H A Dhammer.js4 var write = function(socket) { function
5 socket.write(PHRASE, 'utf8');
15 write(socket);
17 write(socket);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/riscv/
H A Dpriv-reg-fail-read-only-02.s1 # CSRRW and CSRRWI always write CSR
2 # CSRRS, CSRRC, CSRRSI and CSRRCI write CSR when rs isn't zero.
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DMsgPackWriter.h20 /// MPWriter.write(false);
21 /// MPWriter.write("string");
45 /// When in \p Compatible mode, the writer will write \c Str16 formats
46 /// instead of \c Str8 formats, and will refuse to write any \c Bin formats.
49 /// \param Compatible when set, write in "Compatibility Mode".
63 void write(bool b);
70 void write(int64_t i);
75 void write(uint64_t u);
80 void write(double d);
85 void write(StringRe
[all...]
/netbsd-current/external/ibm-public/postfix/dist/src/util/
H A Ddict_utf8_test.in14 }' | ${VALGRIND} ./dict_open internal:whatever write utf8_request
/netbsd-current/tests/lib/csu/dso/
H A Dh_initfini3_dso.cxx14 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
18 write(STDOUT_FILENO, msg2, sizeof(msg2) - 1);
26 write(STDOUT_FILENO, msg, sizeof(msg) - 1);
30 write(STDOUT_FILENO, msg2, sizeof(msg2) - 1);
/netbsd-current/external/cddl/osnet/sys/kern/
H A Dzone.c51 zone_dataset_visible(const char *dataset, int *write) argument
56 if (write != NULL)
57 *write = 1;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DEndianStream.h27 inline void write(raw_ostream &os, value_type value, endianness endian) { function in namespace:llvm::support::endian
29 os.write((const char *)&value, sizeof(value_type));
33 inline void write<float>(raw_ostream &os, float value, endianness endian) { function in namespace:llvm::support::endian
34 write(os, FloatToBits(value), endian);
38 inline void write<double>(raw_ostream &os, double value, function in namespace:llvm::support::endian
40 write(os, DoubleToBits(value), endian);
44 inline void write(raw_ostream &os, ArrayRef<value_type> vals, function in namespace:llvm::support::endian
47 write(os, v, endian);
50 /// Adapter to write values to a stream in a particular byte order.
55 template <typename value_type> void write(ArrayRe function in struct:llvm::support::endian::Writer
58 template <typename value_type> void write(value_type Val) { function in struct:llvm::support::endian::Writer
[all...]
/netbsd-current/external/bsd/openldap/dist/tests/data/regressions/its4184/
H A Dslapd.conf19 #access to * by * write
23 by self write
24 by group="cn=A Group,ou=Groups,dc=example,dc=com" write
25 by group="cn=Another Group,ou=Groups,dc=example,dc=com" write
29 by self write
30 by group="cn=Another Group,ou=Groups,dc=example,dc=com" write
/netbsd-current/games/hunt/hunt/
H A Dconnect.c55 (void) write(huntsocket, &uid, sizeof(uid));
57 (void) write(huntsocket, name, namelen);
58 (void) write(huntsocket, &team, 1);
59 (void) write(huntsocket, &wire_status, sizeof(wire_status));
61 (void) write(huntsocket, Buf, WIRE_NAMELEN);
74 (void) write(huntsocket, &mode, sizeof mode);
/netbsd-current/external/apache2/llvm/dist/clang/utils/CIndex/
H A Dcompletion_logger_server.py33 f.write("{ ");
34 f.write("\"time\": \"{0}\"".format(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S')))
35 f.write(", \"sender\": \"{0}\" ".format(addr[0]))
36 f.write(", \"data\": ")
37 f.write(data)
38 f.write(" }\n")
/netbsd-current/usr.bin/nc/
H A Datomicio.h37 #define vwrite (ssize_t (*)(int, void *, size_t))write
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/fake-externals/
H A Dfake_external.py5 sys.stderr.write("error: external '{}' command called unexpectedly\n"
/netbsd-current/external/apache2/llvm/dist/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/
H A Dwrite-bad-encoding.py5 getattr(sys.stdout, "buffer", sys.stdout).write(b"a line with bad encoding: \xc2.")

Completed in 223 milliseconds

1234567891011>>