Searched refs:Netspec (Results 1 – 3 of 3) sorted by relevance
95 char *Netspec = NETSPEC; variable256 if ((Netspec = argv[optind]) == NULL) { in main()259 if ((Netconf = getnetconfigent(Netspec)) == NULL) { in main()260 sprintf(scratch, "no netconfig entry for <%s>", Netspec); in main()267 if ((int) strlen(Netspec) > PATHSIZE) { in main()278 strcat(Provbuf, Netspec); in main()331 DEBUG((9, "Minor prefix: %s Netspec %s", Minor_prefix, Netspec)); in main()1529 strcat(p, Netspec);
65 extern char *Netspec;
89 char *Netspec = NULL; variable