Lines Matching refs:Write
575 #define Write(buf, size, count) fake_write(buffer, offset, (size_t) limit, (char *) buf, (size_t) c… macro
583 #define WRITE_STRING(str) (Write(str, sizeof(char), strlen(str) + 1) == strlen(str) + 1)
659 ((value) % 2 != 0 && Write(&zero, sizeof(char), 1) != 1)
803 if (Write(buf, 12, 1) != 1 in _nc_write_object()
804 || Write(namelist, sizeof(char), namelen) != namelen) { in _nc_write_object()
815 if (Write(buf, sizeof(char), boolmax) != boolmax) { in _nc_write_object()
827 if (Write(buf, numlen, nummax) != nummax) { in _nc_write_object()
835 if (Write(buf, SIZEOF_SHORT, strmax) != strmax) { in _nc_write_object()
889 if (Write(buf, 10, 1) != 1) { in _nc_write_object()
895 && Write(tp->Booleans + BOOLCOUNT, sizeof(char), in _nc_write_object()
907 if (Write(buf, numlen, tp->ext_Numbers) != tp->ext_Numbers) { in _nc_write_object()
918 if (Write(buf, SIZEOF_SHORT, strmax) != strmax) { in _nc_write_object()