/freebsd/contrib/libfido2/fuzz/ |
H A D | pcsc.c | 19 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 D | socket.c | 67 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 D | sh.print.c | 252 (void) xwrite(unit, "\n", 1); in flush() 256 if (xwrite(unit, linbuf, linp - linbuf) == -1) in flush()
|
H A D | sh.file.c | 189 (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 D | sh.dol.c | 1070 (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 D | tw.help.c | 145 (void) xwrite(SHOUT, buf, len); in do_help()
|
H A D | sh.decls.h | 301 extern ssize_t xwrite (int, const void *, size_t);
|
H A D | sh.misc.c | 712 xwrite(int fildes, const void *buf, size_t nbyte) in xwrite() function
|
H A D | tc.func.c | 2008 res = xwrite(dest_fd, host, left);
|
H A D | ed.chared.c | 3393 (void) xwrite(SHIN, "\n", 1); in e_stuff_char()
|
/freebsd/bin/sh/ |
H A D | output.h | 77 int xwrite(int, const char *, int);
|
H A D | output.c | 242 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 D | redir.c | 289 xwrite(pip[1], p + written, len - written); in openhere()
|
/freebsd/contrib/netbsd-tests/fs/common/ |
H A D | fstest_puffs.c | 78 xwrite(int fd, const void *vp, size_t n) in xwrite() function 143 if (xwrite(comfd, buf, n) != n) { in readshovel()
|