Searched refs:cmd (Results 26 - 50 of 752) sorted by relevance

1234567891011>>

/external/elfutils/libelf/
H A Delf_flagscn.c62 elf_flagscn (scn, cmd, flags)
64 Elf_Cmd cmd;
78 if (likely (cmd == ELF_C_SET))
80 else if (likely (cmd == ELF_C_CLR))
H A Delf_flagshdr.c62 elf_flagshdr (scn, cmd, flags)
64 Elf_Cmd cmd;
78 if (likely (cmd == ELF_C_SET))
80 else if (likely (cmd == ELF_C_CLR))
/external/linux-tools-perf/util/
H A Dexec_cmd.h9 extern int execl_perf_cmd(const char *cmd, ...);
/external/quake/quake/src/QW/client/
H A Dcmd.c20 // cmd.c -- Quake script command processing module
208 quake +prog jctest.qp +cmd amlev1
209 quake -nosound +cmd amlev1
339 char cmd[1024]; local
377 cmd[0] = 0; // start out with a null string
381 strcat (cmd, Cmd_Argv(i));
383 strcat (cmd, " ");
385 strcat (cmd, "\n");
387 a->value = CopyString (cmd);
514 cmd_function_t *cmd; local
550 cmd_function_t *cmd; local
570 cmd_function_t *cmd; local
667 cmd_function_t *cmd; local
[all...]
H A Dcl_input.c286 void CL_BaseMove (usercmd_t *cmd) argument
290 memset (cmd, 0, sizeof(*cmd));
292 VectorCopy (cl.viewangles, cmd->angles);
295 cmd->sidemove += cl_sidespeed.value * CL_KeyState (&in_right);
296 cmd->sidemove -= cl_sidespeed.value * CL_KeyState (&in_left);
299 cmd->sidemove += cl_sidespeed.value * CL_KeyState (&in_moveright);
300 cmd->sidemove -= cl_sidespeed.value * CL_KeyState (&in_moveleft);
302 cmd->upmove += cl_upspeed.value * CL_KeyState (&in_up);
303 cmd
337 CL_FinishMove(usercmd_t *cmd) argument
392 usercmd_t *cmd, *oldcmd; local
[all...]
/external/wpa_supplicant_8/hostapd/
H A Dhostapd_cli.c83 " wps_ap_pin <cmd> [params..] enable/disable AP PIN\n"
175 static int _wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd, int print) argument
186 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len,
189 printf("'%s' command timed out.\n", cmd);
192 printf("'%s' command failed.\n", cmd);
203 static inline int wpa_ctrl_command(struct wpa_ctrl *ctrl, char *cmd) argument
205 return _wpa_ctrl_command(ctrl, cmd, 1);
230 char *cmd; local
236 cmd
376 char cmd[256]; local
417 char cmd[256]; local
477 char cmd[64]; local
499 char cmd[64]; local
611 wpa_ctrl_command_sta(struct wpa_ctrl *ctrl, char *cmd, char *addr, size_t addr_len) argument
650 char addr[32], cmd[64]; local
688 char cmd[256]; local
752 char cmd[256]; local
772 char cmd[256]; local
791 const char *cmd; member in struct:hostapd_cli_cmd
838 struct hostapd_cli_cmd *cmd, *match = NULL; local
904 tokenize_cmd(char *cmd, char *argv[]) argument
964 hostapd_cli_edit_cmd_cb(void *ctx, char *cmd) argument
[all...]
/external/dropbear/libtomcrypt/testprof/
H A Dtest_driver.c3 void run_cmd(int res, int line, char *file, char *cmd) argument
6 fprintf(stderr, "%s (%d)\n%s:%d:%s\n", error_to_string(res), res, file, line, cmd);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwifi_display.h16 int wifi_display_subelem_set(struct wpa_global *global, char *cmd);
17 int wifi_display_subelem_get(struct wpa_global *global, char *cmd,
/external/webkit/Source/WebCore/editing/
H A DEditCommand.cpp165 for (EditCommand* cmd = this; ; cmd = cmd->m_parent) {
166 cmd->m_startingSelection = s;
167 cmd->m_startingRootEditableElement = root;
168 if (!cmd->m_parent || cmd->m_parent->isFirstCommand(cmd))
176 for (EditCommand* cmd = this; cmd; cm
[all...]
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit_readline.c19 static void (*edit_cmd_cb)(void *ctx, char *cmd);
21 static char ** (*edit_completion_cb)(void *ctx, const char *cmd, int pos) =
92 static void readline_cmd_handler(char *cmd) argument
94 if (cmd && *cmd) {
99 if (h == NULL || os_strcmp(cmd, h->line) != 0)
100 add_history(cmd);
103 if (cmd == NULL) {
107 trunc_nl(cmd);
108 edit_cmd_cb(edit_cb_ctx, cmd);
112 edit_init(void (*cmd_cb)(void *ctx, char *cmd), void (*eof_cb)(void *ctx), char ** (*completion_cb)(void *ctx, const char *cmd, int pos), void *ctx, const char *history_file, const char *ps) argument
147 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) argument
[all...]
/external/wpa_supplicant_8/src/utils/
H A Dedit_readline.c19 static void (*edit_cmd_cb)(void *ctx, char *cmd);
21 static char ** (*edit_completion_cb)(void *ctx, const char *cmd, int pos) =
92 static void readline_cmd_handler(char *cmd) argument
94 if (cmd && *cmd) {
99 if (h == NULL || os_strcmp(cmd, h->line) != 0)
100 add_history(cmd);
103 if (cmd == NULL) {
107 trunc_nl(cmd);
108 edit_cmd_cb(edit_cb_ctx, cmd);
112 edit_init(void (*cmd_cb)(void *ctx, char *cmd), void (*eof_cb)(void *ctx), char ** (*completion_cb)(void *ctx, const char *cmd, int pos), void *ctx, const char *history_file, const char *ps) argument
147 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit_readline.c19 static void (*edit_cmd_cb)(void *ctx, char *cmd);
21 static char ** (*edit_completion_cb)(void *ctx, const char *cmd, int pos) =
92 static void readline_cmd_handler(char *cmd) argument
94 if (cmd && *cmd) {
99 if (h == NULL || os_strcmp(cmd, h->line) != 0)
100 add_history(cmd);
103 if (cmd == NULL) {
107 trunc_nl(cmd);
108 edit_cmd_cb(edit_cb_ctx, cmd);
112 edit_init(void (*cmd_cb)(void *ctx, char *cmd), void (*eof_cb)(void *ctx), char ** (*completion_cb)(void *ctx, const char *cmd, int pos), void *ctx, const char *history_file, const char *ps) argument
147 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) argument
[all...]
/external/quake/quake/src/WinQuake/
H A Dcmd.cpp20 // cmd.c -- Quake script command processing module
209 quake +prog jctest.qp +cmd amlev1
210 quake -nosound +cmd amlev1
344 char cmd[1024]; local
382 cmd[0] = 0; // start out with a null string
386 strcat (cmd, Cmd_Argv(i));
388 strcat (cmd, " ");
390 strcat (cmd, "\n");
392 a->value = CopyString (cmd);
437 Cmd_AddCommand ("cmd", Cmd_ForwardToServe
534 cmd_function_t *cmd; local
570 cmd_function_t *cmd; local
590 cmd_function_t *cmd; local
616 cmd_function_t *cmd; local
[all...]
/external/quake/tools/
H A Ddumpms2.py51 cmd = readInt32(f)
53 if cmd == 0:
55 elif(cmd > 0):
57 print "strip ", cmd
58 for i in range(cmd):
67 print "fan ", -cmd
68 for i in range(-cmd):
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
H A Dnetworkconfig.ui.h100 char reply[10], cmd[256]; local
207 snprintf(cmd, sizeof(cmd), "ENABLE_NETWORK %d", id);
209 wpagui->ctrlRequest(cmd, reply, &reply_len);
230 char reply[10], cmd[256]; local
232 snprintf(cmd, sizeof(cmd), "SET_NETWORK %d %s %s%s%s",
235 wpagui->ctrlRequest(cmd, reply, &reply_len);
309 char reply[1024], cmd[256], *pos; local
312 snprintf(cmd, sizeo
504 char reply[10], cmd[256]; local
[all...]
/external/webkit/LayoutTests/storage/indexeddb/resources/
H A Dshared.js33 function evalAndExpectException(cmd, expected)
35 debug("Expecting exception from " + cmd);
37 eval(cmd);
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Dwps-ap-cli53 read -p "Command: " cmd
55 case "$cmd" in
69 echo "Unknown command: $cmd"
/external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/
H A DSDL_syscdrom.c469 struct cd_audio_cmd cmd; local
474 cmd.audio_cmds = CD_TRK_INFO_AUDIO;
475 cmd.msf_flag = FALSE;
476 if ( SDL_SYS_CDioctl(cdrom->id, DKAUDIO, &cmd) < 0 ) {
481 cdrom->numtracks = cmd.indexing.track_index.last_track
482 - cmd.indexing.track_index.first_track+1;
492 cdrom->track[i].id = cmd.indexing.track_index.first_track+i;
521 struct cd_audio_cmd cmd; local
522 cmd.audio_cmds = CD_INFO_AUDIO;
524 if ( SDL_SYS_CDioctl(cdrom->id, DKAUDIO, &cmd) <
576 struct cd_audio_cmd cmd; local
615 struct cd_audio_cmd cmd; local
623 struct cd_audio_cmd cmd; local
631 struct cd_audio_cmd cmd; local
[all...]
/external/elfutils/libdw/
H A Ddwarf_begin.c63 dwarf_begin (fd, cmd)
65 Dwarf_Cmd cmd;
71 switch (cmd)
117 result = INTUSE(dwarf_begin_elf) (elf, cmd, NULL);
/external/kernel-headers/original/linux/
H A Dandroid_alarm.h48 #define ANDROID_ALARM_BASE_CMD(cmd) (cmd & ~(_IOC(0, 0, 0xf0, 0)))
49 #define ANDROID_ALARM_IOCTL_TO_TYPE(cmd) (_IOC_NR(cmd) >> 4)
/external/qemu/distrib/sdl-1.2.15/src/main/qtopia/
H A DSDL_qtopia_main.cc23 QString cmd = QPEApplication::qpeDir() + "bin/qcop QPE/System 'closing(QString)' '"+appname+"'"; local
24 system(cmd.latin1());
25 cmd = "/tmp/qcop-msg-"+appname;
26 unlink(cmd.latin1());
/external/valgrind/main/nightly/conf/
H A Dcellbuzz-native.conf15 rm -f cmd-output.txt done
16 jobid=`echo "{ cd $PWD && eval \"$*\"; } >& $PWD/cmd-output.txt" | qsub -m n`
22 cat cmd-output.txt
/external/e2fsprogs/resize/
H A Dtest_extent.c22 char *cp, *cmd, *arg1, *arg2; local
50 cmd = buf;
67 if (!strcmp(cmd, "create")) {
81 if (!strcmp(cmd, "free")) {
84 } else if (!strcmp(cmd, "add")) {
88 } else if (!strcmp(cmd, "lookup")) {
92 } else if (!strcmp(cmd, "dump")) {
94 } else if (!strcmp(cmd, "iter_test")) {
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DEditCommandQt.h34 EditCommandQt(WTF::RefPtr<WebCore::EditCommand> cmd, QUndoCommand *parent = 0);
36 EditCommandQt(WTF::RefPtr<WebCore::EditCommand> cmd);
/external/qemu/telephony/
H A Dandroid_modem.c1009 unknownCommand( const char* cmd, AModem modem ) argument
1012 fprintf(stderr, ">>> unknown command '%s'\n", cmd );
1150 handleSubscriptionSource( const char* cmd, AModem modem ) argument
1154 D("handleSubscriptionSource(%s)\n",cmd);
1156 assert( !memcmp( "+CCSS", cmd, 5 ) );
1157 cmd += 5;
1158 if (cmd[0] == '?') {
1160 } else if (cmd[0] == '=') {
1161 switch (cmd[1]) {
1164 newsource = (ACdmaSubscriptionSource)cmd[
1174 handleRoamPref( const char * cmd, AModem modem ) argument
1202 handleTech( const char* cmd, AModem modem ) argument
1240 handleEmergencyMode( const char* cmd, AModem modem ) argument
1274 handlePrlVersion( const char* cmd, AModem modem ) argument
1286 handleRadioPower( const char* cmd, AModem modem ) argument
1302 handleRadioPowerReq( const char* cmd, AModem modem ) argument
1311 handleSIMStatusReq( const char* cmd, AModem modem ) argument
1341 handleNetworkRegistration( const char* cmd, AModem modem ) argument
1416 handleSetDialTone( const char* cmd, AModem modem ) argument
1423 handleDeleteSMSonSIM( const char* cmd, AModem modem ) argument
1430 handleSIM_IO( const char* cmd, AModem modem ) argument
1437 handleOperatorSelection( const char* cmd, AModem modem ) argument
1559 handleRequestOperator( const char* cmd, AModem modem ) argument
1576 handleSendSMStoSIM( const char* cmd, AModem modem ) argument
1583 handleSendSMS( const char* cmd, AModem modem ) argument
1649 handleSendSMSText( const char* cmd, AModem modem ) argument
1801 handleChangeOrEnterPIN( const char* cmd, AModem modem ) argument
1857 handleListCurrentCalls( const char* cmd, AModem modem ) argument
1944 handleEndOfInit( const char* cmd, AModem modem ) argument
1953 handleListPDPContexts( const char* cmd, AModem modem ) argument
1968 handleDefinePDPContext( const char* cmd, AModem modem ) argument
2022 handleQueryPDPContext( const char* cmd, AModem modem ) argument
2043 handleStartPDPContext( const char* cmd, AModem modem ) argument
2121 handleDial( const char* cmd, AModem modem ) argument
2177 handleAnswer( const char* cmd, AModem modem ) argument
2206 handleSignalStrength( const char* cmd, AModem modem ) argument
2231 handleHangup( const char* cmd, AModem modem ) argument
2343 const char* cmd; /* command coming from libreference-ril.so, if first member in struct:__anon11791
[all...]

Completed in 576 milliseconds

1234567891011>>