Symbol: OSTR
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
2995
{ "EPSV", EPSV, OSTR, 1, "[<sp> foo]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3002
{ "MLFL", MLFL, OSTR, 0, "(mail file)" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3003
{ "MAIL", MAIL, OSTR, 0, "(mail to user)" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3004
{ "MSND", MSND, OSTR, 0, "(mail send to terminal)" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3005
{ "MSOM", MSOM, OSTR, 0, "(mail send to terminal or mailbox)" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3006
{ "MSAM", MSAM, OSTR, 0, "(mail send to terminal and mailbox)" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3007
{ "MRSQ", MRSQ, OSTR, 0, "(mail recipient scheme question)" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3015
{ "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3016
{ "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3017
{ "LIST", LIST, OSTR, 1, "[ <sp> path-name ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3018
{ "NLST", NLST, OSTR, 1, "[ <sp> path-name ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3021
{ "STAT", sTAT, OSTR, 1, "[ <sp> path-name ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3022
{ "HELP", HELP, OSTR, 1, "[ <sp> <string> ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3033
{ "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3034
{ "MDTM", MDTM, OSTR, 1, "<sp> path-name" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3057
{ "HELP", HELP, OSTR, 1, "[ <sp> <string> ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3063
{ "AFSLOG", AFSLOG, OSTR, 1, "[<sp> cell]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3249
case OSTR:
crypto/heimdal/appl/ftp/ftpd/ftpcmd.c
3261
if(state == OSTR)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1004
{ "HELP", HELP, OSTR, 1, "[ <sp> <string> ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1010
{ "AFSLOG", AFSLOG, OSTR, 1, "[<sp> cell]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1196
case OSTR:
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
1208
if(state == OSTR)
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
942
{ "EPSV", EPSV, OSTR, 1, "[<sp> foo]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
949
{ "MLFL", MLFL, OSTR, 0, "(mail file)" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
950
{ "MAIL", MAIL, OSTR, 0, "(mail to user)" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
951
{ "MSND", MSND, OSTR, 0, "(mail send to terminal)" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
952
{ "MSOM", MSOM, OSTR, 0, "(mail send to terminal or mailbox)" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
953
{ "MSAM", MSAM, OSTR, 0, "(mail send to terminal and mailbox)" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
954
{ "MRSQ", MRSQ, OSTR, 0, "(mail recipient scheme question)" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
962
{ "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
963
{ "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
964
{ "LIST", LIST, OSTR, 1, "[ <sp> path-name ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
965
{ "NLST", NLST, OSTR, 1, "[ <sp> path-name ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
968
{ "STAT", sTAT, OSTR, 1, "[ <sp> path-name ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
969
{ "HELP", HELP, OSTR, 1, "[ <sp> <string> ]" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
980
{ "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
crypto/heimdal/appl/ftp/ftpd/ftpcmd.y
981
{ "MDTM", MDTM, OSTR, 1, "<sp> path-name" },