Searched refs:llist_free (Results 1 – 11 of 11) sorted by relevance
/busybox-1.35.0/procps/ |
D | pidof.c | 140 llist_free(omits, NULL); in pidof_main()
|
D | iostat.c | 522 llist_free(G.dev_name_list, NULL); in iostat_main()
|
/busybox-1.35.0/libbb/ |
D | llist.c | 64 void FAST_FUNC llist_free(llist_t *elm, void (*freeit)(void *data)) in llist_free() function
|
D | appletlib.c | 524 llist_free((llist_t*)sct_head, NULL); in parse_config_file() 643 llist_free((llist_t*)suid_config, NULL); in check_suid()
|
/busybox-1.35.0/util-linux/ |
D | last_fancy.c | 285 llist_free(zlist, free); in last_main() 292 llist_free(zlist, free); in last_main()
|
D | mount.c | 694 llist_free(fslist, free); in delete_block_backed_filesystems()
|
/busybox-1.35.0/networking/ |
D | ifupdown.c | 1453 llist_free(state_list, free); in ifupdown_main() 1538 llist_free(state_list, free); in ifupdown_main()
|
/busybox-1.35.0/findutils/ |
D | grep.c | 765 llist_free(pattern_head, NULL); in grep_main()
|
/busybox-1.35.0/editors/ |
D | sed.c | 175 llist_free(G.append_head, free); in sed_free_and_close_stuff()
|
/busybox-1.35.0/networking/udhcp/ |
D | dhcpc.c | 584 llist_free(client_data.envp, optitem_unset_env_and_free); in d4_run_script()
|
/busybox-1.35.0/include/ |
D | libbb.h | 1387 void llist_free(llist_t *elm, void (*freeit)(void *data)) FAST_FUNC;
|