Home
last modified time | relevance | path

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

/curl/tests/libtest/
H A Dlib537.c123 int *tmpfd; local
369 tmpfd = realloc(testfd, sizeof(*testfd) * (size_t)(num_open.rlim_max));
370 if(tmpfd) {
371 testfd = tmpfd;
372 tmpfd = NULL;

Completed in 4 milliseconds