Lines Matching full:scanf
752 log_err("test 1: scanf did not return 0\n");
755 log_err("test 1: scanf returned %hd instead of 3\n", i32);
758 log_err("test 2: scanf did not return 0\n");
761 log_err("test 2: scanf returned %d instead of 4\n", i16);
764 log_err("test 3: scanf did not return 0\n");
767 log_err("test 3: scanf did not return 10\n", i64);
771 log_err("scanf should return 2, but returned %d\n", actual_result);
774 log_err("scanf should return 0x78 for the character, but returned %X\n", character);
777 log_err("scanf should return 15 for the number, but returned %d\n", i32);
780 log_err("scanf should return 3 for actual_count, but returned %d\n", actual_count);