Home
last modified time | relevance | path

Searched refs:tok2 (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c222 char *tok1, *tok2; /* holds a token from the line */ in matchname() local
234 tok1 = tok2 = NULL; in matchname()
238 ((tok2 = gettoken(NULL, FALSE)) == NULL) || in matchname()
239 ((secp->sc_service = getvalue(tok2, sc_service)) in matchname()
268 char *tok1, *tok2; /* holds a token from the line */ in matchnum() local
276 tok1 = tok2 = NULL; in matchnum()
288 ((tok2 = gettoken(NULL, FALSE)) == NULL) || in matchnum()
289 ((secp->sc_service = getvalue(tok2, sc_service)) in matchnum()
/titanic_50/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()
365 ((tok2 = gettoken(NULL, FALSE)) == NULL) || in fgetnetconfig()
366 ((netconfigp->nc_flag = getflag(tok2)) == FAILURE) || in fgetnetconfig()
378 free(tok2); in fgetnetconfig()
/titanic_50/usr/src/uts/common/os/
H A Dmodsysfile.c509 char tok2[64]; in do_sysfile_cmd() local
574 if ((token = kobj_lex(file, tok2, sizeof (tok2))) == COLON) { in do_sysfile_cmd()
575 if ((token = kobj_lex(file, tok2, in do_sysfile_cmd()
576 sizeof (tok2))) == NAME) { in do_sysfile_cmd()
577 var = tok2; in do_sysfile_cmd()
617 "unsupported operator %s", tok2); in do_sysfile_cmd()