Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c2081 static struct authlist AuthList[] = { variable
2101 for (c = AuthList; c->name; c++) { in auth_help()
2125 genget(argv[1], (char **)AuthList, sizeof (struct authlist)); in auth_cmd()