mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
* Don't use sysexits.h. Just exit 1 on error and 0 otherwise. * Don't sacrifice precision by converting the output of clock_gettime() to a double and then comparing the results. Instead, subtract the values of the two clock_gettime() calls, then convert to double. * Don't use CLOCK_MONOTONIC_PRECISE. It's an unportable synonym for CLOCK_MONOTONIC. * Use more appropriate names for some local variables. * In the summary message, round elapsed time to the nearest microsecond. Reported by: bde, jilles MFC after: 3 days X-MFC-With: 265472 |
||
|---|---|---|
| .. | ||
| args.c | ||
| conv.c | ||
| conv_tab.c | ||
| dd.1 | ||
| dd.c | ||
| dd.h | ||
| extern.h | ||
| gen.c | ||
| Makefile | ||
| misc.c | ||
| position.c | ||
| ref.ascii | ||
| ref.ebcdic | ||
| ref.ibm | ||
| ref.lcase | ||
| ref.oldascii | ||
| ref.oldebcdic | ||
| ref.oldibm | ||
| ref.pareven | ||
| ref.parnone | ||
| ref.parodd | ||
| ref.parset | ||
| ref.swab | ||
| ref.ucase | ||