data_grow_for      48 scripts/dtc/data.c 	d = data_grow_for(empty_data, len);
data_grow_for      63 scripts/dtc/data.c 	d = data_grow_for(d, len + 1);
data_grow_for      92 scripts/dtc/data.c 		d = data_grow_for(d, chunksize);
data_grow_for     109 scripts/dtc/data.c 	d = data_grow_for(d, len);
data_grow_for     118 scripts/dtc/data.c 	d = data_grow_for(d, len);
data_grow_for     214 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     634 scripts/dtc/flattree.c 	d = data_grow_for(d, len);