Home
last modified time | relevance | path

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

/freebsd/usr.bin/vtfontcvt/
H A Dvtfontcvt.c315 add_char(unsigned curchar, unsigned map_idx, uint8_t *bytes, uint8_t *bytes_r) in add_char() argument
327 if (bytes_r != NULL) { in add_char()
328 gl = add_glyph(bytes_r, map_idx + 1, 0); in add_char()
402 uint8_t *line, *bytes, *bytes_r; in parse_bdf() local
466 bytes_r = xmalloc(wbytes * height); in parse_bdf()
492 memset(bytes_r, 0, wbytes * height); in parse_bdf()
522 bytes_r + i * wbytes, line, dwidth); in parse_bdf()
529 dwidth > (int)width ? bytes_r : NULL); in parse_bdf()
540 free(bytes_r); in parse_bdf()
550 uint8_t *bytes = NULL, *bytes_r = NULL, *line = NULL; in parse_hex() local
[all …]