Searched refs:expected_libc_retval (Results 1 – 1 of 1) sorted by relevance
29 char expected_libc_retval[sizeof(unknown_code_result) + 3]; in test_errno() local32 static const char expected_libc_retval[] = "Unknown error"; in test_errno() local67 snprintf(expected_libc_retval, sizeof(expected_libc_retval), in test_errno()70 if ((strcmp(expected_libc_retval, libc_retval) != 0) && in test_errno()81 snprintf(expected_libc_retval, sizeof(expected_libc_retval), in test_errno()87 (strcmp(expected_libc_retval, libc_retval) != 0)){ in test_errno()