Searched refs:expected (Results 1 – 3 of 3) sorted by relevance
108 struct xmemstream expected; in subprocess_getent() local149 free (expected.buffer); in subprocess_getent()199 struct xmemstream expected; in subprocess_gethost() local200 xopen_memstream (&expected); in subprocess_gethost()208 expected.out); in subprocess_gethost()209 xfclose_memstream (&expected); in subprocess_gethost()213 free (expected.buffer); in subprocess_gethost()216 xopen_memstream (&expected); in subprocess_gethost()224 expected.out); in subprocess_gethost()225 xfclose_memstream (&expected); in subprocess_gethost()[all …]
91 struct xmemstream expected; in expected_ghbn() local92 xopen_memstream (&expected); in expected_ghbn()132 return expected.buffer; in expected_ghbn()148 struct xmemstream expected; in expected_gai() local149 xopen_memstream (&expected); in expected_gai()153 fprintf (expected.out, in expected_gai()195 return expected.buffer; in expected_gai()212 free (expected); in run_gbhn_gai()218 expected); in run_gbhn_gai()219 free (expected); in run_gbhn_gai()[all …]
45 check_rewrite (const char *input, const char *expected) in check_rewrite() argument50 if (result != NULL && strcmp (result, expected) != 0) in check_rewrite()54 (expected == NULL) ? "(null)" : expected); in check_rewrite()
Completed in 9 milliseconds