Searched defs:cmd (Results 276 - 300 of 417) sorted by relevance

<<11121314151617

/external/libpng/contrib/gregbook/
H A Drpng2-win.c247 int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, PSTR cmd, int showmode) argument
341 p = cmd;
/external/linux-tools-perf/util/
H A Dprobe-event.c934 int parse_perf_probe_command(const char *cmd, struct perf_probe_event *pev) argument
939 argv = argv_split(cmd, &argc);
992 static int parse_probe_trace_command(const char *cmd, argument
1001 pr_debug("Parsing probe_events: %s\n", cmd);
1002 argv = argv_split(cmd, &argc);
/external/mksh/src/
H A Dhistrap.c366 /* Save cmd in history, execute cmd (cmd gets trashed) */
368 hist_execute(char *cmd) argument
383 for (p = cmd; p; p = q) {
409 ret = command(cmd, 0);
632 histsave(int *lnp, const char *cmd, bool dowrite MKSH_A_UNUSED, bool ignoredups) argument
637 mkssert(cmd != NULL);
638 strdupx(c, cmd, APERM);
881 writehistfile(int lno, const char *cmd) argument
928 writehistline(int fd, int lno, const char *cmd) argument
[all...]
/external/openssh/
H A Dmux.c105 Buffer cmd; member in struct:mux_session_confirm_ctx
310 char *reserved, *cmd, *cp; local
318 cmd = reserved = NULL;
326 (cmd = buffer_get_string_ret(m, &len)) == NULL) {
328 if (cmd != NULL)
329 xfree(cmd);
345 xfree(cmd);
364 "term \"%s\", cmd \"%s\", env %u", __func__, c->self,
366 cctx->want_subsys, cctx->term, cmd, env_len);
368 buffer_init(&cctx->cmd);
[all...]
H A Dscp.c121 int do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout);
122 int do_cmd2(char *host, char *remuser, char *cmd, int fdin, int fdout);
229 do_cmd(char *host, char *remuser, char *cmd, int *fdin, int *fdout) argument
237 remuser ? remuser : "(unspecified)", cmd);
278 addargs(&args, "%s", cmd);
303 do_cmd2(char *host, char *remuser, char *cmd, int fdin, int fdout) argument
312 remuser ? remuser : "(unspecified)", cmd);
327 addargs(&args, "%s", cmd);
358 char cmd[CMDNEEDS]; /* must hold "rcp -r -p -d\0" */ variable
508 (void) snprintf(cmd, sizeo
[all...]
/external/openssl/crypto/bio/
H A Dbss_dgram.c103 static long dgram_ctrl(BIO *h, int cmd, long arg1, void *arg2);
112 static long dgram_sctp_ctrl(BIO *h, int cmd, long arg1, void *arg2);
457 static long dgram_ctrl(BIO *b, int cmd, long num, void *ptr) argument
479 switch (cmd)
1330 static long dgram_sctp_ctrl(BIO *b, int cmd, long num, void *ptr) argument
1340 switch (cmd)
1433 if (cmd == BIO_CTRL_DGRAM_SCTP_AUTH_CCS_RCVD)
1526 ret=dgram_ctrl(b, cmd, num, ptr);
/external/openssl/crypto/engine/
H A Deng_cryptodev.c130 static int cryptodev_ctrl(ENGINE *e, int cmd, long i, void *p,
1345 cryptodev_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) argument
1351 switch (cmd) {
1355 "cryptodev_ctrl: unknown command %d", cmd);
1357 syslog(LOG_ERR, "cryptodev_ctrl: unknown command %d", cmd);
/external/openssl/crypto/store/
H A Dstr_lib.c191 int STORE_ctrl(STORE *store, int cmd, long i, void *p, void (*f)(void)) argument
199 return store->meth->ctrl(store, cmd, i, p, f);
/external/ppp/pppd/
H A Doptions.c400 char cmd[MAXWORDLEN]; local
426 while (getword(f, cmd, &newline, filename)) {
427 opt = find_option(cmd);
430 filename, cmd);
438 filename, cmd);
443 if (!process_option(opt, cmd, argv))
622 process_option(opt, cmd, argv)
624 char *cmd;
783 if (!(*wildp)(cmd, argv, 1))
/external/qemu/android/
H A Dhelp.c219 SkinKeyCommand cmd; local
221 for (cmd = SKIN_KEY_COMMAND_NONE+1; cmd < SKIN_KEY_COMMAND_MAX; cmd++)
227 count = skin_keyset_get_bindings( android_keyset, cmd, bindings );
241 PRINTF( " %-*s %s\n", maxw, temp, skin_key_command_description(cmd) );
/external/qemu/audio/
H A Dalsaaudio.c952 static int alsa_ctl_out (HWVoiceOut *hw, int cmd, ...) argument
956 switch (cmd) {
962 va_start (ap, cmd);
1180 static int alsa_ctl_in (HWVoiceIn *hw, int cmd, ...) argument
1184 switch (cmd) {
1190 va_start (ap, cmd);
/external/qemu/distrib/sdl-1.2.15/src/main/symbian/EKA2/
H A Dsdlexe.cpp571 TBuf8<256> cmd; local
576 file.Read(cmd);
578 MakeCCmdLineL(cmd, *iParams);
585 cmd.Copy(buffer);
586 MakeCCmdLineL(cmd, *iParams);
/external/qemu/hw/
H A Dgoldfish_nand.c447 uint32_t nand_dev_do_cmd(nand_dev_controller_state *s, uint32_t cmd) argument
453 if (cmd == NAND_CMD_WRITE_BATCH || cmd == NAND_CMD_READ_BATCH ||
454 cmd == NAND_CMD_ERASE_BATCH) {
471 switch(cmd) {
518 cpu_abort(cpu_single_env, "nand_dev_do_cmd: Bad command %x\n", cmd);
H A Dgoldfish_pipe.c1100 uint32_t cmd; local
1113 cmd = aps.cmd;
1114 if ((cmd != PIPE_CMD_READ_BUFFER) && (cmd != PIPE_CMD_WRITE_BUFFER))
1117 pipeDevice_doCommand(s, cmd);
H A Dpci.c357 int cmd, i; local
360 cmd = le16_to_cpu(*(uint16_t *)(d->config + PCI_COMMAND));
370 if (cmd & PCI_COMMAND_IO) {
384 if (cmd & PCI_COMMAND_MEMORY) {
/external/quake/quake/src/QW/client/
H A Dgl_vidlinux.c757 void IN_MouseMove (usercmd_t *cmd) argument
783 // add mouse X/Y movement to cmd
785 cmd->sidemove += m_side.value * mouse_x;
803 cmd->upmove -= m_forward.value * mouse_y;
805 cmd->forwardmove -= m_forward.value * mouse_y;
809 void IN_Move (usercmd_t *cmd) argument
811 IN_MouseMove(cmd);
H A Dgl_vidlinux_svga.c795 void IN_MouseMove (usercmd_t *cmd) argument
821 // add mouse X/Y movement to cmd
823 cmd->sidemove += m_side.value * mouse_x;
841 cmd->upmove -= m_forward.value * mouse_y;
843 cmd->forwardmove -= m_forward.value * mouse_y;
847 void IN_Move (usercmd_t *cmd) argument
849 IN_MouseMove(cmd);
H A Dgl_vidlinux_x11.c829 void IN_Move (usercmd_t *cmd) argument
846 cmd->sidemove += m_side.value * mouse_x;
860 cmd->upmove -= m_forward.value * mouse_y;
862 cmd->forwardmove -= m_forward.value * mouse_y;
H A Din_win.c154 void IN_JoyMove (usercmd_t *cmd);
580 void IN_MouseMove (usercmd_t *cmd) argument
696 // add mouse X/Y movement to cmd
698 cmd->sidemove += m_side.value * mouse_x;
716 cmd->upmove -= m_forward.value * mouse_y;
718 cmd->forwardmove -= m_forward.value * mouse_y;
734 void IN_Move (usercmd_t *cmd) argument
739 IN_MouseMove (cmd);
740 IN_JoyMove (cmd);
1061 void IN_JoyMove (usercmd_t *cmd) argument
[all...]
H A Dmenu.c777 char cmd[80]; local
789 sprintf (cmd, "bind %s \"%s\"\n", Key_KeynumToString (k), bindnames[keys_cursor][0]);
790 Cbuf_InsertText (cmd);
H A Dvid_svgalib.c937 void IN_MouseMove (usercmd_t *cmd) argument
963 // add mouse X/Y movement to cmd
965 cmd->sidemove += m_side.value * mouse_x;
983 cmd->upmove -= m_forward.value * mouse_y;
985 cmd->forwardmove -= m_forward.value * mouse_y;
989 void IN_Move (usercmd_t *cmd) argument
991 IN_MouseMove(cmd);
H A Dvid_x.c1071 void IN_Move (usercmd_t *cmd) argument
1088 cmd->sidemove += m_side.value * mouse_x;
1102 cmd->upmove -= m_forward.value * mouse_y;
1104 cmd->forwardmove -= m_forward.value * mouse_y;
/external/quake/quake/src/QW/server/
H A Dsv_main.c1184 char *cmd; local
1188 cmd = Sys_ConsoleInput ();
1189 if (!cmd)
1191 Cbuf_AddText (cmd);
/external/quake/quake/src/WinQuake/
H A Dclient.h155 usercmd_t cmd; // last command sent to the server member in struct:__anon12442
326 void CL_SendMove (usercmd_t *cmd);
335 void CL_WriteToServer (usercmd_t *cmd);
336 void CL_BaseMove (usercmd_t *cmd);
H A Dgl_vidandroid.cpp741 void IN_MouseMove (usercmd_t *cmd) argument
762 // add mouse X/Y movement to cmd
764 cmd->sidemove += m_side.value * mouse_x;
782 cmd->upmove -= m_forward.value * mouse_y;
784 cmd->forwardmove -= m_forward.value * mouse_y;
788 void IN_Move (usercmd_t *cmd) argument
790 IN_MouseMove(cmd);

Completed in 541 milliseconds

<<11121314151617