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

/freebsd-9.3-release/crypto/heimdal/appl/ftp/ftpd/
H A Dftpcmd.y944 #define OSTR 4 /* optional SP then STRING */
960 { "EPSV", EPSV, OSTR, 1, "[<sp> foo]" },
967 { "MLFL", MLFL, OSTR, 0, "(mail file)" },
968 { "MAIL", MAIL, OSTR, 0, "(mail to user)" },
969 { "MSND", MSND, OSTR, 0, "(mail send to terminal)" },
970 { "MSOM", MSOM, OSTR, 0, "(mail send to terminal or mailbox)" },
971 { "MSAM", MSAM, OSTR, 0, "(mail send to terminal and mailbox)" },
972 { "MRSQ", MRSQ, OSTR, 0, "(mail recipient scheme question)" },
980 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
981 { "XCWD", CWD, OSTR,
[all...]
H A Dftpcmd.c3001 #define OSTR 4 /* optional SP then STRING */
3017 { "EPSV", EPSV, OSTR, 1, "[<sp> foo]" },
3024 { "MLFL", MLFL, OSTR, 0, "(mail file)" },
3025 { "MAIL", MAIL, OSTR, 0, "(mail to user)" },
3026 { "MSND", MSND, OSTR, 0, "(mail send to terminal)" },
3027 { "MSOM", MSOM, OSTR, 0, "(mail send to terminal or mailbox)" },
3028 { "MSAM", MSAM, OSTR, 0, "(mail send to terminal and mailbox)" },
3029 { "MRSQ", MRSQ, OSTR, 0, "(mail recipient scheme question)" },
3037 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
3038 { "XCWD", CWD, OSTR,
2998 #define OSTR macro
[all...]
/freebsd-9.3-release/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-9.3-release/usr.bin/yacc/test/
H A Dftp.tab.c405 #define OSTR 4 /* optional SP then STRING */ macro
434 { "MLFL", MLFL, OSTR, 0, "(mail file)" },
435 { "MAIL", MAIL, OSTR, 0, "(mail to user)" },
436 { "MSND", MSND, OSTR, 0, "(mail send to terminal)" },
437 { "MSOM", MSOM, OSTR, 0, "(mail send to terminal or mailbox)" },
438 { "MSAM", MSAM, OSTR, 0, "(mail send to terminal and mailbox)" },
439 { "MRSQ", MRSQ, OSTR, 0, "(mail recipient scheme question)" },
447 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
448 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
449 { "LIST", LIST, OSTR,
[all...]
H A Dftp.y665 #define OSTR 4 /* optional SP then STRING */
694 { "MLFL", MLFL, OSTR, 0, "(mail file)" },
695 { "MAIL", MAIL, OSTR, 0, "(mail to user)" },
696 { "MSND", MSND, OSTR, 0, "(mail send to terminal)" },
697 { "MSOM", MSOM, OSTR, 0, "(mail send to terminal or mailbox)" },
698 { "MSAM", MSAM, OSTR, 0, "(mail send to terminal and mailbox)" },
699 { "MRSQ", MRSQ, OSTR, 0, "(mail recipient scheme question)" },
707 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
708 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
709 { "LIST", LIST, OSTR,
[all...]
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpcmd.y1213 #define OSTR 4 /* optional SP then STRING */
1226 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
1253 { "LIST", LIST, OSTR, 1, "[ <sp> path-name ]" },
1254 { "NLST", NLST, OSTR, 1, "[ <sp> path-name ]" },
1257 { "STAT", STAT, OSTR, 4, "[ <sp> path-name ]" },
1258 { "HELP", HELP, OSTR, 1, "[ <sp> <string> ]" },
1276 { "MDTM", MDTM, OSTR, 1, "<sp> path-name" },
1277 { "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
1278 { "MLST", MLST, OSTR, 2, "[ <sp> path-name ]" },
1279 { "MLSD", MLSD, OSTR,
[all...]
/freebsd-9.3-release/libexec/ftpd/
H A Dftpcmd.y1052 #define OSTR 4 /* optional SP then STRING */
1089 { "MLFL", MLFL, OSTR, 0, "(mail file)" },
1090 { "MAIL", MAIL, OSTR, 0, "(mail to user)" },
1091 { "MSND", MSND, OSTR, 0, "(mail send to terminal)" },
1092 { "MSOM", MSOM, OSTR, 0, "(mail send to terminal or mailbox)" },
1093 { "MSAM", MSAM, OSTR, 0, "(mail send to terminal and mailbox)" },
1094 { "MRSQ", MRSQ, OSTR, 0, "(mail recipient scheme question)" },
1102 { "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
1103 { "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
1104 { "LIST", LIST, OSTR,
[all...]

Completed in 69 milliseconds