Searched defs:getheader (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/pax/
H A Dformat.c613 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 Dpaxlib.h140 int (*getheader)(Pax_t*, Paxarchive_t*, Paxfile_t*); member in struct:Paxformat_s
/ast/src/lib/libvcodex/
H A Dvcsfio.c424 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 20 milliseconds