Home
last modified time | relevance | path

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

/support/
A Dcheck_nss.h32 struct addrinfo *, int ret, const char *expected);
34 const unsigned char *, size_t, const char *expected);
36 struct hostent *, const char *expected);
38 struct netent *, const char *expected);
A Dcheck_hostent.c30 const char *expected) in check_hostent() argument
33 if (strcmp (formatted, expected) != 0) in check_hostent()
39 support_run_diff ("expected", expected, in check_hostent()
A Dcheck_netent.c30 const char *expected) in check_netent() argument
33 if (strcmp (formatted, expected) != 0) in check_netent()
39 support_run_diff ("expected", expected, in check_netent()
A Dcheck_addrinfo.c30 const char *expected) in check_addrinfo() argument
33 if (strcmp (formatted, expected) != 0) in check_addrinfo()
39 support_run_diff ("expected", expected, in check_addrinfo()
A Dcheck_dns_packet.c31 const char *expected) in check_dns_packet() argument
34 if (strcmp (formatted, expected) != 0) in check_dns_packet()
40 support_run_diff ("expected", expected, "actual", formatted); in check_dns_packet()
A Dtst-support_format_dns_packet.c29 const char *name, const char *expected) in check_packet() argument
32 if (strcmp (actual, expected) != 0) in check_packet()
36 support_run_diff ("expected", expected, in check_packet()
A Dtst-timespec.c40 struct timespec expected; member
185 {.expected = {.tv_sec = 1, .tv_nsec = 0},
190 {.expected = {.tv_sec = 1, .tv_nsec = 0},
195 {.expected = {.tv_sec = 1, .tv_nsec = 0},
200 {.expected = {.tv_sec = 1, .tv_nsec = 0},
205 {.expected = {.tv_sec = 1, .tv_nsec = 0},
210 {.expected = {.tv_sec = 1, .tv_nsec = 0},
215 {.expected = {.tv_sec = 1, .tv_nsec = 0},
220 {.expected = {.tv_sec = -1, .tv_nsec = 0},
225 {.expected = {.tv_sec = -1, .tv_nsec = 0},
[all …]
A Dtst-support_descriptors.c101 char *expected = xasprintf ("\nDifferences:\n" in test_run() local
110 TEST_VERIFY (strstr (proc.out.buffer, expected) != NULL); in test_run()
114 free (expected); in test_run()
116 expected = xasprintf ("\nDifferences:\n" in test_run()
125 TEST_VERIFY (strstr (proc.out.buffer, expected) != NULL); in test_run()
129 free (expected); in test_run()
131 expected = xasprintf ("\nDifferences:\n" in test_run()
141 TEST_VERIFY (strstr (proc.out.buffer, expected) != NULL); in test_run()
145 free (expected); in test_run()
A Dtst-support_capture_subprocess.c183 const char *expected) in check_stream() argument
185 if (strcmp (stream->buffer, expected) != 0) in check_stream()
191 what, expected, stream->buffer); in check_stream()
193 if (stream->length != strlen (expected)) in check_stream()
199 what, strlen (expected), stream->length); in check_stream()
A Dtimespec.h56 int support_timespec_check_in_range (struct timespec expected,
80 int __REDIRECT (support_timespec_check_in_range, (struct timespec expected,
A Dtimespec.c107 support_timespec_check_in_range (struct timespec expected, struct timespec observed, in support_timespec_check_in_range() argument
112 expected_norm = support_timespec_ns (expected); in support_timespec_check_in_range()

Completed in 26 milliseconds