data_grow_for      63 scripts/dtc/data.c 	d = data_grow_for(empty_data, len);
data_grow_for      77 scripts/dtc/data.c 	d = data_grow_for(empty_data, strlen(s)+1);
data_grow_for     105 scripts/dtc/data.c 		d = data_grow_for(d, chunksize);
data_grow_for     122 scripts/dtc/data.c 	d = data_grow_for(d, len);
data_grow_for     131 scripts/dtc/data.c 	d = data_grow_for(d, len);
data_grow_for     227 scripts/dtc/data.c 	d = data_grow_for(d, len);
data_grow_for     101 scripts/dtc/dtc.h struct data data_grow_for(struct data d, int xlen);
data_grow_for     649 scripts/dtc/flattree.c 	d = data_grow_for(d, len);