Lines Matching refs:total_entries
66 static int total_entries; variable
106 total_entries = NUMENTRIES; in main()
107 entry = malloc(sizeof (struct entry) * total_entries); in main()
198 if (curentry >= total_entries) { in singlehost()
201 total_entries += NUMENTRIES; in singlehost()
203 * total_entries)) == NULL) in singlehost()
264 if (curentry >= total_entries) { in collectnames()
267 total_entries += NUMENTRIES; in collectnames()
269 * total_entries)) == NULL) in collectnames()
391 if (curentry >= total_entries) { in collectnames_3()
394 total_entries += NUMENTRIES; in collectnames_3()
396 * total_entries)) == NULL) in collectnames_3()