| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/ |
| basic_file_stdio.cc | 121 xwrite(FILE *__file, const char* __s, std::streamsize __n) function in namespace:__anon17044 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);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/io/ |
| basic_file_stdio.cc | 127 xwrite(FILE *__file, const char* __s, std::streamsize __n) function in namespace:__anon14646 129 xwrite(int __fd, const char* __s, std::streamsize __n) 188 __nleft -= xwrite(__fd, __s2 + __off, __n2 - __off); 352 return xwrite(this->file(), __s, __n); 354 return xwrite(this->fd(), __s, __n); 368 __ret = xwrite(this->file(), __s1, __n1); 370 __ret = xwrite(this->fd(), __s1, __n1); 375 __ret += xwrite(this->file(), __s2, __n2); 377 __ret += xwrite(this->fd(), __s2, __n2);
|
| /src/external/bsd/libfido2/dist/fuzz/ |
| pcsc.c | 19 static int (*xwrite)(void *, const u_char *, size_t); variable 128 xwrite(ioh, pbSendBuffer, cbSendLength); 151 xwrite = write_f;
|
| /src/bin/sh/ |
| output.h | 92 int xwrite(int, char *, int);
|
| output.c | 311 if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0) 604 xwrite(int fd, char *buf, int nbytes) function
|
| redir.c | 522 xwrite(pip[1], redir->nhere.text, len); 535 xwrite(pip[1], redir->nhere.text, len);
|
| /src/tests/fs/common/ |
| fstest_puffs.c | 79 xwrite(int fd, const void *vp, size_t n) function 144 if (xwrite(comfd, buf, n) != n) {
|
| /src/bin/pax/ |
| tables.c | 459 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))) {
|
| extern.h | 70 int xwrite(int, void *, int);
|
| buf_subs.c | 832 res = xwrite(fd2, buf, cnt);
|
| ar_io.c | 685 * xwrite() 693 xwrite(int fd, void *buf, int bsz) function 828 if ((res = xwrite(arfd, buf, bsz)) == bsz) {
|
| file_subs.c | 1060 } else if (xwrite(fd, st, wcnt) != wcnt) {
|
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| genmloop.sh | 254 xwrite) 432 xread | xwrite) 1211 xread | xwrite) 1305 xread | xwrite)
|
| /src/external/gpl3/gdb/dist/sim/common/ |
| genmloop.sh | 254 xwrite) 432 xread | xwrite) 1211 xread | xwrite) 1305 xread | xwrite)
|