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

/openbsd-current/gnu/usr.bin/cvs/lib/
H A Dwaitpid.c10 struct unreaped { struct
14 static struct unreaped *unreaped; variable in typeref:struct:unreaped
17 static struct unreaped *ualloc (oldptr, n)
18 struct unreaped *oldptr;
21 n *= sizeof (struct unreaped);
25 oldptr = (struct unreaped *) realloc ((char *) oldptr, n);
27 oldptr = (struct unreaped *) malloc (n);
44 if (unreaped == 0)
46 unreaped
[all...]

Completed in 62 milliseconds