Home
last modified time | relevance | path

Searched refs:cmd_echo (Results 1 – 3 of 3) sorted by relevance

/external/trusty/lk/lib/console/
Dconsole.c94 static int cmd_echo(int argc, const cmd_args *argv);
106 STATIC_COMMAND("echo", NULL, &cmd_echo)
852 static int cmd_echo(int argc, const cmd_args *argv) in cmd_echo() function
/external/python/cpython3/Lib/test/
Dtest_poplib.py88 def cmd_echo(self, arg): member in DummyPOP3Handler
Dtest_ftplib.py185 def cmd_echo(self, arg): member in DummyFTPHandler