| /third_party/f2fs-tools/fsck/ |
| H A D | quotaio_tree.c | 79 err = h->write(&h->qh_qf, blk << QT_BLKSIZE_BITS, buf, in write_blk() 82 log_err("Cannot write block (%u): %s", blk, strerror(errno)); in write_blk() 163 write_blk(h, blk, buf); /* No matter whether write succeeds in remove_free_dqentry() 313 log_err("Cannot write quota (id %u): %s", in dq_insert_tree() 333 log_err("Quota write failed (id %u): %s", in qtree_write_dquot() 349 ret = h->write(&h->qh_qf, dquot->dq_dqb.u.v2_mdqb.dqb_off, ddquot, in qtree_write_dquot() 353 log_err("Quota write failed (id %u): %s", in qtree_write_dquot() 395 /* This will also write data block */ in free_dqentry()
|
| /third_party/alsa-lib/src/pcm/ |
| H A D | pcm_plugin.c | 25 * License along with this library; if not, write to the Free Software 257 frames = plugin->write(pcm, areas, offset, frames, in snd_pcm_plugin_write_areas() 260 SNDMSG("write overflow %ld > %ld", slave_frames, in snd_pcm_plugin_write_areas() 423 frames = plugin->write(pcm, areas, appl_offset, frames, in snd_pcm_plugin_mmap_commit()
|
| /third_party/cups-filters/backend/ |
| H A D | serial.c | 661 if ((bytes = write(device_fd, print_ptr, print_bytes)) < 0) in main() 669 perror("DEBUG: Unable to write print data"); in main() 783 if ((bytes = write(device_fd, print_ptr, print_bytes)) < 0) in drain_output() 792 perror("ERROR: Unable to write print data"); in drain_output()
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
| H A D | dumpICUrules.bat | 356 # Open file, write UTF8 marker, close it, and reopen in text mode 358 binmode OUT; # Must do this so we can write our UTF8 marker
|
| /third_party/libunwind/libunwind/src/ia64/ |
| H A D | unwind_i.h | 265 unw_word_t *valp, int write); 267 unw_fpreg_t *valp, int write);
|
| /third_party/libwebsockets/lib/core-net/ |
| H A D | dummy-callback.c | 768 written = (int)write(args->stdwsi[LWS_STDIN]->desc.filefd, in lws_callback_http_dummy() 802 n = (int)write(n, args->data, (unsigned int)args->len); in lws_callback_http_dummy()
|
| /third_party/lame/misc/ |
| H A D | ath.c | 163 write ( fd, samples, bytes ); in play_soundcard() 166 return write ( k->fd, samples, bytes ) == bytes ? 0 : -1; in play_soundcard()
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_vs.cpp | 281 AluInstr::write); in emit_varying_param() 334 * We can only output 4D vectors with a write mask, e.g. we can in emit_stream() 621 AluInstr::write); in do_store_output()
|
| /third_party/mesa3d/src/gallium/drivers/vc4/ |
| H A D | vc4_qir.c | 392 qir_print_reg(struct vc4_compile *c, struct qreg reg, bool write) in qir_print_reg() argument 430 if (write) { in qir_print_reg() 607 /* Updates inst to write to a new temporary, emits it, and notes the def. */
|
| /third_party/node/lib/ |
| H A D | child_process.js | 922 process.stderr.write(ret.stderr); 960 process.stderr.write(ret.stderr);
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
| H A D | ghashv8-armx.S | 101 vst1.64 {q0},[r0] @ write out Xi 235 vst1.64 {q0},[r0] @ write out Xi
|
| /third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
| H A D | ghashv8-armx.S | 101 vst1.64 {q0},[r0] @ write out Xi 235 vst1.64 {q0},[r0] @ write out Xi
|
| /third_party/node/deps/v8/third_party/zlib/ |
| H A D | gzwrite.c | 58 /* initialize write buffer if compressing */ 67 /* Compress whatever is at avail_in and next_in and write to the output file. 71 reset to start a new gzip stream. If gz->direct is true, then simply write 85 /* write directly if requested */ 89 writ = write(state->fd, strm->next_in, put); 103 /* write out current buffer contents if full, or if flushing, but if 104 doing Z_FINISH then don't write until we get to Z_STREAM_END */ 110 writ = write(state->fd, state->x.next, put); 143 /* Compress len zeros to output. Return -1 on a write error or memory 269 /* write le [all...] |
| /third_party/node/deps/zlib/ |
| H A D | gzwrite.c | 50 /* initialize write buffer if compressing */ in gz_init() 59 /* Compress whatever is at avail_in and next_in and write to the output file. 63 reset to start a new gzip stream. If gz->direct is true, then simply write 74 /* write directly if requested */ in gz_comp() 78 writ = write(state->fd, strm->next_in, put); in gz_comp() 91 /* don't start a new gzip member unless there is data to write */ in gz_comp() 101 /* write out current buffer contents if full, or if flushing, but if in gz_comp() 102 doing Z_FINISH then don't write until we get to Z_STREAM_END */ in gz_comp() 108 writ = write(state->fd, state->x.next, put); in gz_comp() 141 /* Compress len zeros to output. Return -1 on a write erro [all...] |
| /third_party/nghttp2/src/ |
| H A D | template.h | 363 return o.write(s.c_str(), s.size()); 509 return o.write(s.c_str(), s.size());
|
| H A D | memchunk.h | 628 size_t write(const void *src, size_t count) { in write() function 634 size_t write(size_t count) { in write() function
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | intel_dump_gpu.c | 334 bool write = !capture_only || (obj->flags & EXEC_OBJECT_CAPTURE); in dump_execbuffer2() local 336 if (write && bo->dirty) { in dump_execbuffer2()
|
| /third_party/node/deps/icu-small/source/tools/genrb/ |
| H A D | genrb.cpp | 107 UOPTION_DEF("write-xliff", 'x', UOPT_OPTIONAL_ARG), 183 "without --write-java\n", in main() 223 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n" in main() 225 "\t --java-package For --write-java: package name for writing the ListResourceBundle,\n" in main() 228 "\t-b or --bundle-name For --write-java: root resource bundle name for writing the ListResourceBundle,\n" in main() 230 "\t-x or --write-xliff write an XLIFF file for the resource bundle. Followed by\n" in main() 243 "\t --formatVersion write a .res file compatible with the requested formatVersion (single digit);\n" in main() 246 "\t --writePoolBundle [directory] write in main() [all...] |
| /third_party/icu/icu4c/source/tools/makeconv/ |
| H A D | makeconv.cpp | 90 * Set up the UNewData and write the converter.. 152 /* Now, write the table */ in writeConverterData() 154 size += data->cnvData->write(data->cnvData, &data->staticData, mem, tableType); in writeConverterData() 157 size += data->extData->write(data->extData, &data->staticData, mem, tableType); in writeConverterData() 217 printf("makeconv version %u.%u, ICU tool to read .ucm codepage mapping files and write .cnv files\n", in main() 235 "\tread .ucm codepage mapping files and write .cnv files\n" in main()
|
| /third_party/icu/icu4c/source/tools/genrb/ |
| H A D | genrb.cpp | 107 UOPTION_DEF("write-xliff", 'x', UOPT_OPTIONAL_ARG), 183 "without --write-java\n", in main() 223 "\t-j or --write-java write a Java ListResourceBundle for ICU4J, followed by optional encoding\n" in main() 225 "\t --java-package For --write-java: package name for writing the ListResourceBundle,\n" in main() 228 "\t-b or --bundle-name For --write-java: root resource bundle name for writing the ListResourceBundle,\n" in main() 230 "\t-x or --write-xliff write an XLIFF file for the resource bundle. Followed by\n" in main() 243 "\t --formatVersion write a .res file compatible with the requested formatVersion (single digit);\n" in main() 246 "\t --writePoolBundle [directory] write in main() [all...] |
| /third_party/ltp/testcases/kernel/security/tomoyo/ |
| H A D | tomoyo_new_file_test.c | 13 /* along with this program; if not, write to the Free Software */ 138 policy = "allow_read/write /proc/sys/net/ipv4/ip_local_port_range"; in stage_file_test() 160 if (write(pipe_fd[1], &errno, sizeof(errno)) == -1) in stage_file_test() 161 err(1, "write"); in stage_file_test() 177 if (write(pipe_fd[1], &errno, sizeof(errno)) == -1) in stage_file_test() 178 err(1, "write"); in stage_file_test() 262 policy = "allow_read/write /tmp/fifo"; in stage_file_test() 299 policy = "allow_read/write /dev/null"; in stage_file_test() 550 policy = "allow_read/write /tmp/rewrite_test"; in stage_file_test() 594 policy = "allow_read/write /tm in stage_file_test() [all...] |
| /third_party/ltp/testcases/kernel/mce-test/tools/ |
| H A D | page-types.c | 14 * your Linux system; if not, write to the Free Software Foundation, Inc., 59 492 len = write(hwpoison_inject_fd, buf, len); in hwpoison_page() 506 len = write(hwpoison_forget_fd, buf, len); in unpoison_page()
|
| /third_party/ltp/testcases/kernel/mem/mmapstress/ |
| H A D | mmapstress10.c | 16 * along with this program; if not, write to the Free Software 78 * to write at a time (i.e. between sleeps). 101 #define MAXLOOPS 500 /* max pages for map children to write */ 102 #define GROWSIZE 20 /* # bytes to write per write call */ 221 (void)fprintf(stderr, "error: negative write " 364 if ((c = write(fd, (char *)buf, write_cnt)) != write_cnt) { 366 perror("write error"); 368 (void)fprintf(stderr, "write: wrote %d of %d " 400 * write t [all...] |
| /third_party/littlefs/scripts/ |
| H A D | structs.py | 186 sys.stdout.write(line) 227 sys.stdout.write(line) 508 # write results to CSV
|
| /third_party/lwip/src/include/lwip/ |
| H A D | sockets.h | 564 #define lwip_write write 687 #define write(s,dataptr,len) lwip_write(s,dataptr,len) macro
|