| /third_party/musl/libc-test/src/functional/ |
| 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) {
|
| /third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
| H A D | namespace.rs | 88 write!(f, "{}$", segment)?; in fmt()
|
| /third_party/python/Lib/encodings/ |
| H A D | rot_13.py | 109 outfile.write(codecs.encode(infile.read(), 'rot-13'))
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_build_scripts.py | 76 f.write(text)
|
| /third_party/python/Lib/distutils/ |
| H A D | config.py | 47 f.write(DEFAULT_PYPIRC % (username, password))
|
| /third_party/python/Lib/json/ |
| H A D | __init__.py | 124 ``.write()``-supporting file-like object). 180 fp.write(chunk)
|
| /third_party/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
|