Searched refs:tok3 (Results 1 – 2 of 2) sorted by relevance
326 char *tok1, *tok2, *tok3; /* holds a token from the line */ in fgetnetconfig() local358 tok1 = tok2 = tok3 = NULL; in fgetnetconfig()368 ((tok3 = gettoken(NULL, TRUE)) == NULL) || in fgetnetconfig()369 (((netconfigp->nc_nlookups = getnlookups(tok3)) != 0) && in fgetnetconfig()370 ((netconfigp->nc_lookups = getlookups(tok3)) == NULL))) { in fgetnetconfig()377 free(tok3); in fgetnetconfig()
572 token_t tok3; in do_sysfile_cmd() local630 switch ((tok3 = kobj_lex(file, tok1, sizeof (tok1)))) { in do_sysfile_cmd()661 if (tok3 == HEXVAL) { in do_sysfile_cmd()