|
tarfix
1.0
About: Tools for processing damaged tar archive files
Fossies Dox: tarfix-1.0.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include <stdio.h>
Go to the source code of this file.
Data Structures | |
| struct | matches |
Macros | |
| #define | NAMSIZ 100 |
Functions | |
| int | istar (char *block) |
| main () | |
| char * | readblock (int desc) |
Variables | |
| struct matches | matches [] |
| char | buf [10240] |
| int | bad |
| int | nleft = 0 |
| int | whichnow |
| int istar | ( | char * | block) |
Definition at line 21 of file tarl.c.
References matches::offset.
| main | ( | ) |
Definition at line 37 of file tarl.c.
References bad, istar(), readblock(), and readblock().
| char* readblock | ( | int | desc) |