Searched refs:expected (Results 1 – 11 of 11) sorted by relevance
/support/ |
A D | check_nss.h | 32 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 D | check_hostent.c | 30 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 D | check_netent.c | 30 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 D | check_addrinfo.c | 30 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 D | check_dns_packet.c | 31 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 D | tst-support_format_dns_packet.c | 29 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 D | tst-timespec.c | 40 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 D | tst-support_descriptors.c | 101 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 D | tst-support_capture_subprocess.c | 183 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 D | timespec.h | 56 int support_timespec_check_in_range (struct timespec expected, 80 int __REDIRECT (support_timespec_check_in_range, (struct timespec expected,
|
A D | timespec.c | 107 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