Symbol: h_strpct
tests/lib/libutil/t_strpct.c
164
h_strpct(0, 0, 0, 0, "");
tests/lib/libutil/t_strpct.c
165
h_strpct(1, 0, 0, 0, "");
tests/lib/libutil/t_strpct.c
166
h_strpct(2, 0, 0, 0, "0");
tests/lib/libutil/t_strpct.c
167
h_strpct(3, 0, 0, 0, "0");
tests/lib/libutil/t_strpct.c
168
h_strpct(3, 0, 0, 1, "0.");
tests/lib/libutil/t_strpct.c
169
h_strpct(4, 0, 0, 1, "0.0");
tests/lib/libutil/t_strpct.c
170
h_strpct(4, 1, 5, 1, "20.");
tests/lib/libutil/t_strpct.c
171
h_strpct(6, 1, 5, 1, "20.0");
tests/lib/libutil/t_strpct.c
172
h_strpct(100, 1, 5, 5, "20.00000");
tests/lib/libutil/t_strpct.c
174
h_strpct(100, 1, 7, 20, "14.28571428571428571428");
tests/lib/libutil/t_strpct.c
176
h_strpct( 5, 11223344, 100, 10, "1122");
tests/lib/libutil/t_strpct.c
177
h_strpct(10, 11223344, 100, 10, "11223344.");
tests/lib/libutil/t_strpct.c
178
h_strpct(11, 11223344, 100, 10, "11223344.0");
tests/lib/libutil/t_strpct.c
180
h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 0, "100");
tests/lib/libutil/t_strpct.c
181
h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 1, "100.0");
tests/lib/libutil/t_strpct.c
182
h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 5, "100.00000");
tests/lib/libutil/t_strpct.c
183
h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 10, "100.0000000000");
tests/lib/libutil/t_strpct.c
184
h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 15, "100.000000000000000");
tests/lib/libutil/t_strpct.c
185
h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 20, "100.00000000000000000000");
tests/lib/libutil/t_strpct.c
186
h_strpct(100, UINTMAX_MAX, UINTMAX_MAX, 25, "100.0000000000000000000000000");
tests/lib/libutil/t_strpct.c
188
h_strpct(100, UINTMAX_MAX - 1, UINTMAX_MAX, 25, "99.9999999999999999945789891");
tests/lib/libutil/t_strpct.c
189
h_strpct(100, 1, (UINTMAX_MAX >> 1) + 1, 70,
tests/lib/libutil/t_strpct.c
191
h_strpct(100, UINTMAX_MAX, 1, 10, "1844674407370955161500.0000000000");
tests/lib/libutil/t_strpct.c
192
h_strpct(100, 1, UINTMAX_MAX, 30, "0.000000000000000005421010862427");