Searched refs:mine (Results 1 – 1 of 1) sorted by relevance
149 chk (unsigned mine, unsigned libs, int *errors) in chk() argument152 char *result = mine == libs ? "PASS" : "FAIL"; in chk()153 sprintf (answer, "new_strlen=%d: lib_strlen=%d: %s!", mine, libs, result); in chk()154 if (mine != libs) in chk()