| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/io/ |
| H A D | basic_file_stdio.cc | 121 xwrite(FILE *__file, const char* __s, std::streamsize __n) in xwrite() function 123 xwrite(int __fd, const char* __s, std::streamsize __n) in xwrite() 181 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off); in xwritev() 347 return xwrite(this->file(), __s, __n); in xsputn() 349 return xwrite(this->fd(), __s, __n); in xsputn() 363 __ret = xwrite(this->file(), __s1, __n1); in xsputn_2() 365 __ret = xwrite(this->fd(), __s1, __n1); in xsputn_2() 370 __ret += xwrite(this->file(), __s2, __n2); in xsputn_2() 372 __ret += xwrite(this->fd(), __s2, __n2); in xsputn_2()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/ |
| H A D | basic_file_stdio.cc | 114 xwrite(int __fd, const char* __s, std::streamsize __n) in xwrite() function 167 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off); in xwritev() 325 { return xwrite(this->fd(), __s, __n); } in xsputn() 336 __ret = xwrite(this->fd(), __s1, __n1); in xsputn_2() 339 __ret += xwrite(this->fd(), __s2, __n2); in xsputn_2()
|
| /netbsd-src/external/bsd/libfido2/dist/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()
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/ |
| H A D | stdio.diff | 86 - xwrite(2, sb, stringbuf - sb); 112 - xwrite(2, sb, stringbuf - sb); 208 - xwrite(ofd, outbuf, obufp); 371 - xwrite(ofd, ic->buffer, strlen((char *)ic->buffer)); 392 - xwrite(ofd, sb, stringbuf - sb);
|
| /netbsd-src/bin/sh/ |
| H A D | output.h | 92 int xwrite(int, char *, int);
|
| H A D | memalloc.c | 298 xwrite(herefd, stackblock(), len); in growstackstr()
|
| /netbsd-src/tests/fs/common/ |
| H A D | fstest_puffs.c | 79 xwrite(int fd, const void *vp, size_t n) in xwrite() function 144 if (xwrite(comfd, buf, n) != n) { in readshovel()
|
| /netbsd-src/bin/pax/ |
| H A D | tables.c | 459 if (xwrite(ffd, arcn->name, namelen) == namelen) { in chk_ftime() 1190 if ((xwrite(dirfd, name, dblk.nlen) == dblk.nlen) && in add_dir() 1191 (xwrite(dirfd, (char *)&dblk, sizeof(dblk)) == sizeof(dblk))) { in add_dir()
|
| H A D | extern.h | 70 int xwrite(int, void *, int);
|
| H A D | ar_io.c | 693 xwrite(int fd, void *buf, int bsz) in xwrite() function 828 if ((res = xwrite(arfd, buf, bsz)) == bsz) { in ar_write()
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
| H A D | ChangeLog-2004 | 5221 (__gnu_internal::xwrite): Minor tweaks. 5308 (__basic_file<char>::xwrite): Move to __gnu_internal and make 5312 * config/io/basic_file_stdio.h (__basic_file<char>::xwrite): 5330 * config/io/basic_file_stdio.h (__basic_file<char>::xwrite): 5332 * config/io/basic_file_stdio.cc (__basic_file<char>::xwrite):
|
| H A D | ChangeLog | 18 * config/io/basic_file_stdio.cc (xwrite) [USE_STDIO_PURE]: Fix
|