Lines Matching defs:nexttok
184 char *nexttok; /* next token to process */
191 hostname = strtok_r(fulladdr, ".", &nexttok);
196 servname = strtok_r(NULL, " \n\t", &nexttok);
254 hostname = strtok_r(hostbuf, ",", &nexttok);
263 hostname = strtok_r(NULL, ",", &nexttok);
416 char *nexttok; /* next token to process */
467 fileaddr = strtok_r(buf, " \t\n", &nexttok);
471 if ((filehost = strtok_r(NULL, " \t\n", &nexttok)) == NULL)
523 char *nexttok; /* next token to process */
541 fileservice = strtok_r(buf, " \t\n", &nexttok);
545 if ((fileport = strtok_r(NULL, " \t\n", &nexttok)) == NULL)