Searched refs:modehelp (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/crypto/heimdal/appl/ftp/ftp/
H A Dcmdtab.c70 char modehelp[] = "set file transfer mode"; variable
150 { "mode", modehelp, 0, 1, 1, setftmode },
/freebsd-12-stable/contrib/tnftp/src/
H A Dcmdtab.c128 HSTR modehelp[] = "set file transfer mode"; variable
245 { "mode", H(modehelp), 0, 1, 1, CMPL0 setftmode },
/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1063 static int modehelp(void);
1088 { "help", 0, modehelp, 0 },
1093 { "?", "Print help information", modehelp, 0 },
1099 modehelp(void)
1095 modehelp(void) function
/freebsd-12-stable/contrib/telnet/telnet/
H A Dcommands.c111 static int modehelp(void);
1162 { "help", 0, (int (*)(int))modehelp, 0, 0 },
1167 { "?", "Print help information", (int (*)(int))modehelp, 0, 0 },
1173 modehelp(void)
1169 modehelp(void) function

Completed in 238 milliseconds