Symbol: OSTR
libexec/ftpd/ftpcmd.y
1228
{ "CWD", CWD, OSTR, 1, "[ <sp> directory-name ]", 0, },
libexec/ftpd/ftpcmd.y
1255
{ "LIST", LIST, OSTR, 1, "[ <sp> path-name ]", 0, },
libexec/ftpd/ftpcmd.y
1256
{ "NLST", NLST, OSTR, 1, "[ <sp> path-name ]", 0, },
libexec/ftpd/ftpcmd.y
1259
{ "STAT", STAT, OSTR, 4, "[ <sp> path-name ]", 0, },
libexec/ftpd/ftpcmd.y
1260
{ "HELP", HELP, OSTR, 1, "[ <sp> <string> ]", 0, },
libexec/ftpd/ftpcmd.y
1278
{ "MDTM", MDTM, OSTR, 1, "<sp> path-name", 0, },
libexec/ftpd/ftpcmd.y
1279
{ "SIZE", SIZE, OSTR, 1, "<sp> path-name", 0, },
libexec/ftpd/ftpcmd.y
1280
{ "MLST", MLST, OSTR, 2, "[ <sp> path-name ]", 0, },
libexec/ftpd/ftpcmd.y
1281
{ "MLSD", MLSD, OSTR, 1, "[ <sp> directory-name ]", 0, },
libexec/ftpd/ftpcmd.y
1284
{ "MAIL", MAIL, OSTR, 0, "(mail to user)", 0, },
libexec/ftpd/ftpcmd.y
1285
{ "MLFL", MLFL, OSTR, 0, "(mail file)", 0, },
libexec/ftpd/ftpcmd.y
1287
{ "MRSQ", MRSQ, OSTR, 0, "(mail recipient scheme question)", 0, },
libexec/ftpd/ftpcmd.y
1288
{ "MSAM", MSAM, OSTR, 0, "(mail send to terminal and mailbox)", 0, },
libexec/ftpd/ftpcmd.y
1289
{ "MSND", MSND, OSTR, 0, "(mail send to terminal)", 0, },
libexec/ftpd/ftpcmd.y
1290
{ "MSOM", MSOM, OSTR, 0, "(mail send to terminal or mailbox)", 0, },
libexec/ftpd/ftpcmd.y
1292
{ "XCWD", CWD, OSTR, 1, "[ <sp> directory-name ]", 0, },
libexec/ftpd/ftpcmd.y
1302
{ "HELP", HELP, OSTR, 1, "[ <sp> <string> ]", 0, },
libexec/ftpd/ftpcmd.y
1304
{ "RATEGET", RATEGET,OSTR, 1, "[ <sp> get-throttle-rate ]", 0, },
libexec/ftpd/ftpcmd.y
1305
{ "RATEPUT", RATEPUT,OSTR, 1, "[ <sp> put-throttle-rate ]", 0, },
libexec/ftpd/ftpcmd.y
1571
case OSTR:
libexec/ftpd/ftpcmd.y
1583
state = state == OSTR ? STR2 : state+1;