Searched refs:opt_item (Results 1 – 1 of 1) sorted by relevance
193 static NOINLINE char *xmalloc_optname_optval(const struct dhcp_optitem *opt_item, const struct dhcp… in xmalloc_optname_optval() argument200 option = opt_item->data; in xmalloc_optname_optval()201 len = opt_item->len; in xmalloc_optname_optval()395 struct dhcp_optitem *opt_item = item; in optitem_unset_env_and_free() local396 bb_unsetenv_and_free(opt_item->env); in optitem_unset_env_and_free()397 if (opt_item->malloced) in optitem_unset_env_and_free()398 free(opt_item->data); in optitem_unset_env_and_free()399 free(opt_item); in optitem_unset_env_and_free()405 struct dhcp_optitem *opt_item; in putenvp() local407 opt_item = xzalloc(sizeof(*opt_item)); in putenvp()[all …]