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

/solaris-x11-s11/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_predid.c74 char hex_buf[hex_cols*bytes_per_line+1]; /* Hex byte buf */ local
81 hex_buf[0] = '\0';
84 strcat(hex_buf, " ");
96 sprintf(&hex_buf[hex_cols*i], " %02X",
99 printf("\t0x%02X: %s\n", line_addr, hex_buf);
100 hex_buf[0] = '\0';

Completed in 12 milliseconds