/external/toybox/toys/other/ |
D | shuf.c | 58 writeall(1, TT.lines[ll], strlen(TT.lines[ll])+FLAG(z)); in shuf_main() 60 else if (!FLAG(z)) writeall(1, "\n", 1); in shuf_main()
|
D | ascii.c | 52 writeall(1, toybuf, s-toybuf); in codepoint() 84 writeall(1, toybuf, s-toybuf); in ascii_main()
|
D | shred.c | 94 if (throw != writeall(fd, toybuf, throw)) perror_msg_raw(*try);
|
D | nbd_server.c | 36 if (!rc && try != writeall(to, toybuf, try)) rc = errno; in copy_loop()
|
D | timeout.c | 99 writeall(1, toybuf, ii); in timeout_main()
|
/external/toybox/toys/posix/ |
D | tee.c | 64 if (len != writeall(fdl->fd, toybuf, len)) toys.exitval = 1; in tee_main()
|
D | time.c | 57 writeall(2, toybuf, idx); in time_main()
|
D | sed.c | 180 if (TT.noeol && !writeall(TT.fdout, &TT.delim, 1)) return 1; in emit() 183 l = writeall(TT.fdout, line, len); in emit() 660 writeall(TT.fdout, TT.tarxform, TT.tarxlen); in sed_line()
|
D | tar.c | 506 if (st->st_size%512) writeall(TT.fd, toybuf, (512-(st->st_size%512))); in add_to_tar() 585 if (j != writeall(fd, toybuf+512, j)) goto error; in sendfile_sparse() 1161 writeall(TT.fd, toybuf, 1024); in tar_main()
|
/external/toybox/toys/pending/ |
D | telnetd.c | 160 writeall(FLAG(i)?1:sockfd, intial_iacs, sizeof(intial_iacs)); in new_session() 251 count = writeall(fd, arr, sizeof(arr)); in dup_iacs() 261 count = writeall(fd, start, c); in dup_iacs()
|
D | tftpd.c | 230 int nw = writeall(fd, &rpkt[4], len-4); in do_action()
|
D | dd.c | 91 ssize_t nw = writeall(TT.out.fd, TT.out.bp, ((all)? TT.out.count : TT.out.sz)); in write_out()
|
D | tftp.c | 362 if (writeall(fd, packet + TFTP_DATAHEADERSIZE, ndatabytes) < 0){ in file_get()
|
D | dhcpd.c | 1207 writeall(fd, ×tamp, sizeof(timestamp)); in write_leasefile() 1215 writeall(fd, dls, sizeof(dyn_lease)); in write_leasefile() 1244 writeall(fd, ×tamp, sizeof(timestamp)); in write_lease6file() 1252 writeall(fd, dls6, sizeof(dyn_lease6)); in write_lease6file()
|
D | crond.c | 94 writeall((loglevel > 8) ? 2 : 1, smsg, used); in loginfo()
|
D | sh.c | 2589 if (len != writeall(from, ss, len)) bad++; in expand_redir() 2605 x = writeall(from, ss, len = strlen(ss)); in expand_redir() 3539 writeall(2, toybuf, len); in do_prompt()
|
/external/toybox/toys/lsb/ |
D | gzip.c | 85 if (len != writeall(out_fd, toybuf, len)) break;
|
/external/python/cpython3/Lib/test/ |
D | test_ossaudiodev.py | 180 self.assertRaises(ValueError, dsp.writeall, b'x')
|
/external/python/cpython2/Doc/library/ |
D | ossaudiodev.rst | 154 ---see :meth:`writeall`. 157 .. method:: oss_audio_device.writeall(data) 162 mode (the default), this has the same effect as :meth:`write`; :meth:`writeall`
|
/external/python/cpython3/Doc/library/ |
D | ossaudiodev.rst | 156 data may not be written---see :meth:`writeall`. 162 .. method:: oss_audio_device.writeall(data) 168 :meth:`write`; :meth:`writeall` is only useful in non-blocking mode. Has
|
/external/toybox/lib/ |
D | xwrap.c | 393 if (to_stdin && *to_stdin) writeall(*pipe, to_stdin, strlen(to_stdin)); in xrunread() 553 if (len != writeall(fd, buf, len)) perror_exit("xwrite"); in xwrite()
|
D | lib.c | 125 ssize_t writeall(int fd, void *buf, size_t len) in writeall() function 898 writeall(toys.signalfd, &c, 1); in generic_signal()
|
D | portability.c | 649 if (ww && writeall(out, libbuf, len) != len) return -1; in sendfile_len()
|
D | lib.h | 197 ssize_t writeall(int fd, void *buf, size_t len);
|
/external/ms-tpm-20-ref/TPMCmd/tpm/include/ |
D | TpmTypes.h | 2300 writeall, writedefine, write_stclear, globallock, \ argument 2306 writeall, writedefine, write_stclear, globallock, \ 2341 writeall, writedefine, write_stclear, globallock, \ argument 2349 (writelocked << 11) + (writeall << 12) + \
|