Searched defs:trunc (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvcbuffer.c28 Vcchar_t* _vcbuffer(Vcodex_t* vc, Vcchar_t* trunc, ssize_t size, ssize_t head) argument
30 Vcchar_t* _vcbuffer(vc, trunc, size, head)
32 Vcchar_t* trunc; /* if != NULL, a buffer to be truncated */
46 if(trunc) /* truncating a buffer */
50 if(trunc >= b->buf && trunc < b->buf+b->size)
71 if(trunc+size > b->buf+b->size) /* no extension */
77 size += (head = trunc - (Vcchar_t*)b->buf);
/ast/src/cmd/ksh93/sh/
H A Dio.c1142 int trunc=0, clexec=0, fn, traceon; local
1320 trunc = io_op[2] = ';';
1487 sh_iosave(shp,fn,indx,tname?fname:(trunc?Empty:0));
1516 sh_iosave(shp,fn,indx|0x10000,tname?fname:(trunc?Empty:0));

Completed in 397 milliseconds