Lines Matching refs:fulladdr
87 char fulladdr[BUFSIZ]; /* holds the full address string */
101 fulladdr) == 0) {
113 (void) strcat(fulladdr, ".");
114 (void) strcat(fulladdr, "rpc"); /* hard coded */
121 (void) strcat(fulladdr, ".");
123 fulladdr + strlen(fulladdr)) == 0) {
154 netbufp->len = netbufp->maxlen = (int)strlen(fulladdr);
155 if ((netbufp->buf = strdup(fulladdr)) == NULL) {
174 char fulladdr[BUFSIZ]; /* a copy of the address string */
189 (void) strlcpy(fulladdr, netbufp->buf, sizeof (fulladdr));
190 hostname = strtok_r(fulladdr, ".", &nexttok);