Home
last modified time | relevance | path

Searched refs:gotv (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/openpam/t/
H A Dt_openpam_readlinev.c65 char **gotv; in orlv_expect() local
73 gotv = openpam_readlinev(tf->file, &lineno, &gotc); 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()
96 FREEV(gotc, gotv); in orlv_expect()