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

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A Dsop.c48 add_size, local
65 add_size = strlen(buf);
67 str = Realloc(str, size + add_size + 1);
69 str = Malloc(size + add_size + 1);
75 size += add_size;
/illumos-gate/usr/src/cmd/lp/lib/forms/
H A Drdform.c70 int add_size; local
266 add_size = strlen(p);
270 size + add_size + 1
274 size + add_size + 1
289 size += add_size;
/illumos-gate/usr/src/uts/common/io/comstar/port/fcoet/
H A Dfcoet.c885 int add_size; local
904 add_size = (sge_num - 1) * sizeof (struct stmf_sglist_ent) +
906 dbuf = stmf_alloc(STMF_STRUCT_DATA_BUF, add_size, 0);

Completed in 62 milliseconds