Home
last modified time | relevance | path

Searched refs:do_command (Results 1 – 16 of 16) sorted by relevance

/external/libcups/scheduler/
Dtestlpd.c27 static int do_command(int outfd, int infd, const char *command);
192 do_command(int outfd, /* I - Command file descriptor */ in do_command() function
261 if ((status = do_command(outfd, infd, command)) != 0) in print_job()
296 if ((status = do_command(outfd, infd, command)) != 0) in print_job()
333 if ((status = do_command(outfd, infd, command)) != 0) in print_job()
390 return (do_command(outfd, infd, command)); in print_waiting()
421 return (do_command(outfd, infd, command)); in remove_job()
/external/libcups/berkeley/
Dlpc.c22 static void do_command(http_t *, const char *, const char *);
54 do_command(http, argv[1], argv[2]); in main()
118 do_command(http, line, NULL); in main()
120 do_command(http, line, params); in main()
165 do_command(http_t *http, /* I - HTTP connection to server */ in do_command() function
/external/oss-fuzz/infra/base-images/base-builder/
Dbisect_clang.py59 def do_command(self, git_subcommand): member in GitRepo
95 return self.do_command(['bisect', subcommand])
101 self.do_command(['checkout', commit])
Dbisect_clang_test.py165 self.git.do_command(command)
/external/e2fsprogs/lib/ext2fs/
Dtdbtool.c42 static int do_command(void);
423 static int do_command(void) in do_command() function
578 do_command(); in main()
604 if (do_command()) break; in main()
614 do_command(); in main()
/external/iptables/iptables/
Diptables-restore.c68 int (*do_command)(int argc, char *argv[], char **table, member
338 ret = cb->do_command(av_store.argc, av_store.argv, in ip46tables_restore_main()
369 .do_command = do_command4,
403 .do_command = do_command6,
Dxtables-restore.c65 .do_command = do_commandx,
227 ret = cb->do_command(h, state->av_store.argc, in xtables_restore_parse_line()
413 .do_command = do_commandeb,
458 .do_command = do_commandarp,
Dnft-shared.h232 int (*do_command)(struct nft_handle *h, int argc, char *argv[], member
Dxtables-translate.c445 .do_command = do_command_xlate,
/external/e2fsprogs/lib/ext2fs/tdb/patches/
Dtdbtool-includes30 static int do_command(void);
/external/python/cpython2/Lib/curses/
Dtextpad.py95 def do_command(self, ch): member in Textbox
185 if not self.do_command(ch):
/external/python/cpython3/Lib/curses/
Dtextpad.py95 def do_command(self, ch): member in Textbox
185 if not self.do_command(ch):
/external/oss-fuzz/projects/mysql-server/targets/
Dfuzz_docommand.cc180 if (do_command(thd_fuzz)) break; in LLVMFuzzerTestOneInput()
/external/tensorflow/tensorflow/python/debug/cli/
Dcurses_ui.py962 self._command_textbox.do_command(ord(c))
969 self._command_textbox.do_command(self.BACKSPACE_KEY)
/external/python/cpython2/Doc/library/
Dcurses.rst1714 .. method:: do_command(ch)
/external/python/cpython3/Doc/library/
Dcurses.rst1808 .. method:: do_command(ch)