Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c326 char *tok1, *tok2, *tok3; /* holds a token from the line */ in fgetnetconfig() local
358 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()
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c572 token_t tok3; in do_sysfile_cmd() local
630 switch ((tok3 = kobj_lex(file, tok1, sizeof (tok1)))) { in do_sysfile_cmd()
661 if (tok3 == HEXVAL) { in do_sysfile_cmd()