/external/toybox/generated/ |
D | globals.h | 29 struct arg_list *d_list; 72 struct arg_list *c; 102 struct arg_list *optlist; 142 struct arg_list *t; 531 struct arg_list *req_opt; 533 struct arg_list *pkt_opt; 563 struct arg_list *L_list; 671 struct arg_list *qkey; 672 struct arg_list *qid; 673 struct arg_list *skey; [all …]
|
/external/toybox/toys/pending/ |
D | ipcrm.c | 30 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()
|
D | modprobe.c | 33 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 …]
|
D | last.c | 33 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()
|
D | tar.c | 43 struct arg_list *inc_file; 44 struct arg_list *exc_file; 46 struct arg_list *exc; 48 struct arg_list *inc, *pass; 153 static int filter(struct arg_list *lst, char *name) in filter() 155 struct arg_list *cur; in filter() 460 static void add_to_list(struct arg_list **llist, char *name) in add_to_list() 462 struct arg_list **list = llist; in add_to_list() 465 *list = xzalloc(sizeof(struct arg_list)); in add_to_list() 471 static void add_from_file(struct arg_list **llist, struct arg_list *flist) in add_from_file() [all …]
|
D | dhcpd.c | 288 struct arg_list *dleases; 1199 struct arg_list *listdls = gstate.dleases; in write_leasefile() 1236 struct arg_list *listdls = gstate.dleases; in write_lease6file() 1309 struct arg_list *listdls; in verifyip6_in_lease() 1333 struct arg_list *listdls; in verifyip_in_lease() 1356 struct arg_list *listdls = gstate.dleases; in addip_to_lease() 1376 listdls = xzalloc(sizeof(struct arg_list)); in addip_to_lease() 1387 struct arg_list *listdls = gstate.dleases; in addip6_to_lease() 1409 listdls = xzalloc(sizeof(struct arg_list)); in addip6_to_lease() 1420 struct arg_list *listdls = gstate.dleases; in delip_from_lease() [all …]
|
/external/toybox/toys/other/ |
D | tac.c | 20 struct arg_list *list = NULL; in do_tac() 25 struct arg_list *temp; in do_tac() 30 temp = xmalloc(sizeof(struct arg_list)); in do_tac() 38 struct arg_list *temp = list->next; in do_tac()
|
/external/toybox/toys/posix/ |
D | grep.c | 67 struct arg_list *f; 68 struct arg_list *e; 72 struct arg_list *M; 73 struct arg_list *S; 129 struct arg_list *seek, fseek; in do_grep() 275 struct arg_list *al, *new, *list = NULL; in parse_regex() 290 new = xmalloc(sizeof(struct arg_list)); in parse_regex() 341 struct arg_list *al; in do_grep_r() 383 TT.e = xzalloc(sizeof(struct arg_list)); in grep_main()
|
D | ps.c | 237 struct arg_list *G; 238 struct arg_list *g; 239 struct arg_list *U; 240 struct arg_list *u; 241 struct arg_list *t; 242 struct arg_list *s; 243 struct arg_list *p; 244 struct arg_list *O; 245 struct arg_list *o; 246 struct arg_list *P; [all …]
|
D | expand.c | 29 struct arg_list *tabs; 93 struct arg_list *tabs; in parse_tablist()
|
D | kill.c | 48 struct arg_list *olist; 97 struct arg_list *ptr;
|
D | env.c | 28 struct arg_list *u;
|
D | df.c | 35 struct arg_list *fstype; in GLOBALS() 108 struct arg_list *al; in show_mt()
|
D | od.c | 30 struct arg_list *output_base; 266 struct arg_list *arg; in od_main()
|
/external/libmicrohttpd/src/testcurl/https/ |
D | tls_test_common.c | 367 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()
|
/external/tensorflow/tensorflow/python/eager/ |
D | python_eager_op_gen.cc | 340 auto arg_list = attr_to_args_.find(attr.name()); in Code() local 341 if (arg_list != attr_to_args_.end()) { in Code() 452 auto arg_list = attr_to_args_.find(attr.name()); in GetEagerFunctionSetup() local 453 if (arg_list != attr_to_args_.end()) { in GetEagerFunctionSetup() 456 for (auto iter = arg_list->second.begin(); in GetEagerFunctionSetup() 457 iter != arg_list->second.end(); ++iter) { in GetEagerFunctionSetup() 460 if (iter == arg_list->second.begin()) { in GetEagerFunctionSetup() 785 auto arg_list = attr_to_args_.find(attr.name()); in AddEagerInferredAttrs() local 786 if (arg_list != attr_to_args_.end()) { in AddEagerInferredAttrs() 790 FlattenInputs(&arg_list->second, &output_sizes); in AddEagerInferredAttrs() [all …]
|
/external/wayland/src/ |
D | scanner.c | 177 struct wl_list arg_list; member 412 wl_list_init(&message->arg_list); in create_message() 483 wl_list_for_each_safe(a, a_next, &message->arg_list, link) in free_message() 763 wl_list_insert(ctx->message->arg_list.prev, &arg->link); in start_element() 859 wl_list_for_each(a, &m->arg_list, link) { in verify_arguments() 1100 wl_list_for_each(a, &m->arg_list, link) { in emit_stubs() 1122 wl_list_for_each(a, &m->arg_list, link) { in emit_stubs() 1168 wl_list_for_each(a, &m->arg_list, link) { in emit_stubs() 1211 wl_list_for_each(a, &m->arg_list, link) { in emit_event_wrappers() 1220 wl_list_for_each(a, &m->arg_list, link) { in emit_event_wrappers() [all …]
|
/external/python/cpython3/Lib/ |
D | typing.py | 752 arg_list = [] 755 arg_list.append(_type_repr(arg)) 757 arg_list.append(arg[0]._tree_repr(arg)) 758 return super().__repr__() + '[%s]' % ', '.join(arg_list) 1064 arg_list = [] 1067 arg_list.append('()') 1069 arg_list.append(_type_repr(arg)) 1071 arg_list.append(arg[0]._tree_repr(arg)) 1072 return super().__repr__() + '[%s]' % ', '.join(arg_list) 1299 arg_list = [] [all …]
|
/external/toybox/toys/lsb/ |
D | umount.c | 35 struct arg_list *t; in GLOBALS() 127 struct arg_list *tal; in umount_main()
|
/external/toybox/lib/ |
D | args.c | 198 struct arg_list **list; in gotflag() 200 list = (struct arg_list **)opt->arg; in gotflag() 202 *list = xzalloc(sizeof(struct arg_list)); in gotflag()
|
D | lib.h | 27 struct arg_list { struct 28 struct arg_list *next; argument 313 void comma_args(struct arg_list *al, void *data, char *err,
|
/external/python/cpython2/Lib/ |
D | pstats.py | 137 def add(self, *arg_list): argument 138 if not arg_list: return self 139 if len(arg_list) > 1: self.add(*arg_list[1:]) 140 other = arg_list[0]
|
/external/toybox/ |
D | toys.h | 116 struct arg_list *xexit; // atexit() functions for xexit(), set by sigatexit()
|
/external/toolchain-utils/crosperf/ |
D | experiment_factory_unittest.py | 102 arg_list = [ 105 self.append_benchmark_call_args.append(arg_list)
|
/external/libpng/contrib/tools/ |
D | genpng.c | 762 struct arg arg_list[max_shapes]; in main() local 779 parse_arg(arg_list+nshapes, argv+3+7*nshapes); in main() 814 pixel(buffer + 4*(x + y*image.width), arg_list, nshapes, x, y); in main()
|