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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dselect_large_fdset.c70 static struct pollfd *realloc_fds(int *, struct pollfd **, struct pollfd *);
142 * less one. If realloc_fds returns NULL it is because malloc
161 } else if ((p = realloc_fds(
373 realloc_fds(int *num, struct pollfd **list_head, struct pollfd *orig) function

Completed in 20 milliseconds