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

/ast/src/cmd/pax/
H A Dformat.c313 if (putheader(ap, f))
726 putheader(register Archive_t* ap, register File_t* f) function
730 message((-6, "putheader()"));
738 if ((n = (*ap->format->putheader)(&state, ap, f)) < 0)
755 if ((n = (*ap->format->putheader)(&state, ap, f)) <= 0)
H A Dpaxlib.h145 int (*putheader)(Pax_t*, Paxarchive_t*, Paxfile_t*); member in struct:Paxformat_s
/ast/src/lib/libvcodex/
H A Dvcsfio.c229 static int putheader(Sfdc_t* sfdc) function
231 static int putheader(sfdc)
540 if(!(sfdc->flags&VCSF_DONEHEAD) && putheader(sfdc) < 0)
894 if(putheader(sfdc) < 0 )

Completed in 16 milliseconds