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

/freebsd-13-stable/bin/sh/
H A Doutput.h80 int xwrite(int, const char *, int);
H A Dredir.c297 xwrite(pip[1], p + written, len - written);
/freebsd-13-stable/contrib/tcsh/
H A Dsh.print.c252 (void) xwrite(unit, "\n", 1);
256 if (xwrite(unit, linbuf, linp - linbuf) == -1)
H A Dtw.help.c145 (void) xwrite(SHOUT, buf, len);
H A Dsh.file.c189 (void) xwrite(SHOUT, "\r", 1);
200 (void) xwrite(SHOUT, "\r", 1);
415 (void) xwrite(SHOUT, "\007", 1);
419 (void) xwrite(SHOUT, &beep_ch, 1);
H A Dsh.decls.h301 extern ssize_t xwrite (int, const void *, size_t);
H A Dsh.misc.c712 xwrite(int fildes, const void *buf, size_t nbyte) function
H A Ded.chared.c3393 (void) xwrite(SHIN, "\n", 1);
/freebsd-13-stable/contrib/lib9p/transport/
H A Dsocket.c67 static ssize_t xwrite(int, void *, size_t);
299 if (xwrite(sc->ls_fd, iov[0].iov_base, iolen) != (int)iolen) {
342 xwrite(int fd, void *buf, size_t count) function
/freebsd-13-stable/contrib/netbsd-tests/fs/common/
H A Dfstest_puffs.c78 xwrite(int fd, const void *vp, size_t n) function
143 if (xwrite(comfd, buf, n) != n) {

Completed in 104 milliseconds