Home
last modified time | relevance | path

Searched refs:what (Results 1 – 5 of 5) sorted by relevance

/support/
A Dsupport_test_compare_blob.c27 report_length (const char *what, unsigned long int length, const char *expr) in report_length() argument
29 printf (" %s %lu bytes (from %s)\n", what, length, expr); in report_length()
33 report_blob (const char *what, const unsigned char *blob, in report_blob() argument
37 printf (" %s (evaluated from %s): NULL\n", what, expr); in report_blob()
40 printf (" %s (evaluated from %s):\n", what, expr); in report_blob()
A Dsupport_test_compare_string_main.c28 report_length (const char *what, const CHAR *str, size_t length) in report_length() argument
31 printf (" %s string: NULL\n", what); in report_length()
33 printf (" %s string: %zu %s\n", what, length, in report_length()
38 report_string (const char *what, const UCHAR *blob, in report_string() argument
43 printf (" %s (evaluated from %s):\n", what, expr); in report_string()
A Dtst-support_capture_subprocess.c182 check_stream (const char *what, const struct xmemstream *stream, in check_stream() argument
191 what, expected, stream->buffer); in check_stream()
199 what, strlen (expected), stream->length); in check_stream()
A Dsupport_capture_subprocess.c33 transfer (const char *what, struct pollfd *pfd, struct xmemstream *stream) in transfer() argument
42 printf ("error: reading from subprocess %s: %m\n", what); in transfer()
A Dsupport_test_main.c94 print_timestamp (const char *what, struct timespec tv) in print_timestamp() argument
101 what, (long long int) tv.tv_sec, (long int) tv.tv_nsec); in print_timestamp()
104 what, 1900 + tm.tm_year, tm.tm_mon + 1, tm.tm_mday, in print_timestamp()

Completed in 13 milliseconds