• Home
  • Raw
  • Download

Lines Matching refs:line_num

55 void	check_file_hash_or_die	(const char *filename, uint64_t target_hash, int line_num) ;
125 void check_log_buffer_or_die (SNDFILE *file, int line_num) ;
129 void test_sf_format_or_die (const SF_INFO *info, int line_num) ;
132 (const char *filename, int mode, SF_INFO *sfinfo, int allow_fd, int line_num) ;
135 (SNDFILE *file, int line_num, int pass, sf_count_t read_pos, sf_count_t write_pos) ;
138 (SNDFILE *file, sf_count_t offset, int whence, sf_count_t new_pos, int channels, int line_num) ;
143 …ile, int pass, [+ (get "io_element") +] *test, sf_count_t [+ (get "count_name") +], int line_num) ;
147 test_read_raw_or_die (SNDFILE *file, int pass, void *test, sf_count_t items, int line_num) ;
152 …nt pass, const [+ (get "io_element") +] *test, sf_count_t [+ (get "count_name") +], int line_num) ;
156 test_write_raw_or_die (SNDFILE *file, int pass, const void *test, sf_count_t items, int line_num) ;
159 …"io_element") +] *expected, const [+ (get "io_element") +] *actual, unsigned count, int line_num) ;
258 check_file_hash_or_die (const char *filename, uint64_t target_hash, int line_num)
268 { printf ("\n\nLine %d: could not open file '%s'\n\n", line_num, filename) ;
286 …{ printf ("\n\nLine %d: incorrect hash value 0x%" PRIx64 " should be 0x%" PRIx64 ".\n\n", line_num
375 check_log_buffer_or_die (SNDFILE *file, int line_num)
385 { printf ("\n\nLine %d : Possible long log buffer.\n", line_num) ;
391 { printf ("\n\nLine %d : Log buffer contains `ould'. Dumping.\n", line_num) ;
398 { printf ("\n\nLine %d : Log buffer contains `*'. Dumping.\n", line_num) ;
405 { printf ("\n\nLine %d : Log buffer contains `nknown marker'. Dumping.\n", line_num) ;
502 test_sf_format_or_die (const SF_INFO *info, int line_num)
506 { printf ("\n\nLine %d : sf_format_check returned error (%d)\n\n", line_num, res) ;
514 test_open_file_or_die (const char *filename, int mode, SF_INFO *sfinfo, int allow_fd, int line_num)
544 printf ("\n\nLine %d: Bad mode.\n", line_num) ;
576 …{ printf ("\n\nLine %d: %s (%s) failed : %s\n\n", line_num, func_name, modestr, sf_strerror (NULL)…
583 { printf ("\n\nLine %d : sf_error : %s\n\n", line_num, sf_error_number (err)) ;
592 test_read_write_position_or_die (SNDFILE *file, int line_num, int pass, sf_count_t read_pos, sf_cou…
597 { printf ("\n\nLine %d ", line_num) ;
606 { printf ("\n\nLine %d", line_num) ;
617 …_die (SNDFILE *file, sf_count_t offset, int whence, sf_count_t new_pos, int channels, int line_num)
655 printf ("\n\nLine %d: bad whence parameter.\n", line_num) ;
663 line_num, channel_name, offset, whence_name, position, new_pos) ;
672 …*file, int pass, [+ (get "io_element") +] *test, sf_count_t [+ (get "count_name") +], int line_num)
676 { printf ("\n\nLine %d", line_num) ;
691 test_read_raw_or_die (SNDFILE *file, int pass, void *test, sf_count_t items, int line_num)
695 { printf ("\n\nLine %d", line_num) ;
710 … int pass, const [+ (get "io_element") +] *test, sf_count_t [+ (get "count_name") +], int line_num)
714 { printf ("\n\nLine %d", line_num) ;
729 test_write_raw_or_die (SNDFILE *file, int pass, const void *test, sf_count_t items, int line_num)
733 { printf ("\n\nLine %d", line_num) ;
748 …t "io_element") +] *expected, const [+ (get "io_element") +] *actual, unsigned count, int line_num)
754 … (get "format_str") +] ", should be " [+ (get "format_str") +] ".\n\n", line_num, k, actual [k], e…