sudo/lib/eventlog/regress/logwrap
Todd C. Miller 14d514e5ac Avoid using %zu or %zd with printf() and fprintf().
This prevents problems on systems where the system printf(3) is not
C99-compliant.  We use our own snprintf() on such systems so that
is safe.
2023-10-17 20:14:53 -06:00
..
check_wrap.c Avoid using %zu or %zd with printf() and fprintf(). 2023-10-17 20:14:53 -06:00
check_wrap.in Test eventlog_writeln() when word wrap is disabled. 2020-10-28 13:47:40 -06:00
check_wrap.out.ok Test eventlog_writeln() when word wrap is disabled. 2020-10-28 13:47:40 -06:00