Searched refs:putheader (Results 1 - 7 of 7) sorted by relevance
/ast/src/cmd/pax/ |
H A D | paxlib.h | 145 int (*putheader)(Pax_t*, Paxarchive_t*, Paxfile_t*); member in struct:Paxformat_s
|
H A D | format.c | 313 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 D | copy.c | 98 else if (putheader(ap, f))
|
H A D | pax.h | 730 extern int putheader(Archive_t*, File_t*);
|
H A D | misc.c | 271 putheader(ap, &tmp);
|
H A D | delta.c | 598 putheader(ap, f);
|
/ast/src/lib/libvcodex/ |
H A D | vcsfio.c | 229 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