Home
last modified time | relevance | path

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

/nss/
A Dtst-nss-files-hosts-getent.c108 struct xmemstream expected; in subprocess_getent() local
149 free (expected.buffer); in subprocess_getent()
199 struct xmemstream expected; in subprocess_gethost() local
200 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 …]
A Dtst-nss-files-hosts-multi.c91 struct xmemstream expected; in expected_ghbn() local
92 xopen_memstream (&expected); in expected_ghbn()
132 return expected.buffer; in expected_ghbn()
148 struct xmemstream expected; in expected_gai() local
149 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 …]
A Dtst-field.c45 check_rewrite (const char *input, const char *expected) in check_rewrite() argument
50 if (result != NULL && strcmp (result, expected) != 0) in check_rewrite()
54 (expected == NULL) ? "(null)" : expected); in check_rewrite()

Completed in 9 milliseconds