Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/cvs/lib/
Dwaitpid.c17 static struct unreaped *ualloc (oldptr, n) in ualloc() argument
18 struct unreaped *oldptr; in ualloc()
24 if (oldptr)
25 oldptr = (struct unreaped *) realloc ((char *) oldptr, n);
27 oldptr = (struct unreaped *) malloc (n);
28 if (oldptr == 0)
33 return oldptr;