nexttok
token = nexttok();
(void) nexttok();
(void) nexttok();
token = nexttok();
token = nexttok();
token = nexttok();
(void) nexttok();
token = nexttok();
(void) nexttok();
static char *nexttok(void);
register char *nexttok;
nexttok = ++p;
if (!(p = strchr(nexttok, DBFTOKSEP ))) {
while (*nexttok) {
switch (*nexttok) {
DEBUG((1,"scan_line: unknown flag char: 0x%x",*nexttok));
++nexttok;
nexttok = ++p;
if (!(p = strchr(nexttok, DBFTOKSEP ))) {
*id_p = nexttok;
nexttok = ++p;
if (!(p = strchr(nexttok, DBFTOKSEP ))) {
*res1_p = nexttok;
nexttok = ++p;
if (!(p = strchr(nexttok, DBFTOKSEP ))) {
*res2_p = nexttok;
nexttok = ++p;
if (!(p = strchr(nexttok, DBFTOKSEP ))) {
*res3_p = nexttok;
nexttok = ++p;
if (!(p = strchr(nexttok, DBFTOKSEP ))) {
*private_p = nexttok;
nexttok = ++p;
if (!(p = strchr(nexttok, DBFTOKSEP ))) {
if (*nexttok) {
for (ptr = nexttok; *ptr; ++ptr) {
ptr = strchr(nexttok, ',');
if ((*prognum = atoi(nexttok)) < 0) {
nexttok = ++p;
if (!(p = strchr(nexttok, DBFTOKSEP ))) {
while (*nexttok) {
switch (*nexttok) {
sprintf(scratch, "service code <%s> unknown flag <%c> ignored", *svc_code_p, *nexttok);
++nexttok;
nexttok = ++p;
if (!(p = strchr(nexttok, DBFTOKSEP ))) {
*module_p = nexttok;
nexttok = ++p;
*cmd_line_p = nexttok;
entry = nexttok(&line);
if ((entry = nexttok(&line)) != NULL &&
while (ap = nexttok(&line))
static char *nexttok(char **ptrptr);
char * nexttok;
tmp = (char *)strtok_r(dest, sep, &nexttok);
tmp = (char *)strtok_r(NULL, sep, &nexttok);
static int nexttok; /* Salted away next token */
nexttok = 0;
if (nexttok) {
s = nexttok;
nexttok = 0;
nexttok = *cp;
if ((name = nexttok(buf, ":")) == NULL)
if ((type = nexttok(NULL, ":")) == NULL)
if (nexttok(NULL, ":") == NULL)
if (nexttok(NULL, ":") == NULL)
if ((state = nexttok(NULL, ":")) == NULL)
char *nexttok();
extern char *nexttok();
p = nexttok(p, DELIM, FALSE);
p = nexttok(NULL, DELIM, FALSE);
p = nexttok(NULL, DELIM, FALSE);
p = nexttok(NULL, DELIM, FALSE);
p = nexttok(NULL, DELIM, FALSE);
p = nexttok(NULL, DELIM, FALSE);
p = nexttok(NULL, DELIM, TRUE);
p = nexttok(p, DELIM, FALSE);
p = nexttok(NULL, DELIM, FALSE);
p = nexttok(NULL, DELIM, FALSE);
p = nexttok(NULL, DELIM, FALSE);
p = nexttok(NULL, DELIM, FALSE);
char *nexttok; /* Pointer to next token */
nexttok = strcpy(alloced, opts);
while ((tok = nexttok) != (char *)NULL) {
nexttok = tokend + (ptrdiff_t)1;
nexttok = (char *)NULL;
nexttok = (char *)NULL;
char *nexttok; /* next token to process */
hostname = strtok_r(fulladdr, ".", &nexttok);
servname = strtok_r(NULL, " \n\t", &nexttok);
hostname = strtok_r(hostbuf, ",", &nexttok);
hostname = strtok_r(NULL, ",", &nexttok);
char *nexttok; /* next token to process */
fileaddr = strtok_r(buf, " \t\n", &nexttok);
if ((filehost = strtok_r(NULL, " \t\n", &nexttok)) == NULL)
char *nexttok; /* next token to process */
fileservice = strtok_r(buf, " \t\n", &nexttok);
if ((fileport = strtok_r(NULL, " \t\n", &nexttok)) == NULL)