Searched defs:xwrite (Results 1 - 1 of 1) sorted by relevance

/external/toybox/lib/
H A Dxwrap.c307 // There's no xwriteall(), just xwrite(). When we read, there may or may not
311 void xwrite(int fd, void *buf, size_t len) function
313 if (len != writeall(fd, buf, len)) perror_exit("xwrite");
608 xwrite(fd, spid, sprintf(spid, "%ld\n", (long)getpid()));
622 xwrite(out, libbuf, len);

Completed in 236 milliseconds