/support/ |
A D | xwrite.c | 24 xwrite (int fd, const void *buffer, size_t length) in xwrite() argument 26 const char *p = buffer; in xwrite() 33 length, p - (const char *) buffer); in xwrite() 36 p - (const char *) buffer, length); in xwrite()
|
A D | check_dns_packet.c | 30 const unsigned char *buffer, size_t length, in check_dns_packet() argument 33 char *formatted = support_format_dns_packet (buffer, length); in check_dns_packet()
|
A D | tst-support_format_dns_packet.c | 28 check_packet (const void *buffer, size_t length, in check_packet() argument 31 char *actual = support_format_dns_packet (buffer, length); in check_packet()
|
A D | tst-test_compare_string.c | 58 fputs (proc.out.buffer, stdout); in do_test() 62 (strcmp (proc.out.buffer, in do_test()
|
A D | xmemstream.h | 31 char *buffer; member
|
A D | next_to_fault.h | 31 char *buffer; member
|
A D | format_nss.h | 34 char *support_format_dns_packet (const unsigned char *buffer, size_t length);
|
A D | tst-test_compare_blob.c | 68 fputs (proc.out.buffer, stdout); in do_test() 72 (strcmp (proc.out.buffer, in do_test()
|
A D | tst-test_compare_string_wide.c | 58 fputs (proc.out.buffer, stdout); in do_test() 62 (strcmp (proc.out.buffer, in do_test()
|
A D | resolv_test.c | 183 b->buffer[2] |= 0x02; in resolv_response_init() 184 b->buffer[3] = flags.rcode; in resolv_response_init() 186 b->buffer[3] |= 0x80; in resolv_response_init() 188 b->buffer[3] |= 0x20; in resolv_response_init() 192 b->buffer[5] = flags.qdcount; in resolv_response_init() 194 b->buffer[7] = flags.ancount; in resolv_response_init() 196 b->buffer[9] = flags.nscount; in resolv_response_init() 219 b->buffer[b->offset] = ch; in response_add_byte() 237 ++b->buffer[offset + 1]; in response_count_increment() 241 ++b->buffer[offset]; in response_count_increment() [all …]
|
A D | blob_repeat.c | 69 char buffer[8192]; in fill() local 70 size_t buffer_count = sizeof (buffer) / element_size; in fill() 71 fill0 (buffer, element, element_size, buffer_count); in fill() 78 memcpy (target, buffer, copy_bytes); in fill() 93 void *buffer = malloc (total_size); in allocate_malloc() local 94 if (buffer == NULL) in allocate_malloc() 96 fill (buffer, element, element_size, count); in allocate_malloc() 99 .start = buffer, in allocate_malloc()
|
A D | xmemstream.c | 31 stream->out = open_memstream (&stream->buffer, &stream->length); in xopen_memstream()
|
A D | tst-test_compare.c | 94 fputs (proc.out.buffer, stdout); in do_test() 98 (strcmp (proc.out.buffer, in do_test()
|
A D | tst-support_descriptors.c | 85 name, proc->out.buffer, name); in report_subprocess_output() 110 TEST_VERIFY (strstr (proc.out.buffer, expected) != NULL); in test_run() 125 TEST_VERIFY (strstr (proc.out.buffer, expected) != NULL); in test_run() 141 TEST_VERIFY (strstr (proc.out.buffer, expected) != NULL); in test_run()
|
A D | support_capture_subprocess_check.c | 88 fwrite (proc->out.buffer, proc->out.length, 1, stdout); in support_capture_subprocess_check() 95 fwrite (proc->err.buffer, proc->err.length, 1, stdout); in support_capture_subprocess_check()
|
A D | support_format_netent.c | 52 return mem.buffer; in support_format_netent()
|
A D | next_to_fault.c | 42 result.buffer = result.region_start + result.region_size - page_size - size; in support_next_to_fault_allocate()
|
A D | support_format_hostent.c | 81 return mem.buffer; in support_format_hostent()
|
A D | support_format_dns_packet.c | 105 support_format_dns_packet (const unsigned char *buffer, size_t length) in support_format_dns_packet() argument 107 struct in_buffer full = { buffer, length }; in support_format_dns_packet() 222 return mem.buffer; in support_format_dns_packet()
|
A D | support_quote_blob_main.c | 87 return out.buffer; in SUPPORT_QUOTE_BLOB()
|
A D | support_capture_subprocess.c | 235 free (p->out.buffer); in support_capture_subprocess_free() 236 free (p->err.buffer); in support_capture_subprocess_free()
|
A D | tst-support_capture_subprocess.c | 185 if (strcmp (stream->buffer, expected) != 0) in check_stream() 191 what, expected, stream->buffer); in check_stream()
|
A D | support_format_addrinfo.c | 241 return mem.buffer; in support_format_addrinfo()
|