Home
last modified time | relevance | path

Searched refs:arg_list (Results 1 – 25 of 64) sorted by relevance

123

/third_party/gettext/libtextstyle/gnulib-local/lib/
Dtparm.c60 } arg_list[10]; variable
91 arg_list[argcnt].type = INTEGER; in getarg()
92 arg_list[argcnt++].integer = (int) va_arg (tparm_args, int); in getarg()
96 if (arg_list[argnum].type != type) in getarg()
99 *(char **)p = arg_list[argnum].string; in getarg()
101 *(int *)p = arg_list[argnum].integer; in getarg()
105 arg_list[argcnt].type = type; in getarg()
107 *(char **)p = arg_list[argcnt++].string = (char *) va_arg (tparm_args, char *); in getarg()
109 *(int *)p = arg_list[argcnt++].integer = (int) va_arg (tparm_args, int); in getarg()
405 arg_list[termcap - 1].integer = val; in tparm()
[all …]
/third_party/toybox/generated/
Dglobals.h26 struct arg_list *d;
101 struct arg_list *optlist;
140 struct arg_list *t;
224 struct arg_list *s;
548 struct arg_list *req_opt;
550 struct arg_list *pkt_opt;
580 struct arg_list *L_list;
677 struct arg_list *qkey;
678 struct arg_list *qid;
679 struct arg_list *skey;
[all …]
/third_party/toybox/toys/pending/
Dipcrm.c30 struct arg_list *qkey; in GLOBALS()
31 struct arg_list *qid;
32 struct arg_list *skey;
33 struct arg_list *sid;
34 struct arg_list *mkey;
35 struct arg_list *mid;
78 struct arg_list *tmp; in ipcrm_main()
Dmodprobe.c33 struct arg_list *dirs;
35 struct arg_list *probes;
36 struct arg_list *dbase[256];
58 struct arg_list *rnames, *dep;
92 static void *llist_popme(struct arg_list **head) in llist_popme()
95 struct arg_list *temp = *head; in llist_popme()
106 static void llist_add(struct arg_list **old, void *data) in llist_add()
108 struct arg_list *new = xmalloc(sizeof(struct arg_list)); in llist_add()
116 static void llist_add_tail(struct arg_list **head, void *data) in llist_add_tail()
119 *head = xzalloc(sizeof(struct arg_list)); in llist_add_tail()
[all …]
Dlast.c33 struct arg_list *list;
44 static void llist_add_node(struct arg_list **old, void *data) in llist_add_node()
46 struct arg_list *new = xmalloc(sizeof(struct arg_list)); in llist_add_node()
54 static struct arg_list *find_and_dlink(struct arg_list **list, char *devname) in find_and_dlink()
56 struct arg_list *l = *list; in find_and_dlink()
142 struct arg_list *l = find_and_dlink(&TT.list, ut.ut_line); in last_main()
/third_party/boost/boost/parameter/aux_/
Dtagged_argument.hpp226 inline BOOST_CONSTEXPR ::boost::parameter::aux::arg_list<
228 , ::boost::parameter::aux::arg_list<
237 return ::boost::parameter::aux::arg_list< in operator ,()
239 , ::boost::parameter::aux::arg_list< in operator ,()
244 , ::boost::parameter::aux::arg_list< in operator ,()
251 inline BOOST_CONSTEXPR ::boost::parameter::aux::arg_list<
253 , ::boost::parameter::aux::arg_list<
262 return ::boost::parameter::aux::arg_list< in operator ,()
264 , boost::parameter::aux::arg_list< in operator ,()
269 , ::boost::parameter::aux::arg_list< in operator ,()
[all …]
Darg_list.hpp175 class arg_list : public Next class
189 typedef ::boost::parameter::aux::arg_list<TaggedArg,Next> self;
219 inline BOOST_CONSTEXPR arg_list( in arg_list() function in boost::parameter::aux::arg_list
231 inline BOOST_CONSTEXPR arg_list( in arg_list() function in boost::parameter::aux::arg_list
258 inline BOOST_CONSTEXPR arg_list( in arg_list() function in boost::parameter::aux::arg_list
286 inline BOOST_CONSTEXPR arg_list( in arg_list() function in boost::parameter::aux::arg_list
522 inline BOOST_CONSTEXPR ::boost::parameter::aux::arg_list<
530 return ::boost::parameter::aux::arg_list< in operator ,()
537 inline BOOST_CONSTEXPR ::boost::parameter::aux::arg_list<
545 return ::boost::parameter::aux::arg_list< in operator ,()
[all …]
/third_party/flutter/engine/flutter/tools/
Dgn_test.py13 def _expect_build_dir(self, arg_list, expected_build_dir): argument
14 args = gn.parse_args(['gn'] + arg_list)
25 def _gn_args(self, arg_list): argument
26 args = gn.parse_args(['gn'] + arg_list)
/third_party/boost/boost/math/policies/
Dpolicy.hpp422 typedef mpl::list<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13> arg_list; typedef
425 …typedef typename detail::find_arg<arg_list, is_domain_error<mpl::_1>, domain_error<> >::type domai…
426 …typedef typename detail::find_arg<arg_list, is_pole_error<mpl::_1>, pole_error<> >::type pole_erro…
427 …typedef typename detail::find_arg<arg_list, is_overflow_error<mpl::_1>, overflow_error<> >::type o…
428 …typedef typename detail::find_arg<arg_list, is_underflow_error<mpl::_1>, underflow_error<> >::type…
429 …typedef typename detail::find_arg<arg_list, is_denorm_error<mpl::_1>, denorm_error<> >::type denor…
430 …typedef typename detail::find_arg<arg_list, is_evaluation_error<mpl::_1>, evaluation_error<> >::ty…
431 …typedef typename detail::find_arg<arg_list, is_rounding_error<mpl::_1>, rounding_error<> >::type r…
432 …typedef typename detail::find_arg<arg_list, is_indeterminate_result_error<mpl::_1>, indeterminate_…
437 …typedef typename detail::find_arg<arg_list, is_digits10<mpl::_1>, digits10<> >::type digits10_type;
[all …]
/third_party/abseil-cpp/absl/copts/
Dgenerate_copts.py73 def copt_list(name, arg_list, style): argument
77 external_str_list = [make_line(s) for s in arg_list]
95 for var_name, arg_list in sorted(COPT_VARS.items()):
97 f.write(copt_list(var_name, arg_list, style))
/third_party/skia/third_party/externals/abseil-cpp/absl/copts/
Dgenerate_copts.py73 def copt_list(name, arg_list, style): argument
77 external_str_list = [make_line(s) for s in arg_list]
95 for var_name, arg_list in sorted(COPT_VARS.items()):
97 f.write(copt_list(var_name, arg_list, style))
/third_party/boost/boost/log/detail/
Dparameter_tools.hpp101 typedef boost::parameter::aux::arg_list< ArgT0, typename make_arg_list< ArgsT... >::type > type;
107 typedef boost::parameter::aux::arg_list< ArgT0 > type;
116 …typedef boost::parameter::aux::arg_list< ArgT0, typename make_arg_list< BOOST_PP_ENUM_PARAMS(BOOST…
122 typedef boost::parameter::aux::arg_list< ArgT0 > type;
/third_party/skia/third_party/externals/microhttpd/src/testcurl/https/
Dtls_test_common.c367 setup_testcase (struct MHD_Daemon **d, int daemon_flags, va_list arg_list) in setup_testcase() argument
370 NULL, NULL, &http_ahc, NULL, arg_list); in setup_testcase()
457 va_list arg_list; in test_wrap() local
460 va_start (arg_list, proto_version); in test_wrap()
461 if (setup_testcase (&d, daemon_flags, arg_list) != 0) in test_wrap()
463 va_end (arg_list); in test_wrap()
482 va_end (arg_list); in test_wrap()
/third_party/toybox/toys/posix/
Denv.c28 struct arg_list *u;
34 struct arg_list *u; in env_main()
Dexpand.c29 struct arg_list *t;
93 struct arg_list *tabs; in parse_tablist()
Dkill.c49 struct arg_list *o;
99 struct arg_list *ptr;
Dgrep.c72 struct arg_list *f, *e, *M, *S, *exclude_dir;
173 struct arg_list *seek, fseek; in do_grep()
369 struct arg_list *al, *new, *list = NULL; in parse_regex()
384 new = xmalloc(sizeof(struct arg_list)); in parse_regex()
416 struct arg_list *al; in do_grep_r()
480 TT.e = xzalloc(sizeof(struct arg_list)); in grep_main()
/third_party/boost/boost/dll/detail/demangling/
Dmsvc.hpp174 auto arg_list(const mangled_storage_impl & ms, Return (*)(Arg)) in arg_list() function
182 auto arg_list(const mangled_storage_impl & ms, Return (*)(First, Second, Args...)) in arg_list() function
186 … return type_rule<First>(ms.get_name<First>()) >> x3::char_(',') >> arg_list(ms, next_type()); in arg_list()
190 auto arg_list(const mangled_storage_impl& /*ms*/, Return (*)()) in arg_list() function
244 …name >> x3::lit('(') >> parser::arg_list(*this, func_type()) >> x3::lit(')') >> parser::ptr_rule(… in get_function()
285 x3::lit('(') >> parser::arg_list(*this, func_type()) >> x3::lit(')') >> in get_mem_fn()
336 … x3::lit('(') >> parser::arg_list(*this, func_type()) >> x3::lit(')') >> parser::ptr_rule(); in get_constructor()
Ditanium.hpp207 std::string arg_list(const mangled_storage_impl & ms, Return (*)(Arg)) in arg_list() function
214 std::string arg_list(const mangled_storage_impl & ms, Return (*)(First, Second, Args...)) in arg_list() function
217 return type_name<First>(ms) + ", " + arg_list(ms, next_type()); in arg_list()
221 std::string arg_list(const mangled_storage_impl &, Return (*)()) in arg_list() function
308 auto matcher = name + '(' + parser::arg_list(*this, func_type()) + ')'; in get_function()
328 '(' + parser::arg_list(*this, func_type()) + ')' in get_mem_fn()
385 ctor_name + '(' + parser::arg_list(*this, func_type()) + ')'; in get_constructor()
/third_party/boost/boost/parameter/
Dcompose.hpp43 typedef ::boost::parameter::aux::arg_list<TaggedArg0> type;
49 typedef ::boost::parameter::aux::arg_list<
102 ::boost::parameter::aux::arg_list<BOOST_PP_CAT(prefix, n)
/third_party/toybox/porting/liteos_a/toys/lsb/
Dumount.c29 struct arg_list *t; in GLOBALS()
96 struct arg_list *tal; in umount_main()
/third_party/toybox/porting/liteos_a/toys/posix/
Dkill.c48 struct arg_list *o;
98 struct arg_list *ptr;
/third_party/wayland_standard/src/
Dscanner.c190 struct wl_list arg_list; member
432 wl_list_init(&message->arg_list); in create_message()
504 wl_list_for_each_safe(a, a_next, &message->arg_list, link) in free_message()
846 wl_list_insert(ctx->message->arg_list.prev, &arg->link); in start_element()
950 wl_list_for_each(a, &m->arg_list, link) { in verify_arguments()
1195 wl_list_for_each(a, &m->arg_list, link) { in emit_stubs()
1217 wl_list_for_each(a, &m->arg_list, link) { in emit_stubs()
1263 wl_list_for_each(a, &m->arg_list, link) { in emit_stubs()
1306 wl_list_for_each(a, &m->arg_list, link) { in emit_event_wrappers()
1315 wl_list_for_each(a, &m->arg_list, link) { in emit_event_wrappers()
[all …]
/third_party/toybox/toys/lsb/
Dumount.c35 struct arg_list *t; in GLOBALS()
127 struct arg_list *tal; in umount_main()
/third_party/boost/libs/metaparse/tools/
Dstring_headers.py101 arg_list = '({0})'.format(', '.join(args))
103 arg_list = ''
114 '#define {0}{1} {2}\n'.format(macro_name(name), arg_list, body)

123