Home
last modified time | relevance | path

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

/bionic/libc/arch-mips/string/
Dmips_strlen.c149 chk (unsigned mine, unsigned libs, int *errors) in chk() argument
152 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()