| /third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/ |
| H A D | 14-1.c | 11 * 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 D | 2-1.c | 168 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 D | 6-1.c | 14 * 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 D | vk_physical_device_features.py | 235 f.write(TEMPLATE_C.render(**environment))
|
| /third_party/mesa3d/src/util/ |
| H A D | driconf_static.py | 232 f.write(Template(template, output_encoding='utf-8').render(driconf=DriConf(xml)))
|
| /third_party/musl/libc-test/src/functional/ |
| H A D | fopencookie_test.c | 107 cookie_io_functions_t ioFunc = {.read = mread, .write = mwrite, .seek = mseek, .close = mclose};
in main()
|
| H A D | fwscanf.c | 22 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 D | futimesat.c | 42 write(fd, "helloworld", 5); in futimesat_0100()
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| H A D | readlinkat.c | 35 ssize_t bytes = write(fd, buf, sizeof(buf)); in create_file()
|
| /third_party/node/deps/openssl/openssl/crypto/bio/ |
| H A D | bio_local.h | 109 int ibuf_off; /* write/read offset */ 112 int obuf_off; /* write/read offset */ 187 # define UP_write write
|
| /third_party/libabigail/src/ |
| H A D | abg-viz-dot.cc | 32 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 D | main.rs | 117 Output::File(path) => fs::write(path, content)?, in try_main()
|
| /third_party/rust/crates/cxx/gen/src/ |
| H A D | include.rs | 62 pub(super) fn write(out: &mut OutFile) {
|
| /third_party/rust/crates/cxx/gen/cmd/src/gen/ |
| H A D | include.rs | 62 pub(super) fn write(out: &mut OutFile) {
|
| /third_party/rust/crates/cxx/gen/build/src/syntax/ |
| H A D | namespace.rs | 88 write!(f, "{}$", segment)?; in fmt()
|
| /third_party/rust/crates/cxx/gen/lib/src/syntax/ |
| H A D | namespace.rs | 88 write!(f, "{}$", segment)?; in fmt()
|
| /third_party/rust/crates/cxx/macro/src/syntax/ |
| H A D | namespace.rs | 88 write!(f, "{}$", segment)?; in fmt()
|
| /third_party/rust/crates/clap/tests/builder/ |
| H A D | utils.rs | 31 write!(&mut buf, "{err}").unwrap(); in assert_output()
|
| /third_party/rust/crates/cxx/macro/src/ |
| H A D | load.rs | 7 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 D | abitype.py | 202 sys.stdout.write(v)
|
| H A D | generate_re_casefix.py | 17 fobj.write(content)
|
| H A D | parse_html5_entities.py | 96 f2.write(line)
|
| H A D | smelly.py | 48 sys.stdout.write(proc.stdout)
|
| /third_party/python/Tools/ssl/ |
| H A D | make_ssl_data.py | 130 args.output.write(line + "\n")
|
| /third_party/rust/crates/cxx/gen/build/src/gen/ |
| H A D | include.rs | 62 pub(super) fn write(out: &mut OutFile) {
|