Searched refs:__wrote (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/libstdcxx-60/src/
H A Dstreambuf.cc52 const streamsize __wrote = __sbout->sputn(__sbin->gptr(), __n); local
53 __sbin->gbump(__wrote);
54 __ret += __wrote;
55 if (__wrote < __n)
92 const streamsize __wrote = __sbout->sputn(__sbin->gptr(), __n); local
93 __sbin->gbump(__wrote);
94 __ret += __wrote;
95 if (__wrote < __n)
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dargp-fmtstream.h227 size_t __wrote = __argp_fmtstream_write (__fs, __str, __len);
228 return __wrote == __len ? 0 : -1;
224 size_t __wrote = __argp_fmtstream_write (__fs, __str, __len); local

Completed in 120 milliseconds