Home
last modified time | relevance | path

Searched refs:xwrite (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/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) { in l9p_socket_send_response()
342 xwrite(int fd, void *buf, size_t count) in xwrite() function
/freebsd-13.1/contrib/tcsh/
H A Dsh.print.c252 (void) xwrite(unit, "\n", 1); in flush()
256 if (xwrite(unit, linbuf, linp - linbuf) == -1) in flush()
H A Dsh.file.c189 (void) xwrite(SHOUT, "\r", 1); in back_to_col_1()
200 (void) xwrite(SHOUT, "\r", 1); in back_to_col_1()
415 (void) xwrite(SHOUT, "\007", 1); in beep()
419 (void) xwrite(SHOUT, &beep_ch, 1); in beep()
H A Dsh.dol.c1070 (void) xwrite(0, tmp, strlen (tmp)); in heredoc()
1129 (void) xwrite(0, tmp, strlen (tmp)); in heredoc()
1136 (void) xwrite(0, tmp, strlen (tmp)); in heredoc()
1145 (void) xwrite(0, tmp, strlen (tmp)); in heredoc()
H A Dtw.help.c145 (void) xwrite(SHOUT, buf, len); in do_help()
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) in xwrite() function
H A Dtc.func.c2008 res = xwrite(dest_fd, host, left);
H A Ded.chared.c3393 (void) xwrite(SHIN, "\n", 1); in e_stuff_char()
/freebsd-13.1/bin/sh/
H A Doutput.h80 int xwrite(int, const char *, int);
H A Doutput.c250 if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0) in flushout()
354 xwrite(int fd, const char *buf, int nbytes) in xwrite() function
H A Dredir.c297 xwrite(pip[1], p + written, len - written); in openhere()
/freebsd-13.1/contrib/netbsd-tests/fs/common/
H A Dfstest_puffs.c78 xwrite(int fd, const void *vp, size_t n) in xwrite() function
143 if (xwrite(comfd, buf, n) != n) { in readshovel()