RTEMS CPU Kit with SuperCore
Files | Macros | Functions
Untar Image

Files

file  untar.c
 Untar an ImageFIXME:
 

Macros

#define UNTAR_SUCCESSFUL   0
 
#define UNTAR_FAIL   1
 
#define UNTAR_INVALID_CHECKSUM   2
 
#define UNTAR_INVALID_HEADER   3
 

Functions

int Untar_FromMemory (void *tar_buf, size_t size)
 
int Untar_FromFile (const char *tar_name)
 
unsigned long _rtems_octal2ulong (const char *octascii, size_t len)
 
int _rtems_tar_header_checksum (const char *bufr)
 

Detailed Description