Searched refs:rmtread (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Drmt.h70 #define rmtread(fd, buffer, length) \ macro
/macosx-10.10.1/gnutar-453/gnutar/src/
H A Dbuffer.c731 while ((status = rmtread (archive, more, left)) == SAFE_READ_ERROR)
1200 while ((status = rmtread (archive, record_start->buffer, record_size))
1530 status = rmtread (archive, record_start->buffer, record_size);
1592 status = rmtread (archive, record_start->buffer, record_size);
1602 subsequent call to rmtread will overwrite the chunk of data
H A Dsystem.c178 while ((r = rmtread (archive, record_start->buffer, record_size)) != 0
564 status = rmtread (archive, record_start->buffer, record_size);

Completed in 175 milliseconds