Searched refs:expectedv (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/openpam/t/
H A Dt_openpam_readlinev.c64 orlv_expect(struct t_file *tf, const char **expectedv, int lines, int eof) argument
72 if (expectedv != NULL)
73 while (expectedv[expectedc] != NULL)
78 if (expectedv != NULL && gotv == NULL) {
81 } else if (expectedv == NULL && gotv != NULL) {
84 } else if (expectedv != NULL && gotv != NULL) {
91 if (strcmp(expectedv[i], gotv[i]) != 0) {
93 "got <<%s>>\n", i, expectedv[i], gotv[i]);

Completed in 100 milliseconds