Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/kgzip/
H A Dxio.c62 xwrite(ido, buf, n); in xcopy()
81 xwrite(id, buf, n); in xzero()
105 xwrite(const struct iodesc * id, const void *buf, size_t nbyte) in xwrite() function
H A Dkgzcmp.c89 xwrite(&ido, &ahdr1, sizeof(ahdr1)); in kgzcmp()
92 xwrite(&ido, &ahdr0, sizeof(ahdr0)); in kgzcmp()
99 xwrite(&ido, &ehdr, sizeof(ehdr)); in kgzcmp()
107 xwrite(&ido, &khle, sizeof(khle)); in kgzcmp()
H A Dkgzip.h52 void xwrite(const struct iodesc *, const void *, size_t);
/freebsd-12.1/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.cc116 xwrite(int __fd, const char* __s, std::streamsize __n) in xwrite() function
169 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off); in xwritev()
299 { return xwrite(this->fd(), __s, __n); } in xsputn()
310 __ret = xwrite(this->fd(), __s1, __n1); in xsputn_2()
313 __ret += xwrite(this->fd(), __s2, __n2); in xsputn_2()
/freebsd-12.1/contrib/tcsh/
H A Dsh.print.c256 (void) xwrite(unit, "\n", 1); in flush()
260 if (xwrite(unit, linbuf, linp - linbuf) == -1) in flush()
H A Dsh.file.c192 (void) xwrite(SHOUT, "\r", 1); in back_to_col_1()
203 (void) xwrite(SHOUT, "\r", 1); in back_to_col_1()
418 (void) xwrite(SHOUT, "\007", 1); in beep()
422 (void) xwrite(SHOUT, &beep_ch, 1); in beep()
H A Dsh.dol.c1045 (void) xwrite(0, tmp, strlen (tmp)); in heredoc()
1104 (void) xwrite(0, tmp, strlen (tmp)); in heredoc()
1111 (void) xwrite(0, tmp, strlen (tmp)); in heredoc()
1120 (void) xwrite(0, tmp, strlen (tmp)); in heredoc()
H A Dtw.help.c149 (void) xwrite(SHOUT, buf, len); in do_help()
H A Dsh.decls.h302 extern ssize_t xwrite (int, const void *, size_t);
H A Dsh.misc.c683 xwrite(int fildes, const void *buf, size_t nbyte) in xwrite() function
H A Dtc.func.c2005 res = xwrite(dest_fd, host, left);
H A Ded.chared.c3398 (void) xwrite(SHIN, "\n", 1); in e_stuff_char()
/freebsd-12.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-12.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()
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20045219 (__gnu_internal::xwrite): Minor tweaks.
5306 (__basic_file<char>::xwrite): Move to __gnu_internal and make
5310 * config/io/basic_file_stdio.h (__basic_file<char>::xwrite):
5328 * config/io/basic_file_stdio.h (__basic_file<char>::xwrite):
5330 * config/io/basic_file_stdio.cc (__basic_file<char>::xwrite):