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

/freebsd-9.3-release/contrib/openpam/t/
H A Dt_openpam_readlinev.c54 orlv_expect(struct t_file *tf, const char **expectedv, int lines, int eof) argument
60 if (expectedv != NULL)
61 while (expectedv[expectedc] != NULL)
66 if (expectedv != NULL && gotv == NULL) {
70 if (expectedv == NULL && gotv != NULL) {
75 if (expectedv != NULL && gotv != NULL) {
83 if (strcmp(expectedv[i], gotv[i]) != 0) {
85 "got <<%s>>\n", i, expectedv[i], gotv[i]);

Completed in 224 milliseconds