Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dsnprintf-test.c96 long long_values[] = {LONG_MIN, -17, -1, 0, 1, 17, 4711, 65535, LONG_MAX}; in cmp_with_sprintf_long() local
99 for (i = 0; i < sizeof(long_values) / sizeof(long_values[0]); ++i) { in cmp_with_sprintf_long()
100 tot += try ("%ld", long_values[i]); in cmp_with_sprintf_long()
101 tot += try ("%lx", long_values[i]); in cmp_with_sprintf_long()
102 tot += try ("%lX", long_values[i]); in cmp_with_sprintf_long()
103 tot += try ("%lo", long_values[i]); in cmp_with_sprintf_long()
104 tot += try ("%#lx", long_values[i]); in cmp_with_sprintf_long()
105 tot += try ("%#lX", long_values[i]); in cmp_with_sprintf_long()
106 tot += try ("%#lo", long_values[i]); in cmp_with_sprintf_long()
107 tot += try ("%10ld", long_values[i]); in cmp_with_sprintf_long()
[all …]