Searched refs:netcomp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/mailx/
H A Doptim.c551 char netcomp[BUFSIZ], netstr[STSIZ], xfstr[STSIZ]; local
560 * Rip off next path component into netcomp
562 cp2 = netcomp;
573 if ((c = netlook(netcomp, *cp)) == 0) {
574 printf(gettext("No host named \"%s\"\n"), netcomp);
588 if (strlen(netcomp) == 0) {
613 nstrcat(name, BUFSIZ, netcomp);

Completed in 58 milliseconds