Searched refs:auth_help (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/crypto/heimdal/appl/telnet/telnet/ |
| H A D | commands.c | 1750 auth_help (void); 1759 { "help", 0, auth_help, 0 }, 1760 { "?", "Print help information", auth_help, 0 }, 1765 auth_help() in auth_help() function
|
| /freebsd-13.1/contrib/telnet/telnet/ |
| H A D | commands.c | 1854 auth_help(void); 1863 { "help", NULL, (int (*)(char *))auth_help, 0 }, 1864 { "?", "Print help information", (int (*)(char *))auth_help, 0 }, 1869 auth_help(void) in auth_help() function
|