Lines Matching refs:printf
35 printf("Error: failed to initialize circular buffer!\n"); in test_cirbuf_string_misc()
49 printf("Error: failed to add string to head!\n"); in test_cirbuf_string_misc()
55 printf("Error: failed to add string to head!\n"); in test_cirbuf_string_misc()
61 printf("Error: failed to get string from tail!\n"); in test_cirbuf_string_misc()
66 printf("Error: tail strings do not match!\n"); in test_cirbuf_string_misc()
83 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_string_misc()
91 printf("Error: failed to add string to tail!\n"); in test_cirbuf_string_misc()
97 printf("Error: failed to get string from tail!\n"); in test_cirbuf_string_misc()
102 printf("Error: tail strings do not match!\n"); in test_cirbuf_string_misc()
112 printf("Error: failed to add string to head!\n"); in test_cirbuf_string_misc()
118 printf("Error: failed to get string from head!\n"); in test_cirbuf_string_misc()
123 printf("Error: headstrings do not match!\n"); in test_cirbuf_string_misc()
146 printf("Error: failed to initialize circular buffer!\n"); in test_cirbuf_string_add_del()
153 printf("Error: failed to add string to head!\n"); in test_cirbuf_string_add_del()
159 printf("Error: failed to get string from head!\n"); in test_cirbuf_string_add_del()
164 printf("Error: head strings do not match!\n"); in test_cirbuf_string_add_del()
172 printf("Error: failed to get string from head!\n"); in test_cirbuf_string_add_del()
177 printf("Error: head strings do not match!\n"); in test_cirbuf_string_add_del()
182 printf("Error: failed to delete string from head!\n"); in test_cirbuf_string_add_del()
187 printf("Error: buffer should have been empty!\n"); in test_cirbuf_string_add_del()
200 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_string_add_del()
207 printf("Error: failed to add string to tail!\n"); in test_cirbuf_string_add_del()
213 printf("Error: failed to get string from tail!\n"); in test_cirbuf_string_add_del()
218 printf("Error: tail strings do not match!\n"); in test_cirbuf_string_add_del()
226 printf("Error: failed to get string from tail!\n"); in test_cirbuf_string_add_del()
231 printf("Error: tail strings do not match!\n"); in test_cirbuf_string_add_del()
236 printf("Error: failed to delete string from tail!\n"); in test_cirbuf_string_add_del()
241 printf("Error: buffer should have been empty!\n"); in test_cirbuf_string_add_del()
264 printf("Error: failed to initialize circular buffer!\n"); in test_cirbuf_string_add_del_reverse()
271 printf("Error: failed to add string to head!\n"); in test_cirbuf_string_add_del_reverse()
276 printf("Error: failed to delete string from tail!\n"); in test_cirbuf_string_add_del_reverse()
281 printf("Error: buffer should have been empty!\n"); in test_cirbuf_string_add_del_reverse()
292 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_string_add_del_reverse()
299 printf("Error: failed to add string to tail!\n"); in test_cirbuf_string_add_del_reverse()
304 printf("Error: failed to delete string from head!\n"); in test_cirbuf_string_add_del_reverse()
309 printf("Error: buffer should have been empty!\n"); in test_cirbuf_string_add_del_reverse()
331 printf("Error: failed to initialize circular buffer!\n"); in test_cirbuf_string_add_boundaries()
342 printf("Error: buffer should have been full!\n"); in test_cirbuf_string_add_boundaries()
348 printf("Error: buffer should have been full!\n"); in test_cirbuf_string_add_boundaries()
357 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_string_add_boundaries()
368 printf("Error: buffer should have been full!\n"); in test_cirbuf_string_add_boundaries()
374 printf("Error: buffer should have been full!\n"); in test_cirbuf_string_add_boundaries()
397 printf("Error: failed to initialize circular buffer!\n"); in test_cirbuf_string_get_del_boundaries()
405 printf("Error: failed to add string to head!\n"); in test_cirbuf_string_get_del_boundaries()
411 printf("Error: unexpected result when reading too much data!\n"); in test_cirbuf_string_get_del_boundaries()
417 printf("Error: unexpected result when reading too much data!\n"); in test_cirbuf_string_get_del_boundaries()
422 printf("Error: unexpected result when deleting too much data!\n"); in test_cirbuf_string_get_del_boundaries()
427 printf("Error: unexpected result when deleting too much data!\n"); in test_cirbuf_string_get_del_boundaries()
436 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_string_get_del_boundaries()
443 printf("Error: failed to add string to tail!\n"); in test_cirbuf_string_get_del_boundaries()
449 printf("Error: unexpected result when reading too much data!\n"); in test_cirbuf_string_get_del_boundaries()
455 printf("Error: unexpected result when reading too much data!\n"); in test_cirbuf_string_get_del_boundaries()
460 printf("Error: unexpected result when deleting too much data!\n"); in test_cirbuf_string_get_del_boundaries()
465 printf("Error: unexpected result when deleting too much data!\n"); in test_cirbuf_string_get_del_boundaries()
492 printf("Error: failed to initialize circular buffer!\n"); in test_cirbuf_string_get_del_partial()
499 printf("Error: failed to add string to head!\n"); in test_cirbuf_string_get_del_partial()
505 printf("Error: unexpected result when reading from head!\n"); in test_cirbuf_string_get_del_partial()
510 printf("Error: strings mismatch!\n"); in test_cirbuf_string_get_del_partial()
517 printf("Error: unexpected result when reading from tail!\n"); in test_cirbuf_string_get_del_partial()
522 printf("Error: strings mismatch!\n"); in test_cirbuf_string_get_del_partial()
535 printf("Error: delete from head failed!\n"); in test_cirbuf_string_get_del_partial()
541 printf("Error: unexpected result when reading from head!\n"); in test_cirbuf_string_get_del_partial()
546 printf("Error: strings mismatch!\n"); in test_cirbuf_string_get_del_partial()
554 printf("Error: delete from tail failed!\n"); in test_cirbuf_string_get_del_partial()
560 printf("Error: unexpected result when reading from head!\n"); in test_cirbuf_string_get_del_partial()
565 printf("Error: strings mismatch!\n"); in test_cirbuf_string_get_del_partial()
588 printf("Error: failed to initialize circular buffer!\n"); in test_cirbuf_char_add_del()
597 printf("Error: deleting from empty cirbuf head succeeded!\n"); in test_cirbuf_char_add_del()
601 printf("Error: deleting from empty cirbuf tail succeeded!\n"); in test_cirbuf_char_add_del()
609 printf("Error: adding to cirbuf head failed!\n"); in test_cirbuf_char_add_del()
613 printf("Error: wrong head content!\n"); in test_cirbuf_char_add_del()
617 printf("Error: deleting from cirbuf head failed!\n"); in test_cirbuf_char_add_del()
621 printf("Error: adding to cirbuf tail failed!\n"); in test_cirbuf_char_add_del()
625 printf("Error: wrong tail content!\n"); in test_cirbuf_char_add_del()
629 printf("Error: deleting from cirbuf tail failed!\n"); in test_cirbuf_char_add_del()
635 printf("Error: wrong head content!\n"); in test_cirbuf_char_add_del()
644 printf("Error: buffer should have been empty!\n"); in test_cirbuf_char_add_del()
650 printf("Error: wrong tail content!\n"); in test_cirbuf_char_add_del()
659 printf("Error: buffer should have been empty!\n"); in test_cirbuf_char_add_del()
681 printf("Error: failed to initialize circular buffer!\n"); in test_cirbuf_char_fill()
696 printf("Error: wrong content in buffer!\n"); in test_cirbuf_char_fill()
702 printf("Error: buffer should have been full!\n"); in test_cirbuf_char_fill()
707 printf("Error: buffer should have been full!\n"); in test_cirbuf_char_fill()
715 printf("Error: buffer should have been empty!\n"); in test_cirbuf_char_fill()
725 printf("Error: wrong content in buffer!\n"); in test_cirbuf_char_fill()
731 printf("Error: buffer should have been full!\n"); in test_cirbuf_char_fill()
736 printf("Error: buffer should have been full!\n"); in test_cirbuf_char_fill()
744 printf("Error: buffer should have been empty!\n"); in test_cirbuf_char_fill()
763 printf("Error: wrong content in buffer at %u!\n", i); in test_cirbuf_char_fill()
769 printf("Error: wrong content in buffer %u!\n", i); in test_cirbuf_char_fill()
803 printf("Error: failed to initialize circular buffer!\n"); in test_cirbuf_align_left()
817 printf("Error: alignment failed!\n"); in test_cirbuf_align_left()
823 printf("Error: buffer alignment is wrong!\n"); in test_cirbuf_align_left()
836 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_align_left()
850 printf("Error: alignment failed!\n"); in test_cirbuf_align_left()
856 printf("Error: buffer alignment is wrong!"); in test_cirbuf_align_left()
869 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_align_left()
883 printf("Error: alignment failed!\n"); in test_cirbuf_align_left()
889 printf("Error: buffer alignment is wrong!"); in test_cirbuf_align_left()
902 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_align_left()
916 printf("Error: alignment failed!\n"); in test_cirbuf_align_left()
923 printf("Error: buffer alignment is wrong!"); in test_cirbuf_align_left()
936 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_align_left()
944 printf("Error: failed to add strings!\n"); in test_cirbuf_align_left()
950 printf("Error: alignment failed!\n"); in test_cirbuf_align_left()
957 printf("Error: failed to read string from head!\n"); in test_cirbuf_align_left()
964 printf("Error: strings mismatch!\n"); in test_cirbuf_align_left()
974 printf("Error: failed to read string from head!\n"); in test_cirbuf_align_left()
981 printf("Error: strings mismatch!\n"); in test_cirbuf_align_left()
1008 printf("Error: failed to initialize circular buffer!\n"); in test_cirbuf_align_right()
1025 printf("Error: buffer alignment is wrong!\n"); in test_cirbuf_align_right()
1038 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_align_right()
1055 printf("Error: buffer alignment is wrong!"); in test_cirbuf_align_right()
1068 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_align_right()
1085 printf("Error: buffer alignment is wrong!"); in test_cirbuf_align_right()
1098 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_align_right()
1115 printf("Error: buffer alignment is wrong!"); in test_cirbuf_align_right()
1128 printf("Error: failed to reinitialize circular buffer!\n"); in test_cirbuf_align_right()
1136 printf("Error: failed to add strings!\n"); in test_cirbuf_align_right()
1142 printf("Error: alignment failed!\n"); in test_cirbuf_align_right()
1149 printf("Error: failed to read string from head!\n"); in test_cirbuf_align_right()
1156 printf("Error: strings mismatch!\n"); in test_cirbuf_align_right()
1166 printf("Error: failed to read string from head!\n"); in test_cirbuf_align_right()
1172 printf("Error: strings mismatch!\n"); in test_cirbuf_align_right()