Home
last modified time | relevance | path

Searched refs:writeall (Results 1 – 18 of 18) sorted by relevance

/third_party/toybox/toys/posix/
Dtee.c66 if(len != writeall(fdl ? fdl->fd : 1, toybuf, len)) toys.exitval=1; in tee_main()
Dtar.c371 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()
Dsed.c212 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/
Dshred.c95 if (throw != writeall(fd, toybuf, throw)) perror_msg_raw(*try);
/third_party/toybox/toys/pending/
Dtelnetd.c192 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()
Dtftpd.c215 int nw = writeall(fd, &rpkt[4], len-4); in do_action()
Dgetty.c309 writeall(STDOUT_FILENO,TT.init_str,strlen(TT.init_str)); in getty_main()
Ddd.c111 ssize_t nw = writeall(TT.out.fd, TT.out.bp, ((all)? TT.out.count : TT.out.sz)); in write_out()
Dtftp.c362 if (writeall(fd, packet + TFTP_DATAHEADERSIZE, ndatabytes) < 0){ in file_get()
Ddhcpd.c1207 writeall(fd, &timestamp, sizeof(timestamp)); in write_leasefile()
1215 writeall(fd, dls, sizeof(dyn_lease)); in write_leasefile()
1244 writeall(fd, &timestamp, sizeof(timestamp)); in write_lease6file()
1252 writeall(fd, dls6, sizeof(dyn_lease6)); in write_lease6file()
Dcrond.c94 writeall((loglevel > 8) ? 2 : 1, smsg, used); in loginfo()
/third_party/toybox/toys/lsb/
Dgzip.c82 if (len != writeall(out_fd, toybuf, len)) break;
/third_party/python/Lib/test/
Dtest_ossaudiodev.py179 self.assertRaises(ValueError, dsp.writeall, b'x')
/third_party/python/Doc/library/
Dossaudiodev.rst156 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/
Dxwrap.c500 if (len != writeall(fd, buf, len)) perror_exit("xwrite"); in xwrite()
823 if (writeall(out, libbuf, len) != len) return -1; in sendfile_len()
Dlib.c125 ssize_t writeall(int fd, void *buf, size_t len) in writeall() function
849 writeall(toys.signalfd, &c, 1); in generic_signal()
Dlib.h203 ssize_t writeall(int fd, void *buf, size_t len);
/third_party/toybox/porting/liteos_a/lib/
Dlib.h204 ssize_t writeall(int fd, void *buf, size_t len);