Searched refs:arg (Results 76 - 100 of 2936) sorted by relevance

1234567891011>>

/external/icu/icu4c/source/tools/toolutil/
H A Duoptions.c26 char *arg; local
31 arg=argv[i];
32 if(!stopOptions && *arg=='-' && (c=arg[1])!=0) {
35 arg+=2;
38 if(*arg==0) {
45 if(options[j].longName && uprv_strcmp(arg, options[j].longName)==0) {
86 if(*arg!=0) {
88 option->value=arg;
89 /* do not process the rest of this arg a
[all...]
/external/iproute2/include/
H A Drt_names.h11 int rtnl_rtprot_a2n(__u32 *id, char *arg);
12 int rtnl_rtscope_a2n(__u32 *id, char *arg);
13 int rtnl_rttable_a2n(__u32 *id, char *arg);
14 int rtnl_rtrealm_a2n(__u32 *id, char *arg);
15 int rtnl_dsfield_a2n(__u32 *id, char *arg);
16 int rtnl_group_a2n(int *id, char *arg);
25 int ll_addr_a2n(char *lladdr, int len, char *arg);
/external/libnl/src/lib/
H A Dct.c38 void nl_cli_ct_parse_family(struct nfnl_ct *ct, char *arg) argument
42 if ((family = nl_str2af(arg)) == AF_UNSPEC)
45 arg, nl_geterror(NLE_INVAL));
50 void nl_cli_ct_parse_protocol(struct nfnl_ct *ct, char *arg) argument
54 if ((proto = nl_str2ip_proto(arg)) < 0)
57 arg, nl_geterror(proto));
62 void nl_cli_ct_parse_mark(struct nfnl_ct *ct, char *arg) argument
64 uint32_t mark = nl_cli_parse_u32(arg);
68 void nl_cli_ct_parse_timeout(struct nfnl_ct *ct, char *arg) argument
70 uint32_t timeout = nl_cli_parse_u32(arg);
74 nl_cli_ct_parse_id(struct nfnl_ct *ct, char *arg) argument
80 nl_cli_ct_parse_use(struct nfnl_ct *ct, char *arg) argument
86 nl_cli_ct_parse_src(struct nfnl_ct *ct, int reply, char *arg) argument
95 nl_cli_ct_parse_dst(struct nfnl_ct *ct, int reply, char *arg) argument
104 nl_cli_ct_parse_src_port(struct nfnl_ct *ct, int reply, char *arg) argument
110 nl_cli_ct_parse_dst_port(struct nfnl_ct *ct, int reply, char *arg) argument
116 nl_cli_ct_parse_tcp_state(struct nfnl_ct *ct, char *arg) argument
128 nl_cli_ct_parse_status(struct nfnl_ct *ct, char *arg) argument
[all...]
/external/libnl/src/cls/
H A Dutils.c24 void parse_dev(struct rtnl_cls *cls, struct nl_cache *link_cache, char *arg) argument
28 if (!(ival = rtnl_link_name2i(link_cache, arg)))
29 fatal(ENOENT, "Link \"%s\" does not exist", arg);
34 void parse_prio(struct rtnl_cls *cls, char *arg) argument
36 uint32_t prio = parse_u32(arg);
40 void parse_parent(struct rtnl_cls *cls, char *arg) argument
45 if ((err = rtnl_tc_str2handle(arg, &parent)) < 0)
47 arg, nl_geterror(err));
52 void parse_handle(struct rtnl_cls *cls, char *arg) argument
57 if ((err = rtnl_tc_str2handle(arg,
64 parse_proto(struct rtnl_cls *cls, char *arg) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast.h171 union lp_rast_cmd_arg arg; local
172 arg.shade_tile = shade_tile;
173 return arg;
180 union lp_rast_cmd_arg arg; local
181 arg.triangle.tri = triangle;
182 arg.triangle.plane_mask = plane_mask;
183 return arg;
196 union lp_rast_cmd_arg arg; local
197 arg.triangle.tri = triangle;
198 arg
205 union lp_rast_cmd_arg arg; local
213 union lp_rast_cmd_arg arg; local
222 union lp_rast_cmd_arg arg; local
232 union lp_rast_cmd_arg arg; local
240 union lp_rast_cmd_arg arg; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.h171 union lp_rast_cmd_arg arg; local
172 arg.shade_tile = shade_tile;
173 return arg;
180 union lp_rast_cmd_arg arg; local
181 arg.triangle.tri = triangle;
182 arg.triangle.plane_mask = plane_mask;
183 return arg;
196 union lp_rast_cmd_arg arg; local
197 arg.triangle.tri = triangle;
198 arg
205 union lp_rast_cmd_arg arg; local
213 union lp_rast_cmd_arg arg; local
222 union lp_rast_cmd_arg arg; local
232 union lp_rast_cmd_arg arg; local
240 union lp_rast_cmd_arg arg; local
[all...]
/external/iptables/extensions/
H A Dlibxt_u32.c107 const char *arg = cb->arg; /* the argument string */ local
108 const char *start = cb->arg;
121 while (isspace(*arg))
122 ++arg;
124 if (*arg == '\0') {
140 (unsigned int)(arg - start));
149 if (*arg == '=') {
154 (unsigned int)(arg - start));
156 ++arg;
[all...]
/external/bison/build-aux/
H A Dcross-options.pl17 (?:=(\S+))? # $4: $arg: Possible argument name.
21 my ($short, $long, $opt, $arg) = ($1, $2, $3, $4);
30 if ($arg)
32 # if $opt, $arg contains the closing ].
33 substr ($arg, -1) = ''
35 $arg =~ s/^=//;
36 $arg = lc ($arg);
37 my $dir_arg = $arg;
41 $arg
[all...]
/external/chromium_org/v8/test/mjsunit/
H A Dcontext-calls-maintained.js42 foo = function(arg) { return arg + 1; }
51 foo = function(arg) { return arg * 2; }
57 foo = function(arg) { return arg * 3; }
64 foo = function(arg) { return arg * 3; }
69 foo = function(arg) { return arg *
[all...]
/external/strace/
H A Dioctl.c73 ioctl_decode(struct tcb *tcp, long code, long arg) argument
81 return term_ioctl(tcp, code, arg);
83 return sock_ioctl(tcp, code, arg);
85 return rtc_ioctl(tcp, code, arg);
88 return block_ioctl(tcp, code, arg);
91 return scsi_ioctl(tcp, code, arg);
94 return loop_ioctl(tcp, code, arg);
96 return mtd_ioctl(tcp, code, arg);
99 return ubi_ioctl(tcp, code, arg);
101 return ptp_ioctl(tcp, code, arg);
[all...]
/external/nanopb-c/tests/callbacks/
H A Ddecode_callbacks.c10 bool print_string(pb_istream_t *stream, const pb_field_t *field, void **arg) argument
22 * Format comes from the arg defined in main().
24 printf((char*)*arg, buffer);
28 bool print_int32(pb_istream_t *stream, const pb_field_t *field, void **arg) argument
34 printf((char*)*arg, (long)value);
38 bool print_fixed32(pb_istream_t *stream, const pb_field_t *field, void **arg) argument
44 printf((char*)*arg, (long)value);
48 bool print_fixed64(pb_istream_t *stream, const pb_field_t *field, void **arg) argument
54 printf((char*)*arg, (long)value);
74 testmessage.submsg.stringvalue.arg
[all...]
/external/libnl/lib/
H A Dhandlers.c50 static int nl_valid_handler_verbose(struct nl_msg *msg, void *arg) argument
52 FILE *ofd = arg ? arg : stdout;
61 static int nl_invalid_handler_verbose(struct nl_msg *msg, void *arg) argument
63 FILE *ofd = arg ? arg : stderr;
72 static int nl_overrun_handler_verbose(struct nl_msg *msg, void *arg) argument
74 FILE *ofd = arg ? arg : stderr;
84 struct nlmsgerr *e, void *arg)
83 nl_error_handler_verbose(struct sockaddr_nl *who, struct nlmsgerr *e, void *arg) argument
96 nl_valid_handler_debug(struct nl_msg *msg, void *arg) argument
107 nl_finish_handler_debug(struct nl_msg *msg, void *arg) argument
118 nl_msg_in_handler_debug(struct nl_msg *msg, void *arg) argument
128 nl_msg_out_handler_debug(struct nl_msg *msg, void *arg) argument
138 nl_skipped_handler_debug(struct nl_msg *msg, void *arg) argument
149 nl_ack_handler_debug(struct nl_msg *msg, void *arg) argument
285 nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, nl_recvmsg_msg_cb_t func, void *arg) argument
314 nl_cb_set_all(struct nl_cb *cb, enum nl_cb_kind kind, nl_recvmsg_msg_cb_t func, void *arg) argument
335 nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, nl_recvmsg_err_cb_t func, void *arg) argument
[all...]
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dmock_util.h22 if (arg.type != var.type)
25 switch (arg.type) {
27 return arg.value.as_bool == var.value.as_bool;
30 return arg.value.as_int == var.value.as_int;
33 return arg.value.as_double == var.value.as_double;
36 return arg.value.as_id == var.value.as_id;
/external/elfutils/0.153/libdwfl/
H A Ddwfl_getdwarf.c57 void *arg; member in struct:module_callback_info
62 const char *name, Dwarf_Addr start, void *arg)
64 const struct module_callback_info *info = arg;
67 return (*info->callback) (mod, userdata, name, start, dw, bias, info->arg);
75 void *arg,
78 struct module_callback_info info = { callback, arg };
61 module_callback(Dwfl_Module *mod, void **userdata, const char *name, Dwarf_Addr start, void *arg) argument
71 dwfl_getdwarf(Dwfl *dwfl, int (*callback) (Dwfl_Module *, void **, const char *, Dwarf_Addr, Dwarf *, Dwarf_Addr, void *), void *arg, ptrdiff_t offset) argument
/external/libcxx/test/numerics/complex.number/cmplx.over/
H A Darg.pass.cpp14 // arg(T x);
26 static_assert((std::is_same<decltype(std::arg(x)), double>::value), "");
27 assert(std::arg(x) == arg(std::complex<double>(x, 0)));
34 static_assert((std::is_same<decltype(std::arg(x)), T>::value), "");
35 assert(std::arg(x) == arg(std::complex<T>(x, 0)));
/external/libunwind/src/sh/
H A DGis_signal_frame.c74 void *arg; local
79 arg = c->dwarf.as_arg;
83 ret = (*a->access_mem) (as, ip, &w0, 0, arg);
90 ret = (*a->access_mem) (as, ip+4, &w0, 0, arg);
97 ret = (*a->access_mem) (as, ip+8, &w0, 0, arg);
104 ret = (*a->access_mem) (as, ip+12, &w0, 0, arg);
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DLogChannelDWARF.cpp95 const char *arg = categories[i]; local
97 if (::strcasecmp (arg, "all") == 0) flag_bits &= ~DWARF_LOG_ALL;
98 else if (::strcasecmp (arg, "info") == 0) flag_bits &= ~DWARF_LOG_DEBUG_INFO;
99 else if (::strcasecmp (arg, "line") == 0) flag_bits &= ~DWARF_LOG_DEBUG_LINE;
100 else if (::strcasecmp (arg, "pubnames") == 0) flag_bits &= ~DWARF_LOG_DEBUG_PUBNAMES;
101 else if (::strcasecmp (arg, "pubtypes") == 0) flag_bits &= ~DWARF_LOG_DEBUG_PUBTYPES;
102 else if (::strcasecmp (arg, "aranges") == 0) flag_bits &= ~DWARF_LOG_DEBUG_ARANGES;
103 else if (::strcasecmp (arg, "lookups") == 0) flag_bits &= ~DWARF_LOG_LOOKUPS;
104 else if (::strcasecmp (arg, "map") == 0) flag_bits &= ~DWARF_LOG_DEBUG_MAP;
105 else if (::strcasecmp (arg, "defaul
143 const char *arg = categories[i]; local
[all...]
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/multiset/
H A Dmain.cpp13 int thefoo_rw(int arg = 1)
15 if (arg < 0)
16 arg = 0;
17 if (!arg)
18 arg = 1;
19 g_the_foo += arg;
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libcxx/set/
H A Dmain.cpp13 int thefoo_rw(int arg = 1)
15 if (arg < 0)
16 arg = 0;
17 if (!arg)
18 arg = 1;
19 g_the_foo += arg;
/external/openssl/crypto/evp/
H A Dnames.c142 void *arg; member in struct:doall_cipher
144 const char *from, const char *to, void *arg);
147 static void do_all_cipher_fn(const OBJ_NAME *nm, void *arg) argument
149 struct doall_cipher *dc = arg;
151 dc->fn(NULL, nm->name, nm->data, dc->arg);
153 dc->fn((const EVP_CIPHER *)nm->data, nm->name, NULL, dc->arg);
157 const char *from, const char *to, void *x), void *arg)
161 dc.arg = arg;
166 const char *from, const char *to, void *x), void *arg)
156 EVP_CIPHER_do_all(void (*fn)(const EVP_CIPHER *ciph, const char *from, const char *to, void *x), void *arg) argument
165 EVP_CIPHER_do_all_sorted(void (*fn)(const EVP_CIPHER *ciph, const char *from, const char *to, void *x), void *arg) argument
176 void *arg; member in struct:doall_md
181 do_all_md_fn(const OBJ_NAME *nm, void *arg) argument
190 EVP_MD_do_all(void (*fn)(const EVP_MD *md, const char *from, const char *to, void *x), void *arg) argument
199 EVP_MD_do_all_sorted(void (*fn)(const EVP_MD *md, const char *from, const char *to, void *x), void *arg) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/
H A Dparse-filter.c195 struct filter_arg *arg; local
197 arg = malloc_or_die(sizeof(*arg));
198 memset(arg, 0, sizeof(*arg));
200 return arg;
203 static void free_arg(struct filter_arg *arg) argument
205 if (!arg)
208 switch (arg->type) {
214 free_arg(arg
340 struct filter_arg *arg; local
390 struct filter_arg *arg; local
402 struct filter_arg *arg; local
414 struct filter_arg *arg; local
424 add_right(struct filter_arg *op, struct filter_arg *arg, char **error_str) argument
588 struct filter_arg *arg; local
595 add_left(struct filter_arg *op, struct filter_arg *arg) argument
700 check_op_done(struct filter_arg *arg) argument
731 reparent_op_arg(struct filter_arg *parent, struct filter_arg *old_child, struct filter_arg *arg) argument
774 test_arg(struct filter_arg *parent, struct filter_arg *arg) argument
867 collapse_tree(struct filter_arg *arg) argument
896 struct filter_arg *arg = NULL; local
1137 struct filter_arg *arg; local
1357 struct filter_arg *arg; local
1436 struct filter_arg *arg; local
1618 get_exp_value(struct event_format *event, struct filter_arg *arg, struct pevent_record *record) argument
1664 get_arg_value(struct event_format *event, struct filter_arg *arg, struct pevent_record *record) argument
1684 test_num(struct event_format *event, struct filter_arg *arg, struct pevent_record *record) argument
1717 get_field_str(struct filter_arg *arg, struct pevent_record *record) argument
1759 test_str(struct event_format *event, struct filter_arg *arg, struct pevent_record *record) argument
1789 test_op(struct event_format *event, struct filter_arg *arg, struct pevent_record *record) argument
1810 test_filter(struct event_format *event, struct filter_arg *arg, struct pevent_record *record) argument
1896 op_to_str(struct event_filter *filter, struct filter_arg *arg) argument
2014 val_to_str(struct event_filter *filter, struct filter_arg *arg) argument
2025 field_to_str(struct event_filter *filter, struct filter_arg *arg) argument
2030 exp_to_str(struct event_filter *filter, struct filter_arg *arg) argument
2088 num_to_str(struct event_filter *filter, struct filter_arg *arg) argument
2142 str_to_str(struct event_filter *filter, struct filter_arg *arg) argument
2179 arg_to_str(struct event_filter *filter, struct filter_arg *arg) argument
[all...]
/external/clang/test/SemaCXX/
H A Dformat-strings.cpp82 void my_uninstantiated_print(const T &arg) { argument
83 printf("%d", arg); // no-warning
87 void my_print(const T &arg) { argument
88 printf("%d", arg); // expected-warning {{format specifies type 'int' but the argument has type 'const char *'}}
99 static void print(const T &arg) { argument
100 printf("%d", arg); // no-warning
109 void print(const T &arg) { argument
110 format("%d", arg); // expected-warning {{format specifies type 'int' but the argument has type 'const char *'}}
122 void uninstantiated_call_block_print(const T &arg) { argument
123 block_print("%d", arg); // n
127 call_block_print(const T &arg) argument
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dtm1.c8 /* Attempt to run f(arg) as a transaction, and return a Boolean
12 static int transactionally_apply ( void(*f)(void*), void* arg )
17 f(arg);
34 void testfn ( void* arg )
/external/libunwind/src/mi/
H A DGfind_dynamic_proc_info.c32 int need_unwind_info, void *arg)
41 int need_unwind_info, void *arg)
56 arg);
66 int need_unwind_info, void *arg)
75 int need_unwind_info, void *arg)
77 return unwi_dyn_remote_find_proc_info (as, ip, pi, need_unwind_info, arg);
85 void *arg)
88 return local_find_proc_info (as, ip, pi, need_unwind_info, arg);
90 return remote_find_proc_info (as, ip, pi, need_unwind_info, arg);
31 local_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
40 local_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
65 remote_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
74 remote_find_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
83 unwi_find_dynamic_proc_info(unw_addr_space_t as, unw_word_t ip, unw_proc_info_t *pi, int need_unwind_info, void *arg) argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
H A DFunctionDelegates.cs39 public delegate TResult Func<T, TResult>(T arg); argument

Completed in 2808 milliseconds

1234567891011>>