Home
last modified time | relevance | path

Searched refs:bytes_r (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/vtfontcvt/
H A Dvtfontcvt.c335 if (bytes_r != NULL) { in add_char()
336 gl = add_glyph(bytes_r, map_idx + 1, 0); in add_char()
384 uint8_t bytes[wbytes * height], bytes_r[wbytes * height]; in parse_bdf() local
388 memset(bytes_r, 0, sizeof (bytes_r)); in parse_bdf()
404 bytes_r + i * wbytes, line, dwidth) != 0) in parse_bdf()
410 dwidth == width * 2 ? bytes_r : NULL) != 0) in parse_bdf()
434 uint8_t *bytes = NULL, *bytes_r = NULL; in parse_hex() local
454 bytes_r = xmalloc(wbytes * height); in parse_hex()
469 bytes_r + i * wbytes, line, dwidth) != 0) { in parse_hex()
476 dwidth == width * 2 ? bytes_r : NULL) != 0) { in parse_hex()
[all …]