Searched refs:arg (Results 126 - 150 of 2541) sorted by relevance

1234567891011>>

/external/linux-tools-perf/util/
H A Dparse-options.c18 int flags, const char **arg)
21 *arg = p->opt;
25 *arg = (const char *)opt->defval;
28 *arg = *++p->argv;
37 const char *s, *arg = NULL; local
110 if (get_arg(p, opt, flags, &arg))
112 return (*opt->callback)(opt, arg, 0) ? (-1) : 0;
123 if (get_arg(p, opt, flags, &arg))
125 *(int *)opt->value = strtol(arg, (char **)&s, 10);
139 if (get_arg(p, opt, flags, &arg))
17 get_arg(struct parse_opt_ctx_t *p, const struct option *opt, int flags, const char **arg) argument
197 parse_long_opt(struct parse_opt_ctx_t *p, const char *arg, const struct option *options) argument
282 check_typos(const char *arg, const struct option *options) argument
329 const char *arg = ctx->argv[0]; local
[all...]
/external/chromium/testing/gmock/scripts/
H A Dupload_gmock.py59 for arg in sys.argv[1:]:
60 if arg.startswith(CC_FLAG):
62 cc_line = arg[len(CC_FLAG):]
68 upload_py_argv.append(arg)
/external/chromium/testing/gtest/scripts/
H A Dupload_gtest.py59 for arg in sys.argv[1:]:
60 if arg.startswith(CC_FLAG):
62 cc_line = arg[len(CC_FLAG):]
68 upload_py_argv.append(arg)
/external/chromium_org/testing/gtest/scripts/
H A Dupload_gtest.py59 for arg in sys.argv[1:]:
60 if arg.startswith(CC_FLAG):
62 cc_line = arg[len(CC_FLAG):]
68 upload_py_argv.append(arg)
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Da_mbstr.c65 int (*rfunc)(unsigned long value, void *in), void *arg);
66 static int in_utf8(unsigned long value, void *arg);
67 static int out_utf8(unsigned long value, void *arg);
68 static int type_str(unsigned long value, void *arg);
69 static int cpy_asc(unsigned long value, void *arg);
70 static int cpy_bmp(unsigned long value, void *arg);
71 static int cpy_univ(unsigned long value, void *arg);
72 static int cpy_utf8(unsigned long value, void *arg);
251 int (*rfunc)(unsigned long value, void *in), void *arg)
276 ret = rfunc(value, arg);
250 traverse_string(const unsigned char *p, int len, int inform, int (*rfunc)(unsigned long value, void *in), void *arg) argument
287 in_utf8(unsigned long value, void *arg) argument
297 out_utf8(unsigned long value, void *arg) argument
309 type_str(unsigned long value, void *arg) argument
328 cpy_asc(unsigned long value, void *arg) argument
340 cpy_bmp(unsigned long value, void *arg) argument
353 cpy_univ(unsigned long value, void *arg) argument
368 cpy_utf8(unsigned long value, void *arg) argument
[all...]
/external/chromium_org/v8/src/
H A Donce.h96 typedef void (*PointerArgFunction)(void* arg);
103 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg);
114 typename OneArgFunction<Arg*>::type init_func, Arg* arg) {
117 static_cast<void*>(arg));
113 CallOnce(OnceType* once, typename OneArgFunction<Arg*>::type init_func, Arg* arg) argument
H A Donce.cc42 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { argument
61 init_func(arg);
/external/dhcpcd/
H A Dipv6rs.h39 void ipv6rs_expire(void *arg);
/external/iproute2/genl/
H A Dgenl_utils.h12 int (*print_genlopt)(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
/external/iproute2/tc/
H A Dtc_common.h10 extern int print_action(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
11 extern int print_filter(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
12 extern int print_qdisc(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
13 extern int print_class(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg);
/external/openssl/crypto/asn1/
H A Da_mbstr.c65 int (*rfunc)(unsigned long value, void *in), void *arg);
66 static int in_utf8(unsigned long value, void *arg);
67 static int out_utf8(unsigned long value, void *arg);
68 static int type_str(unsigned long value, void *arg);
69 static int cpy_asc(unsigned long value, void *arg);
70 static int cpy_bmp(unsigned long value, void *arg);
71 static int cpy_univ(unsigned long value, void *arg);
72 static int cpy_utf8(unsigned long value, void *arg);
251 int (*rfunc)(unsigned long value, void *in), void *arg)
276 ret = rfunc(value, arg);
250 traverse_string(const unsigned char *p, int len, int inform, int (*rfunc)(unsigned long value, void *in), void *arg) argument
287 in_utf8(unsigned long value, void *arg) argument
297 out_utf8(unsigned long value, void *arg) argument
309 type_str(unsigned long value, void *arg) argument
328 cpy_asc(unsigned long value, void *arg) argument
340 cpy_bmp(unsigned long value, void *arg) argument
353 cpy_univ(unsigned long value, void *arg) argument
368 cpy_utf8(unsigned long value, void *arg) argument
[all...]
/external/oprofile/daemon/liblegacy/
H A Dopd_kernel.h27 void opd_parse_kernel_range(char const * arg);
/external/qemu/hw/
H A Dgoldfish_nand.h16 void nand_add_dev(const char *arg);
/external/v8/src/
H A Donce.h96 typedef void (*PointerArgFunction)(void* arg);
103 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg);
114 typename OneArgFunction<Arg*>::type init_func, Arg* arg) {
117 static_cast<void*>(arg));
113 CallOnce(OnceType* once, typename OneArgFunction<Arg*>::type init_func, Arg* arg) argument
H A Donce.cc42 void CallOnceImpl(OnceType* once, PointerArgFunction init_func, void* arg) { argument
61 init_func(arg);
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dreplacemalloc_core.c54 Bool VG_(replacement_malloc_process_cmd_line_option)(Char* arg) argument
56 if VG_INT_CLO(arg, "--alignment", VG_(clo_alignment)) {
61 VG_(fmsg_bad_option)(arg,
67 else if VG_BOOL_CLO(arg, "--trace-malloc", VG_(clo_trace_malloc)) {}
/external/dnsmasq/src/
H A Doption.c226 char * const arg; member in struct:__anon17690
641 if (usage[i].arg)
643 strcpy(buff, usage[i].arg);
645 if (tab[j].handle == *(usage[i].arg))
666 static char *parse_dhcp_opt(char *arg, int flags) argument
681 while (arg)
683 comma = split(arg);
685 for (cp = arg; *cp; cp++)
691 new->opt = atoi(arg);
696 if (strstr(arg, "optio
978 one_opt(int option, char *arg, char *gen_prob, int nest) argument
1816 char *arg = a[j]; local
2536 char *p, *arg, *start, *buff = daemon->namebuff; local
2784 char *errmess, *arg, *conffile = CONFFILE; local
[all...]
/external/elfutils/src/
H A Dld.c204 static error_t parse_opt_1st (int key, char *arg, struct argp_state *state);
205 static error_t parse_opt_2nd (int key, char *arg, struct argp_state *state);
267 static void parse_z_option (const char *arg);
268 static void parse_z_option_2 (const char *arg);
269 static void parse_B_option (const char *arg);
270 static void parse_B_option_2 (const char *arg);
527 valid_hexarg (const char *arg) argument
529 if (strncasecmp (arg, "0x", 2) != 0)
532 arg += 2;
535 if (isxdigit (arg[
552 parse_opt_1st(int key, char *arg, struct argp_state *state __attribute__ ((unused))) argument
766 parse_opt_2nd(int key, char *arg, struct argp_state *state __attribute__ ((unused))) argument
970 parse_z_option(const char *arg) argument
1018 parse_z_option_2(const char *arg) argument
1039 parse_B_option(const char *arg) argument
1053 parse_B_option_2(const char *arg) argument
[all...]
/external/chromium_org/base/strings/
H A Dsafe_sprintf.cc501 const Arg& arg = args[cur_arg++];
502 if (arg.type != Arg::INT && arg.type != Arg::UINT) {
503 DEBUG_CHECK(arg.type == Arg::INT || arg.type == Arg::UINT);
511 char ch = static_cast<char>(arg.i);
528 const Arg& arg = args[cur_arg++];
533 if (arg.type != Arg::INT && arg.type != Arg::UINT) {
534 DEBUG_CHECK(arg
[all...]
/external/chromium_org/chrome/browser/ui/webui/
H A Dversion_handler_chromeos.cc28 StringValue arg(version);
29 web_ui()->CallJavascriptFunction("returnOsVersion", arg);
/external/clang/test/CodeGenCXX/
H A Dcopy-assign-synthesis-1.cpp17 B& operator=(const B& arg) { B1 = arg.B1; B2 = arg.B2; argument
18 auB1 = arg.auB1; return *this; }
49 N& operator=(const N& arg) { argument
50 N1 = arg.N1; N2 = arg.N2;
53 arr_b[i][j] = arg.arr_b[i][j];
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
H A Duse_stacks_threaded.cc14 void *stacks_thread_func(void *arg) { argument
15 int *sync = reinterpret_cast<int *>(arg);
/external/iproute2/ip/
H A Dip_common.h4 void *arg);
7 void *arg);
9 struct nlmsghdr *n, void *arg);
11 struct nlmsghdr *n, void *arg);
13 struct nlmsghdr *n, void *arg);
23 struct nlmsghdr *n, void *arg);
25 struct nlmsghdr *n, void *arg);
27 struct nlmsghdr *n, void *arg);
/external/valgrind/main/helgrind/tests/
H A Dtc03_re_excl.c18 int* arg = (int*)argV; local
19 use(arg[5]); /* read access */
/external/openssh/
H A Dservconf.c609 char *arg, *attrib, *cp = *condition; local
620 if ((arg = strdelim(&cp)) == NULL || *arg == '\0') {
624 len = strlen(arg);
630 if (match_pattern_list(user, arg, len, 0) != 1)
634 "line %d", user, arg, line);
636 switch (match_cfg_line_group(arg, line, user)) {
647 if (match_hostname(host, arg, len) != 1)
651 "%.100s' at line %d", host, arg, line);
653 switch (addr_match_list(address, arg)) {
720 char *cp, **charptr, *arg, *p; local
[all...]

Completed in 794 milliseconds

1234567891011>>