Searched refs:readbytes (Results 1 – 2 of 2) sorted by relevance
224 uint32_t readbytes; in main() local236 readbytes = read(tmpfiledescriptor, (void*) buf, XML_BUFSIZE); in main()238 if (readbytes >= 2 && readbytes < XML_BUFSIZE) { in main()240 dump_xml_fragment(buf, readbytes); in main()
811 unsigned long *readbytes, in ptp_read_func() argument909 if (readbytes) *readbytes = curread; in ptp_read_func()