h_resolv.c | 47 #define NHOSTS 100 67 "Usage: %s [-d] [-h <nhosts>] [-n <nthreads>] <file> ...\n", 124 int *nhosts = (int *)p; local in function:resolvloop 125 if (*nhosts == 0) 128 resolvone(*nhosts); 129 while (--(*nhosts)); 134 run(int *nhosts) 137 if (pthread_create(&self, NULL, resolvloop, nhosts) != 0) 147 int nhosts = NHOSTS; local in function:main [all...] |