Searched refs:bytes_r (Results 1 – 1 of 1) sorted by relevance
| /src/usr.bin/vtfontcvt/ |
| H A D | vtfontcvt.c | 317 add_char(unsigned curchar, unsigned map_idx, uint8_t *bytes, uint8_t *bytes_r) in add_char() argument 329 if (bytes_r != NULL) { in add_char() 330 gl = add_glyph(bytes_r, map_idx + 1, 0); in add_char() 404 uint8_t *line, *bytes, *bytes_r; in parse_bdf() local 468 bytes_r = xmalloc(wbytes * height); in parse_bdf() 494 memset(bytes_r, 0, wbytes * height); in parse_bdf() 524 bytes_r + i * wbytes, line, dwidth); in parse_bdf() 531 dwidth > (int)width ? bytes_r : NULL); in parse_bdf() 542 free(bytes_r); in parse_bdf() 552 uint8_t *bytes = NULL, *bytes_r = NULL, *line = NULL; in parse_hex() local [all …]
|