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

/netbsd-current/external/bsd/openpam/dist/t/
H A Dt_openpam_readlinev.c62 orlv_expect(struct t_file *tf, const char **expectedv, int lines, int eof) function
179 ret = orlv_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/);
192 ret = orlv_expect(tf, empty, 1 /*lines*/, 0 /*eof*/);
205 ret = orlv_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/);
218 ret = orlv_expect(tf, empty, 1 /*lines*/, 0 /*eof*/);
231 ret = orlv_expect(tf, empty, 1 /*lines*/, 0 /*eof*/);
244 ret = orlv_expect(tf, empty, 1 /*lines*/, 0 /*eof*/);
257 ret = orlv_expect(tf, hello_world, 2 /*lines*/, 0 /*eof*/) &&
258 orlv_expect(tf, NULL, 0 /*lines*/, 1 /*eof*/);
277 ret = orlv_expect(t
[all...]

Completed in 89 milliseconds