Home
last modified time | relevance | path

Searched refs:bufrealloc (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsfnms.c439 bufrealloc(b, size) in bufrealloc() function
494 bufrealloc(b, s + 1);
506 bufrealloc(b, blen+strlen(s)+1);
H A Drcsgen.c447 bufrealloc(buf, i+1), p = buf->string, p[i++] = c
H A Drcsbase.h516 void bufrealloc P((struct buf*,size_t));
H A Drcsutil.c970 bufrealloc(b, bl + sl + 4);
H A Drcslex.c289 bufrealloc(&tokbuf, 2); in Lexinit()