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

/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y926 #define OSTR 4 /* optional SP then STRING */
942 { "EPSV", EPSV, OSTR, 1, "[<sp> foo]" },
949 { "MLFL", MLFL, OSTR, 0, "(mail file)" },
950 { "MAIL", MAIL, OSTR, 0, "(mail to user)" },
951 { "MSND", MSND, OSTR, 0, "(mail send to terminal)" },
952 { "MSOM", MSOM, OSTR, 0, "(mail send to terminal or mailbox)" },
953 { "MSAM", MSAM, OSTR, 0, "(mail send to terminal and mailbox)" },
954 { "MRSQ", MRSQ, OSTR, 0, "(mail recipient scheme question)" },
962 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
963 { "XCWD", CWD, OSTR,
[all...]
H A Dftpcmd.c2982 #define OSTR 4 /* optional SP then STRING */
2998 { "EPSV", EPSV, OSTR, 1, "[<sp> foo]" },
3005 { "MLFL", MLFL, OSTR, 0, "(mail file)" },
3006 { "MAIL", MAIL, OSTR, 0, "(mail to user)" },
3007 { "MSND", MSND, OSTR, 0, "(mail send to terminal)" },
3008 { "MSOM", MSOM, OSTR, 0, "(mail send to terminal or mailbox)" },
3009 { "MSAM", MSAM, OSTR, 0, "(mail send to terminal and mailbox)" },
3010 { "MRSQ", MRSQ, OSTR, 0, "(mail recipient scheme question)" },
3018 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
3019 { "XCWD", CWD, OSTR,
2979 #define OSTR macro
[all...]
/freebsd-11-stable/contrib/opie/
H A Dftpcmd.y803 #define OSTR 4 /* optional SP then STRING */
824 { "MLFL", MLFL, OSTR, 0, "(mail file)" },
825 { "MAIL", MAIL, OSTR, 0, "(mail to user)" },
826 { "MSND", MSND, OSTR, 0, "(mail send to terminal)" },
827 { "MSOM", MSOM, OSTR, 0, "(mail send to terminal or mailbox)" },
828 { "MSAM", MSAM, OSTR, 0, "(mail send to terminal and mailbox)" },
829 { "MRSQ", MRSQ, OSTR, 0, "(mail recipient scheme question)" },
837 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
838 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
839 { "LIST", LIST, OSTR,
[all...]
/freebsd-11-stable/libexec/ftpd/
H A Dftpcmd.y1050 #define OSTR 4 /* optional SP then STRING */
1087 { "MLFL", MLFL, OSTR, 0, "(mail file)" },
1088 { "MAIL", MAIL, OSTR, 0, "(mail to user)" },
1089 { "MSND", MSND, OSTR, 0, "(mail send to terminal)" },
1090 { "MSOM", MSOM, OSTR, 0, "(mail send to terminal or mailbox)" },
1091 { "MSAM", MSAM, OSTR, 0, "(mail send to terminal and mailbox)" },
1092 { "MRSQ", MRSQ, OSTR, 0, "(mail recipient scheme question)" },
1100 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
1101 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
1102 { "LIST", LIST, OSTR,
[all...]

Completed in 177 milliseconds