Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fs.d/nfs/lib/
H A Dnfs_sec.c215 char *tok1, *tok2; /* holds a token from the line */ in matchname() local
227 tok1 = tok2 = NULL; in matchname()
231 ((tok2 = gettoken(NULL, FALSE)) == NULL) || in matchname()
232 ((secp->sc_service = getvalue(tok2, sc_service)) in matchname()
261 char *tok1, *tok2; /* holds a token from the line */ in matchnum() local
269 tok1 = tok2 = NULL; in matchnum()
281 ((tok2 = gettoken(NULL, FALSE)) == NULL) || in matchnum()
282 ((secp->sc_service = getvalue(tok2, sc_service)) in matchnum()
/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()
363 ((tok2 = gettoken(NULL, FALSE)) == NULL) || in fgetnetconfig()
364 ((netconfigp->nc_flag = getflag(tok2)) == FAILURE) || in fgetnetconfig()
376 free(tok2); in fgetnetconfig()
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c518 char tok2[64]; in do_sysfile_cmd() local
583 if ((token = kobj_lex(file, tok2, sizeof (tok2))) == COLON) { in do_sysfile_cmd()
584 if ((token = kobj_lex(file, tok2, in do_sysfile_cmd()
585 sizeof (tok2))) == NAME) { in do_sysfile_cmd()
586 var = tok2; in do_sysfile_cmd()
626 "unsupported operator %s", tok2); in do_sysfile_cmd()