Searched refs:expectedv (Results 1 – 1 of 1) sorted by relevance
62 orlv_expect(struct t_file *tf, const char **expectedv, int lines, int eof) in orlv_expect() argument70 if (expectedv != NULL) in orlv_expect()71 while (expectedv[expectedc] != NULL) in orlv_expect()76 if (expectedv != NULL && gotv == NULL) { in orlv_expect()79 } else if (expectedv == NULL && gotv != NULL) { in orlv_expect()82 } else if (expectedv != NULL && gotv != NULL) { in orlv_expect()89 if (strcmp(expectedv[i], gotv[i]) != 0) { in orlv_expect()91 "got <<%s>>\n", i, expectedv[i], gotv[i]); in orlv_expect()