Searched refs:result_argv (Results 1 – 1 of 1) sorted by relevance
414 char **result_argv, int result_argc) in compare() argument421 if (strcmp(expect_argv[n], result_argv[n]) != 0) { in compare()423 testname, n, expect_argv[n], n, result_argv[n]); in compare()432 msg_info("no expect to match result[%d]='%s'", n, result_argv[n]); in compare()