Searched refs:Buffer_t (Results 1 - 8 of 8) sorted by relevance

/ast/src/lib/libast/port/
H A Dastlicense.c119 } Buffer_t; typedef in typeref:struct:Buffer_s
228 copy(register Buffer_t* b, register char* s, int n)
247 comment(Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u)
296 expand(Notice_t* notice, register Buffer_t* b, const Item_t* item)
375 copyright(Notice_t* notice, register Buffer_t* b)
431 push(Stack_t* sp, char* file, char* parent, char* info, int size, Buffer_t* buf)
521 Buffer_t buf;
522 Buffer_t tmp;
/ast/src/cmd/sortlib/sum/
H A Dsortsum.c121 } Buffer_t; typedef in typeref:struct:Buffer_s
134 Buffer_t tmp;
135 Buffer_t buf[2];
141 assure(State_t* state, Buffer_t* b, size_t z)
168 Buffer_t* ext;
/ast/src/cmd/pax/
H A Dpax.h74 #define getbuffer(n) (((n)>=BUFFER_FD_MIN&&(n)<=BUFFER_FD_MAX)?&state.buffer[BUFFER_FD_MAX-(n)]:(Buffer_t*)0)
255 } Buffer_t; typedef in typeref:struct:Buffer_s
485 Buffer_t buffer[BUFFER_FD_MAX-BUFFER_FD_MIN+1];/* fd buf */ \
H A Dcopy.c94 Buffer_t* bp;
H A Dpax-slt.c858 Buffer_t* bp;
H A Ddelta.c1023 Buffer_t* bp;
1064 Buffer_t* bp;
H A Dpax-tar.c297 Buffer_t* bp;
/ast/src/cmd/INIT/
H A Dproto.c1488 } Buffer_t; typedef in typeref:struct:Buffer_s
1596 copy __PARAM__((register Buffer_t* b, register char* s, int n), (b, s, n)) __OTORP__(register Buffer_t* b; register char* s; int n;){
1606 comment __PARAM__((Notice_t* notice, register Buffer_t* b, register char* s, register int n, int u), (notice, b, s, n, u)) __OTORP__(Notice_t* notice; register Buffer_t* b; register char* s; register int n; int u;){
1654 expand __PARAM__((Notice_t* notice, register Buffer_t* b, const Item_t* item), (notice, b, item)) __OTORP__(Notice_t* notice; register Buffer_t* b; const Item_t* item;){
1732 copyright __PARAM__((Notice_t* notice, register Buffer_t* b), (notice, b)) __OTORP__(Notice_t* notice; register Buffer_t* b;){
1787 push __PARAM__((Stack_t* sp, char* file, char* parent, char* info, int size, Buffer_t* bu
[all...]

Completed in 27 milliseconds