Home
last modified time | relevance | path

Searched refs:write (Results 2126 - 2150 of 3634) sorted by relevance

1...<<81828384858687888990>>...146

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D14-1.c11 * in the interval between a write reference to the
15 * as a result of a write reference, then these fields shall be marked
16 * for update at some time after the write reference.
58 printf("Time before write(): %ld\n", time(NULL)); in main()
59 if (write(fd, data, size) != size) { in main()
60 printf("Error at write(): %s\n", strerror(errno)); in main()
73 printf("Time before write reference: %ld\n", time(NULL)); in main()
74 /* Before write reference */ in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
H A D2-1.c168 bytes = write(write_pipe, &send, 1); in send_receive()
170 perror(ERROR_PREFIX "write fd[1]"); in send_receive()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_exit/
H A D6-1.c14 * with this program; if not, write the Free Software Foundation, Inc.,
228 if (write(fd, tmp, sz) != (ssize_t) sz) { in main()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_physical_device_features.py235 f.write(TEMPLATE_C.render(**environment))
/third_party/mesa3d/src/util/
H A Ddriconf_static.py232 f.write(Template(template, output_encoding='utf-8').render(driconf=DriConf(xml)))
/third_party/musl/libc-test/src/functional/
H A Dfopencookie_test.c107 cookie_io_functions_t ioFunc = {.read = mread, .write = mwrite, .seek = mseek, .close = mclose}; in main()
H A Dfwscanf.c22 if (write(fileno(f), data, n) != n) { in writetemp()
23 t_error("write: %s\n", strerror(errno)); in writetemp()
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dfutimesat.c42 write(fd, "helloworld", 5); in futimesat_0100()
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dreadlinkat.c35 ssize_t bytes = write(fd, buf, sizeof(buf)); in create_file()
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_local.h109 int ibuf_off; /* write/read offset */
112 int obuf_off; /* write/read offset */
187 # define UP_write write
/third_party/libabigail/src/
H A Dabg-viz-dot.cc32 dot::write() in write() function in abigail::dot
39 throw std::runtime_error("abigail::dot::write fail"); in write()
/third_party/rust/crates/cxx/gen/cmd/src/
H A Dmain.rs117 Output::File(path) => fs::write(path, content)?, in try_main()
/third_party/rust/crates/cxx/gen/src/
H A Dinclude.rs62 pub(super) fn write(out: &mut OutFile) {
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dinclude.rs62 pub(super) fn write(out: &mut OutFile) {
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dnamespace.rs88 write!(f, "{}$", segment)?; in fmt()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dnamespace.rs88 write!(f, "{}$", segment)?; in fmt()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dnamespace.rs88 write!(f, "{}$", segment)?; in fmt()
/third_party/rust/crates/clap/tests/builder/
H A Dutils.rs31 write!(&mut buf, "{err}").unwrap(); in assert_output()
/third_party/rust/crates/cxx/macro/src/
H A Dload.rs7 use flate2::write::GzDecoder;
313 write!(formatter, "{}::", namespace)?; in fmt()
315 write!(formatter, "{}", self.0.cxx) in fmt()
/third_party/python/Tools/scripts/
H A Dabitype.py202 sys.stdout.write(v)
H A Dgenerate_re_casefix.py17 fobj.write(content)
H A Dparse_html5_entities.py96 f2.write(line)
H A Dsmelly.py48 sys.stdout.write(proc.stdout)
/third_party/python/Tools/ssl/
H A Dmake_ssl_data.py130 args.output.write(line + "\n")
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dinclude.rs62 pub(super) fn write(out: &mut OutFile) {

Completed in 9 milliseconds

1...<<81828384858687888990>>...146