Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libutil/fmt_scaled/
H A Dfmt_test.c23 static int assert_errno(int testnum, int checknum, int expect, int result);
140 errs += assert_errno(i, 2, ddata[i].err, e); in fmt_test()
291 errs += assert_errno(i, 2, sdata[i].err, e); in scan_test()
311 assert_errno(int testnum, int check, int expect, int result) in assert_errno() function