Lines Matching defs:term
174 static char term[256] = "network";
597 (void) strncpy(term, cp, sizeof (term));
598 term[sizeof (term) - 1] = '\0';
619 strlen(term) + strlen("/") + strlen(speeds[speed]) + 1 <
620 sizeof (term)) {
621 (void) strcat(term, "/");
622 (void) strcat(term, speeds[speed]);
651 name, term, NULL,
735 name, term, NULL, AF_INET6);