Query: tar_block_read
OS: centos
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
tar_block_read(3) C Library Calls tar_block_read(3)NAMEtar_block_read, tar_block_write - macros to call read and write functions for the correct tar archive typeSYNOPSIS#include <libtar.h> int tar_block_read(TAR *t, char *buf); int tar_block_write(TAR *t, char *buf);VERSIONThis man page documents version 1.2 of libtar.DESCRIPTIONThe tar_block_read() and tar_block_write() macros call the read and write functions for the tar archive type associated with the TAR handle t. This type is set when the TAR handle is created using tar_open().RETURN VALUEThese macros return the same values as the corresponding read and write functions.SEE ALSOread(2), write(2), tar_open(3) University of Illinois Jan 2001 tar_block_read(3)
Related Man Pages |
---|
th_get_crc(3) - centos |
th_get_mode(3) - centos |
th_get_pathname(3) - centos |
th_get_size(3) - centos |
th_ischr(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Is UNIX an open source OS ? |
Best performance UNIX just for HOST Virtualization? |
Tar Command |
CentOS 6 ran out of space, need to reclaim it |
Controlling user input |