Searched refs:DELE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/appl/push/
H A Dpush.c137 DELE, XDELE, QUIT} pop_state; enumerator in enum:__anon495
141 "DELE", "XDELE", "QUIT"
304 || (state == DELE && asked_deleted < count))
431 } else if (state == DELE) {
465 state = DELE;
491 else if(state == DELE)
493 "DELE %u\r\n", ++asked_deleted);
/macosx-10.10.1/tcl-105/tcl_ext/sdx/sdx/lib/ftpd/
H A Dftpd.tcl288 DELE {
435 puts $chan { DELE MDTM RMD XRMD MKD XMKD PWD XPWD}
/macosx-10.10.1/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpcmd.y101 ABOR DELE CWD LIST NLST SITE
338 | DELE SP pathname CRLF check_login_no_guest
961 { "DELE", DELE, STR1, 1, "<sp> file-name" },
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/ftpd/
H A Dftpd.tcl63 DELE {DELE <sp> file-name} \
827 # ::ftpd::command::DELE --
829 # Handle the DELE ftp command. Delete the specified file.
833 # list - The arguments to the DELE command.
841 proc ::ftpd::command::DELE {sock filename} {
855 puts $sock "500 DELE Failed: $path $msg"
1851 puts $outchan "250 DELE command successful."
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pop3d/
H A Dpop3d.tcl76 DELE H_dele
775 # @c Handle DELE command.

Completed in 153 milliseconds