Searched refs:Paxformat_t (Results 1 - 10 of 10) sorted by relevance
/ast/src/cmd/pax/ |
H A D | paxlib.h | 83 #ifndef Paxformat_t 84 struct Paxformat_s; typedef struct Paxformat_s Paxformat_t; typedef in typeref:struct:Paxformat_s 89 typedef Paxformat_t* (*Paxlib_f)(Pax_t*); 139 int (*getprologue)(Pax_t*, Paxformat_t*, Paxarchive_t*, Paxfile_t*, unsigned char*, size_t); 162 Paxformat_t* format; /* format */ 252 #define PAXLIB(f) extern Paxformat_t* pax_lib(Pax_t* pax) {return &pax_##f##_format;} \ 255 #define PAXLIB(f) extern Paxformat_t* pax_lib(pax) Pax_t* pax; {return &pax_##f##_format;} \ 265 extern Paxformat_t* pax_lib(Pax_t*);
|
H A D | pax.h | 644 #define Paxformat_t Format_t macro
|
/ast/src/cmd/paxlib/tp/ |
H A D | tp.c | 77 tp_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size) 189 Paxformat_t pax_tp_format =
|
/ast/src/cmd/paxlib/arj/ |
H A D | arj.c | 64 arj_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size) 245 Paxformat_t pax_arj_format =
|
/ast/src/cmd/paxlib/ico/ |
H A D | ico.c | 88 ico_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, register unsigned char* p, size_t size) 316 Paxformat_t pax_ico_format =
|
/ast/src/cmd/paxlib/lha/ |
H A D | lha.c | 66 lha_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size) 250 Paxformat_t pax_lha_format =
|
/ast/src/cmd/paxlib/rar/ |
H A D | rar.c | 61 rar_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size) 258 Paxformat_t pax_rar_format =
|
/ast/src/cmd/paxlib/zoo/ |
H A D | zoo.c | 65 zoo_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size) 305 Paxformat_t pax_zoo_format =
|
/ast/src/cmd/paxlib/zip/ |
H A D | zip.c | 121 zip_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size) 356 Paxformat_t pax_zip_format =
|
/ast/src/cmd/paxlib/calib/ |
H A D | calib.c | 278 calib_getprologue(Pax_t* pax, Paxformat_t* fp, register Paxarchive_t* ap, Paxfile_t* f, unsigned char* buf, size_t size) 955 Paxformat_t pax_calib_format =
|
Completed in 69 milliseconds