Searched defs:text_size (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dkobj.h68 size_t text_size; member in struct:module
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c100 int text_size; /* the size of allocated text memory */ variable
576 text_size += 1000;
578 text = REALLOC(text, text_size);
580 text = MALLOC(text_size);
597 while (i >= text_size)
606 while (i >= text_size)
709 while ((text_len + (int)MB_CUR_MAX + 1) >= text_size)
716 while ((text_len + 1) >= text_size)
800 while ((text_len + (int)MB_CUR_MAX + 1) >= text_size)
807 while ((text_len + 1) >= text_size)
1035 int text_size; local
[all...]

Completed in 213 milliseconds