Searched refs:bufp (Results 1 - 6 of 6) sorted by relevance

/ast/src/lib/libast/vmalloc/
H A Dvmtrace.c111 char buf[1024], *bufp, *endbuf; local
135 bufp = buf; endbuf = buf+sizeof(buf);
136 bufp = trstrcpy(bufp, tritoa(oldaddr ? VLONG(oldaddr) : 0L, 0), ':');
137 bufp = trstrcpy(bufp, tritoa(newaddr ? VLONG(newaddr) : 0L, 0), ':');
138 bufp = trstrcpy(bufp, tritoa((Vmulong_t)size, 1), ':');
139 bufp = trstrcpy(bufp, trito
205 char buf[1024], *bufp; local
[all...]
H A Dvmdebug.c111 char buf[1024], *bufp, *endbuf, *s; local
116 bufp = buf;
120 bufp = (*_Vmstrcpy)(bufp, "alloc error", ':');
122 bufp = (*_Vmstrcpy)(bufp, "free error", ':');
124 bufp = (*_Vmstrcpy)(bufp, "resize error", ':');
126 bufp = (*_Vmstrcpy)(bufp, "corrupte
702 char buf[1024], *bufp; local
[all...]
H A Dvmprofile.c365 char buf[1024], *bufp, *endbuf; local
366 #define INITBUF() (bufp = buf, endbuf = buf+sizeof(buf)-128)
367 #define CHKBUF() (bufp >= endbuf ? (write(fd,buf,bufp-buf), bufp=buf) : bufp)
368 #define FLSBUF() (bufp > buf ? write(fd,buf,bufp-buf) : 0)
407 bufp = (*_Vmstrcpy)(bufp,"ALLOCATIO
[all...]
/ast/src/lib/libcmd/
H A Duniq.c88 register char *cp, *ep, *mp, *bufp, *outp; local
95 if(bufp = sfgetr(fdin,'\n',0))
97 else if(bufp = sfgetr(fdin,'\n',SF_LASTR))
100 bufp = memcpy(fmtbuf(n + 1), bufp, n);
101 bufp[n++] = '\n';
107 cp = bufp;
125 if ((reclen = n - (cp - bufp)) <= 0)
128 cp = bufp + n - 1;
236 memcpy(outp+cwidth+sep,bufp,
[all...]
/ast/src/cmd/mailx/
H A Dlist.c354 char* bufp; local
370 bufp = buf;
374 tok = scan(&bufp);
402 tok = scan(&bufp);
479 tok = scan(&bufp);
481 bufp = "$";
482 tok = scan(&bufp);
/ast/src/cmd/pzip/
H A Dpin.c527 filter(Sfio_t* ip, unsigned char** bufp, unsigned char** datp, Pz_t* pz, int high, int maxhigh, size_t row, size_t tot) argument
546 buf = *bufp;
711 *bufp = dat;

Completed in 37 milliseconds