Home
last modified time | relevance | path

Searched refs:ualloc (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/usr.bin/cvs/lib/
Dwaitpid.c17 static struct unreaped *ualloc (oldptr, n) in ualloc() function
46 unreaped = ualloc (unreaped, 1);
76 unreaped = ualloc (unreaped, n);
DChangeLog776 (ualloc): Return OLDPTR rather than running off the end.