Searched refs:str_entries (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.c1254 int str_entries; local
1266 rc = unpack_gam_int(str+str_count, &str_entries);
1274 if (str_entries != max_entries) {
1275 fprintf(stderr, "\nstr_entries = %d\n", str_entries);
1280 ddel = (int *) malloc( str_entries * sizeof(int) );
1282 for (g=0 ; g<str_entries ; g++) {
1287 rc = unpack_string_to_tbl (str+str_count, ddel, str_entries);

Completed in 15 milliseconds