Searched refs:putheader (Results 1 - 7 of 7) sorted by relevance

/ast/src/cmd/pax/
H A Dpaxlib.h145 int (*putheader)(Pax_t*, Paxarchive_t*, Paxfile_t*); member in struct:Paxformat_s
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 Dcopy.c98 else if (putheader(ap, f))
H A Dpax.h730 extern int putheader(Archive_t*, File_t*);
H A Dmisc.c271 putheader(ap, &tmp);
H A Ddelta.c598 putheader(ap, f);
/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 28 milliseconds