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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/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]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/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]);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/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 77 milliseconds