/third_party/toybox/generated/ |
D | globals.h | 26 struct arg_list *d; 101 struct arg_list *optlist; 141 struct arg_list *t; 226 struct arg_list *s; 571 struct arg_list *req_opt; 573 struct arg_list *pkt_opt; 603 struct arg_list *L_list; 664 struct arg_list *l; 720 struct arg_list *qkey; 721 struct arg_list *qid; [all …]
|
/third_party/toybox/toys/pending/ |
D | modprobe.c | 33 struct arg_list *dirs; 35 struct arg_list *probes, *dbase[256]; 52 struct arg_list *rnames, *dep; 86 static void *llist_popme(struct arg_list **head) in llist_popme() 89 struct arg_list *temp = *head; in llist_popme() 100 static void llist_add(struct arg_list **old, void *data) in llist_add() 102 struct arg_list *new = xmalloc(sizeof(struct arg_list)); in llist_add() 110 static void llist_add_tail(struct arg_list **head, void *data) in llist_add_tail() 113 *head = xzalloc(sizeof(struct arg_list)); in llist_add_tail() 118 static struct arg_list *llist_rev(struct arg_list *list) in llist_rev() [all …]
|
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 | 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 | 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 …]
|
/third_party/flutter/engine/flutter/tools/ |
D | gn_test.py | 13 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/skia/third_party/externals/abseil-cpp/absl/copts/ |
D | generate_copts.py | 73 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/microhttpd/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()
|
/third_party/toybox/toys/posix/ |
D | env.c | 28 struct arg_list *u; 34 struct arg_list *u; in env_main()
|
D | grep.c | 72 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()
|
D | expand.c | 29 struct arg_list *t; 93 struct arg_list *tabs; in parse_tablist()
|
D | kill.c | 49 struct arg_list *o; 101 struct arg_list *ptr;
|
D | df.c | 35 struct arg_list *t; in GLOBALS() 108 struct arg_list *al; in show_mt()
|
D | od.c | 32 struct arg_list *t; 266 struct arg_list *arg; in od_main()
|
/third_party/toybox/porting/liteos_a/toys/lsb/ |
D | umount.c | 29 struct arg_list *t; in GLOBALS() 96 struct arg_list *tal; in umount_main()
|
D | mount.c | 56 struct arg_list *optlist; in GLOBALS() 278 struct arg_list *o; in mount_main()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | kill.c | 48 struct arg_list *o; 98 struct arg_list *ptr;
|
/third_party/toybox/toys/lsb/ |
D | umount.c | 35 struct arg_list *t; in GLOBALS() 127 struct arg_list *tal; in umount_main()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | inline.c | 517 struct expression_list *arg_list = expr->args; in inline_function() local 540 FOR_EACH_PTR(arg_list, arg) { in inline_function() 573 struct symbol_list *arg_list = fn->arguments; in uninline() local 577 FOR_EACH_PTR(arg_list, p) { in uninline() 583 unset_replace_list(arg_list); in uninline()
|
/third_party/toybox/toys/other/ |
D | blkid.c | 36 struct arg_list *s; 70 struct arg_list *al; in show_tag()
|
/third_party/toybox/lib/ |
D | args.c | 199 struct arg_list **list; in gotflag() 201 list = (struct arg_list **)opt->arg; in gotflag() 203 *list = xzalloc(sizeof(struct arg_list)); in gotflag()
|
/third_party/toybox/ |
D | toys.h | 114 struct arg_list *xexit; // atexit() functions for xexit(), set by sigatexit()
|
/third_party/toybox/porting/liteos_a/ |
D | toys.h | 120 struct arg_list *xexit; // atexit() functions for xexit(), set by sigatexit()
|
/third_party/skia/third_party/externals/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()
|
/third_party/flutter/skia/third_party/externals/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()
|