Searched refs:tmpfd (Results 1 – 1 of 1) sorted by relevance
123 int *tmpfd; local369 tmpfd = realloc(testfd, sizeof(*testfd) * (size_t)(num_open.rlim_max));370 if(tmpfd) {371 testfd = tmpfd;372 tmpfd = NULL;
Completed in 4 milliseconds