Searched refs:writeall (Results 1 – 18 of 18) sorted by relevance
/third_party/toybox/toys/posix/ |
D | tee.c | 66 if(len != writeall(fdl ? fdl->fd : 1, toybuf, len)) toys.exitval=1; in tee_main()
|
D | tar.c | 371 if (st->st_size%512) writeall(TT.fd, toybuf, (512-(st->st_size%512))); in add_to_tar() 440 if (j != writeall(fd, toybuf+512, j)) goto error; in sendfile_sparse() 938 writeall(TT.fd, toybuf, 1024); in tar_main()
|
D | sed.c | 212 if (TT.noeol && !writeall(TT.fdout, "\n", 1)) return 1; in emit() 216 l = writeall(TT.fdout, line, len); in emit()
|
/third_party/toybox/toys/other/ |
D | shred.c | 95 if (throw != writeall(fd, toybuf, throw)) perror_msg_raw(*try);
|
/third_party/toybox/toys/pending/ |
D | telnetd.c | 192 writeall((toys.optflags & FLAG_i)?1:sockfd, intial_iacs, sizeof(intial_iacs)); in new_session() 282 count = writeall(fd, arr, sizeof(arr)); in dup_iacs() 292 count = writeall(fd, start, c); in dup_iacs()
|
D | tftpd.c | 215 int nw = writeall(fd, &rpkt[4], len-4); in do_action()
|
D | getty.c | 309 writeall(STDOUT_FILENO,TT.init_str,strlen(TT.init_str)); in getty_main()
|
D | dd.c | 111 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()
|
/third_party/toybox/toys/lsb/ |
D | gzip.c | 82 if (len != writeall(out_fd, toybuf, len)) break;
|
/third_party/python/Lib/test/ |
D | test_ossaudiodev.py | 179 self.assertRaises(ValueError, dsp.writeall, b'x')
|
/third_party/python/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
|
/third_party/toybox/lib/ |
D | xwrap.c | 500 if (len != writeall(fd, buf, len)) perror_exit("xwrite"); in xwrite() 823 if (writeall(out, libbuf, len) != len) return -1; in sendfile_len()
|
D | lib.c | 125 ssize_t writeall(int fd, void *buf, size_t len) in writeall() function 849 writeall(toys.signalfd, &c, 1); in generic_signal()
|
D | lib.h | 203 ssize_t writeall(int fd, void *buf, size_t len);
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 204 ssize_t writeall(int fd, void *buf, size_t len);
|