Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/diff/src/
HDcmp.c51 static void sprintc (char *, unsigned char);
495 sprintc (s0, c0); in cmp()
496 sprintc (s1, c1); in cmp()
525 sprintc (s0, c0); in cmp()
526 sprintc (s1, c1); in cmp()
636 sprintc (char *buf, unsigned char c) in sprintc() function
/freebsd-11-stable/contrib/diff/
HDChangeLog1116 (sprintc): Remove int width arg; it's now the caller's responsibility
1580 (sprintc): byte arg is unsigned char, not unsigned.
2009 * cmp.c (sprintc): Renamed from `printc'.
2011 (cmp): Use new sprintc; it's easier to internationalize.