Searched defs:cmd (Results 51 - 75 of 514) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/openssl/openssl/crypto/bio/
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/chromium_org/third_party/openssl/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/chromium_org/third_party/tlslite/scripts/
H A Dtlsdb.py61 cmd = sys.argv[1].lower() variable
85 if cmd == "help":
92 elif cmd == "createsrp":
98 elif cmd == "createsharedkey":
104 elif cmd == "add":
127 elif cmd == "del":
140 elif cmd == "check":
168 elif cmd == "list":
192 print "Bad command: '%s'" % cmd
/external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
H A Dyasm-options.c116 char *cmd = &argv[0][1]; local
136 if (!options[i].handler(cmd, param, options[i].extra))
/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/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/marisa-trie/tools/
H A Dmarisa-build.cc23 void print_help(const char *cmd) { argument
24 std::cerr << "Usage: " << cmd << " [OPTION]... [FILE]...\n\n"
H A Dmarisa-predict.cc17 void print_help(const char *cmd) { argument
18 std::cerr << "Usage: " << cmd << " [OPTION]... DIC\n\n"
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-build.cc23 void print_help(const char *cmd) { argument
24 std::cerr << "Usage: " << cmd << " [OPTION]... [FILE]...\n\n"
H A Dmarisa_alpha-predict.cc17 void print_help(const char *cmd) { argument
18 std::cerr << "Usage: " << cmd << " [OPTION]... DIC\n\n"
/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:__anon24362
/external/wpa_supplicant_8/hostapd/src/ap/
H A Deap_user_db.c136 char id_str[256], cmd[300]; local
175 os_snprintf(cmd, sizeof(cmd),
178 wpa_printf(MSG_DEBUG, "DB: %s", cmd);
179 if (sqlite3_exec(db, cmd, get_user_cb, &hapd->tmp_eap_user, NULL) !=
186 os_snprintf(cmd, sizeof(cmd),
188 wpa_printf(MSG_DEBUG, "DB: %s", cmd);
189 if (sqlite3_exec(db, cmd, get_wildcard_cb, &hapd->tmp_eap_user,
/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/ap/
H A Deap_user_db.c136 char id_str[256], cmd[300]; local
175 os_snprintf(cmd, sizeof(cmd),
178 wpa_printf(MSG_DEBUG, "DB: %s", cmd);
179 if (sqlite3_exec(db, cmd, get_user_cb, &hapd->tmp_eap_user, NULL) !=
186 os_snprintf(cmd, sizeof(cmd),
188 wpa_printf(MSG_DEBUG, "DB: %s", cmd);
189 if (sqlite3_exec(db, cmd, get_wildcard_cb, &hapd->tmp_eap_user,
/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

Completed in 676 milliseconds

1234567891011>>