Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/fuzz/
H A Dpcsc.c19 static int (*xwrite)(void *, const u_char *, size_t); variable
128 xwrite(ioh, pbSendBuffer, cbSendLength); in __wrap_SCardTransmit()
151 xwrite = write_f; in set_pcsc_io_functions()
/freebsd/contrib/lib9p/transport/
H A Dsocket.c67 static ssize_t xwrite(int, void *, size_t);
297 if (xwrite(sc->ls_fd, iov[0].iov_base, iolen) != (int)iolen) { in l9p_socket_send_response()
340 xwrite(int fd, void *buf, size_t count) in xwrite() function
/freebsd/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/bin/sh/
H A Doutput.h77 int xwrite(int, const char *, int);
H A Doutput.c242 if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0) in flushout()
346 xwrite(int fd, const char *buf, int nbytes) in xwrite() function
H A Dredir.c289 xwrite(pip[1], p + written, len - written); in openhere()
/freebsd/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()