Searched refs:dlist_add_nomalloc (Results 1 – 19 of 19) sorted by relevance
/third_party/toybox/lib/ |
D | llist.c | 85 void dlist_add_nomalloc(struct double_list **list, struct double_list *new) in dlist_add_nomalloc() function 102 dlist_add_nomalloc(list, new); in dlist_add()
|
D | portability.c | 74 dlist_add_nomalloc((void *)&mtlist, (void *)mt); in xgetmountlist() 165 dlist_add_nomalloc((void *)&mtlist, (void *)mt); in xgetmountlist()
|
D | lib.h | 49 void dlist_add_nomalloc(struct double_list **list, struct double_list *new);
|
/third_party/toybox/toys/pending/ |
D | crond.c | 280 dlist_add_nomalloc((struct double_list **)&cfile->job, (struct double_list *)j); in parse_line() 292 dlist_add_nomalloc((struct double_list **)&cfile->var, (struct double_list *)v); in parse_line() 413 dlist_add_nomalloc((struct double_list **)&gclist, in scan_cronfiles()
|
D | lsof.c | 132 dlist_add_nomalloc(&TT.all_sockets, (struct double_list *)fi); in add_socket() 293 dlist_add_nomalloc(&TT.files, (struct double_list *)fi); in new_file_info()
|
D | sh.c | 350 dlist_add_nomalloc((void *)rdlist, (void *)rd); in run_command() 754 dlist_add_nomalloc((void *)&sp->pipeline, (void *)pl); in parse_line() 781 dlist_add_nomalloc((void *)&sp->pipeline, (void *)pl); in parse_line()
|
D | vi.c | 139 dlist_add_nomalloc(list, new); in dlist_add_before()
|
D | ip.c | 950 dlist_add_nomalloc((struct double_list **)&linfo, in display_link_info()
|
/third_party/toybox/scripts/ |
D | config2help.c | 88 void dlist_add_nomalloc(struct double_list **list, struct double_list *new) in dlist_add_nomalloc() function 105 dlist_add_nomalloc(list, new); in dlist_add()
|
/third_party/toybox/toys/posix/ |
D | tail.c | 156 dlist_add_nomalloc((void *)&list, (void *)new); in do_tail()
|
D | find.c | 461 dlist_add_nomalloc(&TT.argdata, (void *)udl); in do_find() 511 dlist_add_nomalloc(&TT.argdata, (void *)(aa = xzalloc(sizeof(*aa)))); in do_find()
|
D | sed.c | 358 dlist_add_nomalloc((void *)&append, (void *)a); in sed_line() 780 if (command) dlist_add_nomalloc(&TT.pattern, (void *)command); in parse_pattern()
|
D | grep.c | 406 dlist_add_nomalloc(&TT.reg, (void *)(shoe = xmalloc(sizeof(struct reg)))); in parse_regex()
|
D | ls.c | 599 } else dlist_add_nomalloc((void *)&TT.files->child, (void *)dt); in ls_main()
|
D | tar.c | 702 dlist_add_nomalloc(&TT.incl, delete); in unpack_tar()
|
D | ps.c | 1116 dlist_add_nomalloc(data, (void *)field); in parse_ko()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 49 void dlist_add_nomalloc(struct double_list **list, struct double_list *new);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ls.c | 589 } else dlist_add_nomalloc((void *)&TT.files->child, (void *)dt); in ls_main()
|
D | ps.c | 1073 dlist_add_nomalloc(data, (void *)field); in parse_ko()
|