Searched refs:newtbl (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/flex/src/
H A Dtables.c466 struct yytbl_data newtbl;
468 yytbl_data_init (&newtbl, tbl->td_id);
469 newtbl.td_hilen = tbl->td_hilen;
470 newtbl.td_lolen = tbl->td_lolen;
471 newtbl.td_flags = tbl->td_flags;
486 newtbl.td_data = calloc ((size_t) total_len, newsz);
487 newtbl.td_flags = (flex_uint16_t)
488 (TFLAGS_CLRDATA (newtbl.td_flags) | BYTES2TFLAG (newsz));
494 yytbl_data_seti (&newtbl, i, g);
500 *tbl = newtbl;
465 struct yytbl_data newtbl; local
[all...]
/freebsd-current/tools/bus_space/
H A Dbus.c56 void *newtbl; local
65 newtbl = realloc(ridtbl, sizeof(struct resource) * nrids);
66 if (newtbl == NULL) {
70 ridtbl = newtbl;
H A Dbusdma.c85 struct obj **newtbl, *obj; local
96 newtbl = realloc(oidtbl, sizeof(struct obj *) * (noids + 1));
97 if (newtbl == NULL) {
101 oidtbl = newtbl;

Completed in 61 milliseconds