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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/gfx_common/config/
H A Dgfx_gamma_pack.c1106 int str_alloc; local
1116 str_alloc = tbl_len*8 + 20; /* worst case */
1117 str_data = malloc(str_alloc);
1140 str_left = str_alloc - str_count;

Completed in 8 milliseconds