Home | History | Annotate | Download | only in systat

Lines Matching defs:hosts

72 } *hosts = NULL;
119 else if (strstr(args, "hosts") == args)
300 if (hosts == 0)
302 free((char *)hosts), hosts = 0;
306 for (p = hosts; p < hosts+nhosts; p++)
313 if (reallocarr(&hosts, nhosts + 1, sizeof(*p)) != 0) {
317 p = &hosts[nhosts++];
329 if (hosts)
330 for (p = hosts; p < hosts+nhosts; p++) {
348 if (hosts)
349 for (p = hosts; p < hosts+nhosts; p++) {
374 for (p = hosts; p < hosts+nhosts; p++) {