Home
last modified time | relevance | path

Searched refs:vbuf (Results 1 – 3 of 3) sorted by relevance

/original-bsd/usr.bin/mklocale/
H A Dlex.l76 VARIABLE[\t ] { static char vbuf[1024];
77 char *v = vbuf;
84 yylval.str = vbuf;
/original-bsd/contrib/sort/
H A Dinit.c191 static char vbuf[ND*20], *vpos, *tpos; local
192 vpos = vbuf;
/original-bsd/usr.sbin/pstat/
H A Dpstat.c613 char *vbuf, *evbuf, *bp; local
620 if ((vbuf = malloc((numvnodes + 20) * (VPTRSZ + VNODESZ))) == NULL)
622 bp = vbuf;
623 evbuf = vbuf + (numvnodes + 20) * (VPTRSZ + VNODESZ);
643 return ((struct e_vnode *)vbuf);