Searched refs:malloced (Results 1 – 6 of 6) sorted by relevance
48 char *malloced; member124 free(S.db[0].malloced); in free_static()125 free(S.db[1].malloced); in free_static()127 free(S.db[2].malloced); in free_static()343 free(db->malloced); in massage_data_for_non_r_func()349 db->malloced = buf = xrealloc(buf, db->size_of + S.string_size); in massage_data_for_non_r_func()
118 uint8_t malloced; member397 if (opt_item->malloced) in optitem_unset_env_and_free()441 if (opt_item->malloced) in concat_option()443 opt_item->malloced = 1; in concat_option()
137 /* problem: putenv's malloced strings into environ -
2038 unsigned char malloced; /* if parameter list dynamically allocated */ member2048 if (param->malloced) { in freeparam()9901 shellparam.malloced = 0; in evalfun()11281 shellparam.malloced = 1; in setparam()11444 if (shellparam.malloced) in shiftcmd()13618 shellparam.malloced = 0; in dotcmd()
92 without freeing malloced data!
125 'G.' trick can be done using bb_common_bufsiz1 instead of malloced buffer: