Home
last modified time | relevance | path

Searched refs:tok3 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libnsl/netselect/
H A Dnetselect.c328 char *tok1, *tok2, *tok3; /* holds a token from the line */ in fgetnetconfig() local
360 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()
/titanic_41/usr/src/uts/common/os/
H A Dmodsysfile.c562 token_t tok3; in do_sysfile_cmd() local
620 switch ((tok3 = kobj_lex(file, tok1, sizeof (tok1)))) { in do_sysfile_cmd()
651 if (tok3 == HEXVAL) { in do_sysfile_cmd()