Searched refs:netstr (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/mailx/ |
H A D | optim.c | 61 static void optim1(char netstr[], char name[]); 551 char netcomp[BUFSIZ], netstr[STSIZ], xfstr[STSIZ]; local 556 *netstr = '\0'; 592 if (debug) fprintf(stderr, "optim1(%s,%s) called\n", netstr, xfstr); 593 optim1(netstr, xfstr); 594 if (debug) fprintf(stderr, "optim1(%s,%s) returns\n", netstr, xfstr); 625 optim1(char netstr[], char name[]) argument 631 cp = netstr;
|
/illumos-gate/usr/src/psm/stand/boot/sparc/common/ |
H A D | wbcli.c | 1037 char *netstr; local 1049 netstr = inet_ntoa(subnetmask); 1050 (void) bootinfo_put(BI_SUBNET_MASK, netstr, strlen(netstr) + 1, 0);
|
H A D | wanboot.c | 270 char *netstr; local 286 netstr = inet_ntoa(ip); 307 CGIcontent(ut), netstr, wid) >= URL_MAX_PATHLEN - plen) {
|
Completed in 76 milliseconds