Searched refs:tok3 (Results 1 – 2 of 2) sorted by relevance
328 char *tok1, *tok2, *tok3; /* holds a token from the line */ in fgetnetconfig() local360 tok1 = tok2 = tok3 = NULL; in fgetnetconfig()370 ((tok3 = gettoken(NULL, TRUE)) == NULL) || in fgetnetconfig()371 (((netconfigp->nc_nlookups = getnlookups(tok3)) != 0) && in fgetnetconfig()372 ((netconfigp->nc_lookups = getlookups(tok3)) == NULL))) { in fgetnetconfig()379 free(tok3); in fgetnetconfig()
562 token_t tok3; in do_sysfile_cmd() local620 switch ((tok3 = kobj_lex(file, tok1, sizeof (tok1)))) { in do_sysfile_cmd()651 if (tok3 == HEXVAL) { in do_sysfile_cmd()