Home
last modified time | relevance | path

Searched refs:cmd_quit (Results 1 – 25 of 334) sorted by last modified time

12345678910>>...14

/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A DMakefile.in129 cmd_moveas.$(OBJEXT) cmd_parent.$(OBJEXT) cmd_quit.$(OBJEXT) \
375 cmd_quit.h \
471 cmd_quit.c \
/dports/www/cadaver/cadaver-0.23.3/src/
H A Dcadaver.c533 } else if (cmd->id == cmd_quit) { in execute_command()
H A Dcommands.c106 { cmd_quit, "exit" }, { cmd_quit, "bye" },
1377 { cmd_quit, "quit", false, 0, 1, parmscope_none, T1(NULL), "quit",
/dports/security/kc24/kc-2.4.2/
H A DMakefile14 cmd_passwd.c cmd_quit.c cmd_search.c cmd_searchre.c cmd_status.c \
/dports/net/nepenthes/nepenthes-0.2.2/modules/vuln-ftpd/
H A Dvuln-ftpd.cpp211 const char* cmd_quit = "QUIT"; in incomingData() local
335 if ( line.size () > sizeof(cmd_quit) && memcmp(line.c_str(), cmd_quit, sizeof(cmd_quit)) == 0 ) in incomingData()
/dports/multimedia/vlc/vlc-3.0.16/modules/
H A DMakefile.in3766 gui/skins2/commands/cmd_quit.cpp \
3767 gui/skins2/commands/cmd_quit.hpp \
3954 gui/skins2/commands/libskins2_plugin_la-cmd_quit.lo \
5968 gui/skins2/commands/$(DEPDIR)/libskins2_plugin_la-cmd_quit.Plo \
11608 gui/skins2/commands/cmd_quit.cpp \
11609 gui/skins2/commands/cmd_quit.hpp \
18170 gui/skins2/commands/libskins2_plugin_la-cmd_quit.lo: \
26321 gui/skins2/commands/libskins2_plugin_la-cmd_quit.lo: gui/skins2/commands/cmd_quit.cpp
26323 …2/commands/$(DEPDIR)/libskins2_plugin_la-cmd_quit.Tpo gui/skins2/commands/$(DEPDIR)/libskins2_plug…
29551 -rm -f gui/skins2/commands/$(DEPDIR)/libskins2_plugin_la-cmd_quit.Plo
[all …]
/dports/misc/gpsim/gpsim-0.31.0/cli/
H A DMakefile.in141 cmd_node.lo cmd_processor.lo cmd_quit.lo cmd_reset.lo \
174 ./$(DEPDIR)/cmd_quit.Plo ./$(DEPDIR)/cmd_reset.Plo \
435 cmd_quit.cc \
454 cmd_version.h misc.h cmd_disasm.h cmd_list.h cmd_quit.h \
556 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cmd_quit.Plo@am__quote@ # am--include-marker
761 -rm -f ./$(DEPDIR)/cmd_quit.Plo
840 -rm -f ./$(DEPDIR)/cmd_quit.Plo
/dports/lang/python310/Python-3.10.1/Lib/test/
H A Dtest_poplib.py133 def cmd_quit(self, arg): member in DummyPOP3Handler
H A Dtest_ftplib.py222 def cmd_quit(self, arg): member in DummyFTPHandler
/dports/lang/python38/Python-3.8.12/Lib/test/
H A Dtest_poplib.py125 def cmd_quit(self, arg): member in DummyPOP3Handler
H A Dtest_ftplib.py207 def cmd_quit(self, arg): member in DummyFTPHandler
/dports/lang/python37/Python-3.7.12/Lib/test/
H A Dtest_poplib.py125 def cmd_quit(self, arg): member in DummyPOP3Handler
H A Dtest_ftplib.py210 def cmd_quit(self, arg): member in DummyFTPHandler
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_ftplib.py176 def cmd_quit(self, arg): member in DummyFTPHandler
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_ftplib.py176 def cmd_quit(self, arg): member in DummyFTPHandler
/dports/lang/python39/Python-3.9.9/Lib/test/
H A Dtest_poplib.py128 def cmd_quit(self, arg): member in DummyPOP3Handler
H A Dtest_ftplib.py215 def cmd_quit(self, arg): member in DummyFTPHandler
/dports/lang/python311/Python-3.11.0a3/Lib/test/
H A Dtest_poplib.py133 def cmd_quit(self, arg): member in DummyPOP3Handler
H A Dtest_ftplib.py222 def cmd_quit(self, arg): member in DummyFTPHandler
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dquitrand.pl20 sub cmd_quit { subroutine
/dports/irc/srvx/srvx-1.3.1/src/
H A Dproto-p10.c1353 static CMD_FUNC(cmd_quit) in CMD_FUNC() argument
1606 dict_insert(irc_func_dict, CMD_QUIT, cmd_quit); in init_parse()
1607 dict_insert(irc_func_dict, TOK_QUIT, cmd_quit); in init_parse()
/dports/games/cake/cake_src/
H A Dmain.cpp113 void cmd_quit(int argc, char *argv[]);
934 void cmd_quit(int argc, char *argv[]) in cmd_quit() function
1404 gCommands->AddCommand("quit", cmd_quit, "exit the application"); in AddCommands()
/dports/ftp/smbftpd/smbftpd-2.4/
H A Dftpcmd.y632 cmd_quit();
/dports/ftp/quftp/quftp-1.0.7/
H A Dquftp.c60 {"quit", cmd_quit, "Exit the program", NULL},
79 {"exit", cmd_quit, "Synonym for quit", NULL},
1124 int cmd_quit (char *command_line) { in cmd_quit() function
/dports/editors/mle/mle-1.4.3/
H A Dmle.h526 int cmd_quit(cmd_context_t *ctx);

12345678910>>...14