Lines Matching defs:fulladdr
88 char fulladdr[BUFSIZ]; /* holds the full address string */
102 fulladdr) == 0) {
114 (void) strcat(fulladdr, ".");
115 (void) strcat(fulladdr, "rpc"); /* hard coded */
122 (void) strcat(fulladdr, ".");
124 fulladdr + strlen(fulladdr)) == 0) {
155 netbufp->len = netbufp->maxlen = (int)strlen(fulladdr);
156 if ((netbufp->buf = strdup(fulladdr)) == NULL) {
175 char fulladdr[BUFSIZ]; /* a copy of the address string */
190 (void) strlcpy(fulladdr, netbufp->buf, sizeof (fulladdr));
191 hostname = strtok_r(fulladdr, ".", &nexttok);