HomeSort by: relevance | last modified time | path
    Searched refs:mlst (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.bin/ftp/
extern.h 159 void mlst(int, char **);
cmdtab.c 236 { "mlst", H(mlsthelp), 1, 1, 1, CMPL(r) mlst },
cmds.c 2776 mlst(int argc, char *argv[]) function in typeref:typename:void
2787 "MLST is not supported by the remote server.\n");
2791 COMMAND_1ARG(argc, argv, "MLST");
  /src/libexec/ftpd/
extern.h 140 void mlst(const char *);
ftpcmd.y 151 SIZE MDTM MLST MLSD
848 | MLST check_login SP pathname CRLF
851 mlst($4);
856 | MLST check_login CRLF
859 mlst(NULL);
1280 { "MLST", MLST, OSTR, 2, "[ <sp> path-name ]", 0, },
cmds.c 117 FE_MLSD = 1<<0, /* if op is MLSD (MLST otherwise ) */
200 cprintf(stdout, " MLST ");
295 mlst(const char *path) function in typeref:typename:void
306 reply(-250, "MLST %s", path);
341 /* special case: MLST */
342 if (strcasecmp(command, "MLST") == 0) {
357 reply(501, "Invalid MLST options");
374 cprintf(stdout, "200 MLST OPTS");
817 /* if MLST, or MLSD and "." entry, realpath(3) it */

Completed in 18 milliseconds