Home | History | Annotate | Download | only in src

Lines Matching defs:have

217     int mib[6], have, had;
250 have = 0;
257 if (ifm->ifm_index > have) {
260 had = have;
261 have = ifm->ifm_index + 5;
263 newifs = (char **)realloc(ifs, sizeof(char *) * have);
265 newifs = (char **)malloc(sizeof(char *) * have);
277 memset(ifs + had, '\0', sizeof(char *) * (have - had));
427 * may have gone with route Y).
612 /* Oops, we already have this route - unlink it */