Home
last modified time | relevance | path

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

/openbsd/usr.bin/less/
H A Dcharset.c26 static const char *binfmt = NULL; variable
144 setbinfmt("LESSBINFMT", &binfmt, "*s<%02X>"); in init_charset()
199 (void) snprintf(buf, sizeof (buf), binfmt, c); in prchar()
218 (void) snprintf(buf, sizeof (buf), binfmt, (char)ch); in prutfchar()