Searched defs:cmd (Results 26 - 50 of 425) sorted by relevance

1234567891011>>

/external/libppp/src/
H A Dcommand.h38 struct cmdtab const *cmd; /* This command entry */ member in struct:cmdargs
39 int argc; /* Number of arguments (excluding cmd */
/external/openssl/crypto/x509/
H A Dby_file.c71 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argc,
92 static int by_file_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl, argument
98 switch (cmd)
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwifi_display.c191 int wifi_display_subelem_set(struct wpa_global *global, char *cmd) argument
198 pos = os_strchr(cmd, ' ');
202 subelem = atoi(cmd);
235 int wifi_display_subelem_get(struct wpa_global *global, char *cmd, argument
240 subelem = atoi(cmd);
/external/bluetooth/bluedroid/bta/sys/
H A Dutl.c180 ** cmd - the fields of the device class to update.
190 BOOLEAN utl_set_device_class(tBTA_UTL_COD *p_cod, UINT8 cmd) argument
202 switch(cmd)
/external/chromium/chrome/browser/content_settings/
H A Dhost_content_settings_map_unittest.cc64 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
65 AutoReset<CommandLine> auto_reset(cmd, *cmd);
66 cmd->AppendSwitch(switches::kEnableClickToPlay);
492 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
493 AutoReset<CommandLine> auto_reset(cmd, *cmd);
494 cmd->AppendSwitch(switches::kEnableResourceContentSettings);
576 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
577 AutoReset<CommandLine> auto_reset(cmd, *cm
626 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
662 CommandLine* cmd = CommandLine::ForCurrentProcess(); local
[all...]
/external/dropbear/
H A Dchansession.h42 unsigned char * cmd; /* command to exec */ member in struct:ChanSess
/external/elfutils/libelf/
H A Dcommon.h93 Elf_Cmd cmd, Elf *parent, Elf_Kind kind, size_t extra)
102 result->cmd = cmd;
92 allocate_elf(int fildes, void *map_address, off_t offset, size_t maxsize, Elf_Cmd cmd, Elf *parent, Elf_Kind kind, size_t extra) argument
/external/iproute2/ip/
H A Dtunnel.c134 int tnl_add_ioctl(int cmd, const char *basedev, const char *name, void *p) argument
140 if (cmd == SIOCCHGTUNNEL && name[0])
146 err = ioctl(fd, cmd, &ifr);
172 static int tnl_gen_ioctl(int cmd, const char *name, void *p, int skiperr) argument
181 err = ioctl(fd, cmd, &ifr);
188 int tnl_prl_ioctl(int cmd, const char *name, void *p) argument
190 return tnl_gen_ioctl(cmd, name, p, -1);
193 int tnl_6rd_ioctl(int cmd, const char *name, void *p) argument
195 return tnl_gen_ioctl(cmd, name, p, -1);
/external/iproute2/tc/
H A Dtc_class.c43 int tc_class_modify(int cmd, unsigned flags, int argc, char **argv) argument
62 req.n.nlmsg_type = cmd;
/external/iptables/iptables/
H A Dxshared.c178 static mainfunc_t subcmd_get(const char *cmd, const struct subcommand *cb) argument
181 if (strcmp(cb->name, cmd) == 0)
188 const char *cmd = basename(*argv); local
189 mainfunc_t f = subcmd_get(cmd, cb);
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dpscap.c71 char *tmp, cmd[16], state, *name = NULL; local
102 memset(cmd, 0, sizeof(cmd));
103 sscanf(buf, "%d (%15c", &ppid, cmd);
171 name, cmd);
174 uid, cmd);
/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_messageQueueLib.c88 * This function destroys the message queue. The cmd and buf parameters are ignored,
96 int phDal4Nfc_msgctl ( int msqid, int cmd, void *buf ) argument
/external/linux-tools-perf/util/
H A Dexec_cmd.c127 int execl_perf_cmd(const char *cmd,...) argument
134 va_start(param, cmd);
135 argv[0] = cmd;
144 return error("too many args to run %s", cmd);
H A Drun-command.c18 int start_command(struct child_process *cmd) argument
28 need_in = !cmd->no_stdin && cmd->in < 0;
31 if (cmd->out > 0)
32 close(cmd->out);
35 cmd->in = fdin[1];
38 need_out = !cmd->no_stdout
39 && !cmd->stdout_to_stderr
40 && cmd->out < 0;
45 else if (cmd
185 finish_command(struct child_process *cmd) argument
190 run_command(struct child_process *cmd) argument
198 prepare_run_command_v_opt(struct child_process *cmd, const char **argv, int opt) argument
211 struct child_process cmd; local
[all...]
/external/openssl/crypto/bio/
H A Dbf_null.c71 static long nullf_ctrl(BIO *h, int cmd, long arg1, void *arg2);
74 static long nullf_callback_ctrl(BIO *h, int cmd, bio_info_cb *fp);
135 static long nullf_ctrl(BIO *b, int cmd, long num, void *ptr) argument
140 switch(cmd)
144 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
151 ret=BIO_ctrl(b->next_bio,cmd,num,ptr);
156 static long nullf_callback_ctrl(BIO *b, int cmd, bio_info_cb *fp) argument
161 switch (cmd)
164 ret=BIO_callback_ctrl(b->next_bio,cmd,fp);
H A Dbss_null.c68 static long null_ctrl(BIO *h, int cmd, long arg1, void *arg2);
114 static long null_ctrl(BIO *b, int cmd, long num, void *ptr) argument
118 switch (cmd)
/external/openssl/crypto/engine/
H A Deng_ctrl.c103 static int int_ctrl_helper(ENGINE *e, int cmd, long i, void *p, argument
109 if(cmd == ENGINE_CTRL_GET_FIRST_CMD_TYPE)
116 if((cmd == ENGINE_CTRL_GET_CMD_FROM_NAME) ||
117 (cmd == ENGINE_CTRL_GET_NAME_FROM_CMD) ||
118 (cmd == ENGINE_CTRL_GET_DESC_FROM_CMD))
128 if(cmd == ENGINE_CTRL_GET_CMD_FROM_NAME)
149 switch(cmd)
182 int ENGINE_ctrl(ENGINE *e, int cmd, long i, void *p, void (*f)(void)) argument
201 switch(cmd)
214 return int_ctrl_helper(e,cmd,
235 ENGINE_cmd_is_executable(ENGINE *e, int cmd) argument
[all...]
/external/oprofile/libutil++/
H A Dchild_reader.cpp27 child_reader::child_reader(string const & cmd, vector<string> const & args) argument
36 process_name(cmd),
41 exec_command(cmd, args);
56 void child_reader::exec_command(string const & cmd, vector<string> const & args) argument
75 argv[0] = cmd.c_str();
90 execvp(cmd.c_str(), (char * const *)argv);
100 cerr << "Couldn't exec \"" << cmd << "\" : "
/external/qemu/distrib/sdl-1.2.15/src/audio/nds/
H A Dsoundcommon.h56 u32 cmd; member in struct:__anon11096
/external/quake/quake/src/WinQuake/
H A Din_sun.cpp177 IN_Move (usercmd_t *cmd) argument
227 // add mouse X/Y movement to cmd
229 cmd->sidemove += m_side.value * dx;
242 if ((in_strafe.state & 1) && noclip_anglehack) cmd->upmove -= m_forward.value * dy;
243 else cmd->forwardmove -= m_forward.value * dy;
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
H A Daddinterface.cpp196 char buf[20], cmd[256]; local
203 snprintf(cmd, sizeof(cmd),
209 cmd[sizeof(cmd) - 1] = '\0';
216 ret = wpa_ctrl_request(ctrl, cmd, strlen(cmd), buf, &len, NULL);
H A Dscanresults.cpp62 char cmd[20]; local
68 snprintf(cmd, sizeof(cmd), "BSS %d", index++);
73 if (wpagui->ctrlRequest(cmd, reply, &reply_len) < 0)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dedit_simple.c22 static void (*edit_cmd_cb)(void *ctx, char *cmd);
58 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), argument
60 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
77 int (*filter_cb)(void *ctx, const char *cmd))
76 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) argument
/external/wpa_supplicant_8/src/utils/
H A Dedit_simple.c22 static void (*edit_cmd_cb)(void *ctx, char *cmd);
58 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), argument
60 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
77 int (*filter_cb)(void *ctx, const char *cmd))
76 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) argument
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dedit_simple.c22 static void (*edit_cmd_cb)(void *ctx, char *cmd);
58 int edit_init(void (*cmd_cb)(void *ctx, char *cmd), argument
60 char ** (*completion_cb)(void *ctx, const char *cmd, int pos),
77 int (*filter_cb)(void *ctx, const char *cmd))
76 edit_deinit(const char *history_file, int (*filter_cb)(void *ctx, const char *cmd)) argument

Completed in 541 milliseconds

1234567891011>>