Home
last modified time | relevance | path

Searched refs:malloced (Results 1 – 6 of 6) sorted by relevance

/busybox-1.35.0/libpwdgrp/
Dpwd_grp.c48 char *malloced; member
124 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()
/busybox-1.35.0/networking/udhcp/
Ddhcpc.c118 uint8_t malloced; member
397 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()
/busybox-1.35.0/shell/
Dhush_doc.txt137 /* problem: putenv's malloced strings into environ -
Dash.c2038 unsigned char malloced; /* if parameter list dynamically allocated */ member
2048 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()
/busybox-1.35.0/docs/
Dnofork_noexec.txt92 without freeing malloced data!
Dkeep_data_small.txt125 'G.' trick can be done using bb_common_bufsiz1 instead of malloced buffer: