HomeSort by: relevance | last modified time | path
    Searched defs:mlsd (Results 1 - 2 of 2) sorted by relevancy

  /src/libexec/ftpd/
cmds.c 117 FE_MLSD = 1<<0, /* if op is MLSD (MLST otherwise ) */
225 mlsd(const char *path) function in typeref:typename:void
251 dout = dataconn("MLSD", (off_t)-1, "w");
288 reply(226, "MLSD complete.");
814 /* if MLSD and not "." entry, display as-is */
817 /* if MLST, or MLSD and "." entry, realpath(3) it */
cmds.c 117 FE_MLSD = 1<<0, /* if op is MLSD (MLST otherwise ) */
225 mlsd(const char *path) function in typeref:typename:void
251 dout = dataconn("MLSD", (off_t)-1, "w");
288 reply(226, "MLSD complete.");
814 /* if MLSD and not "." entry, display as-is */
817 /* if MLST, or MLSD and "." entry, realpath(3) it */

Completed in 21 milliseconds