Home
last modified time | relevance | path

Searched refs:tablesize (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dvfprintf.c839 int tablesize; /* current size of type table */ local
845 ((nextarg >= tablesize) ? \
881 tablesize = STATIC_ARG_TBL_SIZE;
1096 sm_grow_type_table_x(typetable, tablesize) in sm_grow_type_table_x() argument
1098 int *tablesize;
1101 int newsize = *tablesize * 2;
1103 if (*tablesize == STATIC_ARG_TBL_SIZE)
1107 (void) memmove(*typetable, oldtable, *tablesize);
1114 (void) memset(&typetable [*tablesize], T_UNUSED,
1115 (newsize - *tablesize));
[all …]
/illumos-gate/usr/src/lib/libbsm/common/
H A Dadt.c1925 adt_calcOffsets(struct entry *p_entry, int tablesize, void *p_data) in adt_calcOffsets() argument
1931 for (i = 0; i < tablesize; i++) { in adt_calcOffsets()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c265 int tablesize; /* Size of the parse tables */ member
1366 lem.tablesize = 0;
1436 lem.nstate, lem.tablesize, lem.nconflict);