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

/freebsd-11-stable/crypto/openssl/crypto/cast/
H A Dcasttest.c110 static unsigned char c_b[16] = { variable
214 (memcmp(out_b, c_b, sizeof(c_b)) != 0)) {
231 printf("%02X ", c_b[i]);
/freebsd-11-stable/contrib/ncurses/ncurses/base/
H A Dlib_color.c730 NCURSES_COLOR_T c_b = SP_PARM->_color_table[color].blue; local
737 *b = c_b;
740 color, c_r, c_g, c_b));

Completed in 56 milliseconds