Searched refs:xmemdup (Results 1 – 10 of 10) sorted by relevance
/busybox-1.35.0/util-linux/ |
D | last_fancy.c | 236 llist_add_to(&zlist, xmemdup(&ut, sizeof(ut))); in last_main() 278 llist_add_to(&zlist, xmemdup(&ut, sizeof(ut))); in last_main()
|
D | mdev.c | 498 rule = xmemdup(&G.cur_rule, sizeof(G.cur_rule)); in next_rule()
|
/busybox-1.35.0/archival/libarchive/ |
D | open_transformer.c | 358 xmemdup(&xstate->magic, xstate->signature_skipped), in xmalloc_open_zipped_read_close()
|
/busybox-1.35.0/libbb/ |
D | xfuncs_printf.c | 109 void* FAST_FUNC xmemdup(const void *s, int n) in xmemdup() function
|
D | procps.c | 555 sp->argv0 = xmemdup(buf, n + 1); in procps_scan()
|
/busybox-1.35.0/networking/ |
D | traceroute.c | 956 G.from_lsa = xmemdup(dest_lsa, LSA_LEN_SIZE + dest_lsa->len); in traceroute_init()
|
/busybox-1.35.0/networking/udhcp/ |
D | d6_dhcpc.c | 206 return xmemdup(opt, opt[3] + 4); in d6_copy_option()
|
/busybox-1.35.0/include/ |
D | libbb.h | 433 void *xmemdup(const void *s, int n) FAST_FUNC RETURNS_MALLOC;
|
/busybox-1.35.0/shell/ |
D | hush.c | 4030 old = xmemdup(ctx, sizeof(*ctx)); in reserved_word() 8854 job = *jobp = xmemdup(pi, sizeof(*pi)); in insert_job_into_table()
|
D | ash.c | 5230 trap_ptr = xmemdup(trap, sizeof(trap)); in forkchild()
|