Searched refs:getheader (Results 1 - 8 of 8) sorted by relevance
/ast/src/cmd/pax/ |
H A D | paxlib.h | 140 int (*getheader)(Pax_t*, Paxarchive_t*, Paxfile_t*); member in struct:Paxformat_s
|
H A D | copy.c | 42 while (getheader(ap, f))
|
H A D | pax.h | 703 extern int getheader(Archive_t*, File_t*);
|
H A D | format.c | 613 getheader(register Archive_t* ap, register File_t* f) function 618 message((-6, "getheader()")); 644 if ((*ap->format->getheader)(&state, ap, f) <= 0)
|
H A D | misc.c | 249 if (!getheader(bp, &bp->file))
|
H A D | pax-slt.c | 433 if (getheader(ap, &v))
|
H A D | delta.c | 632 while (getheader(ip, f))
|
/ast/src/lib/libvcodex/ |
H A D | vcsfio.c | 424 static ssize_t getheader(Sfdc_t* sfdc, Sfio_t* f, int init, int identify) function 426 static ssize_t getheader(sfdc, f, init, identify) 696 if(getheader(sfdc, f, 0, 0) < 0 ) 1072 if(getheader(sfdc, sf, 1, !type) < 0 )
|
Completed in 29 milliseconds