Searched refs:new_opt (Results 1 – 1 of 1) sorted by relevance
403 static void putenvp(char *new_opt) in putenvp() argument411 opt_item->env = new_opt; in putenvp()413 log2(" %s", new_opt); in putenvp()414 putenv(new_opt); in putenvp()482 char *new_opt; in fill_envp() local506 new_opt = xmalloc_optname_optval(opt_item, dh, opt_name); in fill_envp()515 new_opt = xmalloc(sizeof("optNNN=") + 1 + opt_item->len*2); in fill_envp()516 ofs = sprintf(new_opt, "opt%u=", opt_item->code); in fill_envp()517 bin2hex(new_opt + ofs, (char *)opt_item->data, opt_item->len)[0] = '\0'; in fill_envp() local519 log2(" %s", new_opt); in fill_envp()[all …]