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