Home
last modified time | relevance | path

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

/openbsd-src/regress/lib/libutil/fmt_scaled/
H A Dfmt_test.c25 static int assert_str(int testnum, int checknum, char * expect, char * result);
142 errs += assert_str(i, 3, ddata[i].expect, buf); in fmt_test()
335 assert_str(int testnum, int check, char * expect, char * result) in assert_str() function