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

/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc121 xwrite(FILE *__file, const char* __s, std::streamsize __n) function in namespace:__anon1
123 xwrite(int __fd, const char* __s, std::streamsize __n)
181 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off);
347 return xwrite(this->file(), __s, __n);
349 return xwrite(this->fd(), __s, __n);
363 __ret = xwrite(this->file(), __s1, __n1);
365 __ret = xwrite(this->fd(), __s1, __n1);
370 __ret += xwrite(this->file(), __s2, __n2);
372 __ret += xwrite(this->fd(), __s2, __n2);
/netbsd-current/external/bsd/libfido2/dist/fuzz/
H A Dpcsc.c19 static int (*xwrite)(void *, const u_char *, size_t); variable
128 xwrite(ioh, pbSendBuffer, cbSendLength);
151 xwrite = write_f;
/netbsd-current/bin/sh/
H A Doutput.h92 int xwrite(int, char *, int);
H A Dmemalloc.c298 xwrite(herefd, stackblock(), len);
H A Doutput.c311 if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0)
604 xwrite(int fd, char *buf, int nbytes) function
H A Dredir.c466 xwrite(pip[1], redir->nhere.text, len);
479 xwrite(pip[1], redir->nhere.text, len);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/
H A Dbasic_file_stdio.cc114 xwrite(int __fd, const char* __s, std::streamsize __n) function in namespace:__anon3
167 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off);
325 { return xwrite(this->fd(), __s, __n); }
336 __ret = xwrite(this->fd(), __s1, __n1);
339 __ret += xwrite(this->fd(), __s2, __n2);
/netbsd-current/tests/fs/common/
H A Dfstest_puffs.c79 xwrite(int fd, const void *vp, size_t n) function
144 if (xwrite(comfd, buf, n) != n) {
/netbsd-current/bin/pax/
H A Dtables.c459 if (xwrite(ffd, arcn->name, namelen) == namelen) {
1190 if ((xwrite(dirfd, name, dblk.nlen) == dblk.nlen) &&
1191 (xwrite(dirfd, (char *)&dblk, sizeof(dblk)) == sizeof(dblk))) {
H A Dextern.h70 int xwrite(int, void *, int);
H A Dbuf_subs.c832 res = xwrite(fd2, buf, cnt);
H A Dar_io.c685 * xwrite()
693 xwrite(int fd, void *buf, int bsz) function
828 if ((res = xwrite(arfd, buf, bsz)) == bsz) {
H A Dfile_subs.c1060 } else if (xwrite(fd, st, wcnt) != wcnt) {
/netbsd-current/external/gpl3/gdb.old/dist/sim/common/
H A Dgenmloop.sh239 xwrite)
410 xread | xwrite)
1170 xread | xwrite)
1262 xread | xwrite)
/netbsd-current/external/gpl3/gdb/dist/sim/common/
H A Dgenmloop.sh241 xwrite)
417 xread | xwrite)
1177 xread | xwrite)
1269 xread | xwrite)

Completed in 245 milliseconds