HomeSort by: relevance | last modified time | path
    Searched defs:xwrite (Results 1 - 6 of 6) sorted by relevancy

  /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.c 311 if (xwrite(dest->fd, dest->buf, dest->nextc - dest->buf) < 0)
604 xwrite(int fd, char *buf, int nbytes) function
  /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/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/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/bin/pax/
ar_io.c 685 * xwrite()
693 xwrite(int fd, void *buf, int bsz) function
828 if ((res = xwrite(arfd, buf, bsz)) == bsz) {

Completed in 17 milliseconds