NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
auth_cmd
lib/libtelnet/auth-proto.h
62
int auth_cmd(int, char **);
usr.bin/telnet/commands.c
2307
{ "auth", authhelp, auth_cmd, 0 },
usr.bin/telnet/externs.h
221
int auth_cmd(int, char *[]);