Searched defs:Buffer_t (Results 1 - 4 of 4) sorted by relevance
/ast/src/cmd/sortlib/sum/ |
H A D | sortsum.c | 121 } 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/lib/libast/port/ |
H A D | astlicense.c | 119 } 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/pax/ |
H A D | pax.h | 74 #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 */ \
|
/ast/src/cmd/INIT/ |
H A D | proto.c | 1488 } 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 19 milliseconds