Home
last modified time | relevance | path

Searched refs:LONG_REPLY (Results 1 – 7 of 7) sorted by relevance

/dports/ftp/smbftpd/smbftpd-2.4/cmd/
H A Dcmd_statfile.c11 reply_fs2client(LONG_REPLY(211), "status of %s:", filename); in cmd_statfile()
H A Dcmd_feat.c35 reply_noformat(LONG_REPLY(211), "Extensions supported:"); in cmd_feat()
H A Dcmd_pass.c251 reply_noformat(LONG_REPLY(230), "No directory! Logging in with home=/."); in cmd_pass()
266 reply_noformat(LONG_REPLY(230), line); in cmd_pass()
H A Dcmd_store.c186 reply(LONG_REPLY(226), "WARNING! %d bare linefeeds received in ASCII mode.", bare_lfs); in receive_data_ascii_mode()
/dports/ftp/smbftpd/smbftpd-2.4/
H A Dmain.c522 reply_noformat(LONG_REPLY(530), line); in main()
535 reply_noformat(LONG_REPLY(220), line); in main()
H A Dftpcmd.y1468 reply(LONG_REPLY(214), "The following %scommands are recognized %s.",
/dports/ftp/smbftpd/smbftpd-2.4/include/
H A Dsmbftpd.h179 #define LONG_REPLY(x) (x*-1) macro