/dports/biology/vt/vt-0.57721/lib/htslib/htslib/ |
H A D | hts_defs.h | 85 #define HTS_PRINTF_FMT __MINGW_PRINTF_FORMAT macro 87 #define HTS_PRINTF_FMT printf macro
|
/dports/biology/bedtools/bedtools2-2.30.0/src/utils/htslib/htslib/ |
H A D | hts_defs.h | 85 #define HTS_PRINTF_FMT __MINGW_PRINTF_FORMAT macro 87 #define HTS_PRINTF_FMT printf macro
|
H A D | hts_log.h | 72 HTS_FORMAT(HTS_PRINTF_FMT, 3, 4);
|
/dports/biology/stacks/stacks-2.4/htslib/htslib/ |
H A D | hts_defs.h | 85 #define HTS_PRINTF_FMT __MINGW_PRINTF_FORMAT macro 87 #define HTS_PRINTF_FMT printf macro
|
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/htslib/ |
H A D | hts_defs.h | 95 #define HTS_PRINTF_FMT __MINGW_PRINTF_FORMAT macro 97 #define HTS_PRINTF_FMT printf macro
|
H A D | hts_log.h | 75 HTS_FORMAT(HTS_PRINTF_FMT, 3, 4);
|
/dports/biology/py-pysam/pysam-0.18.0/htslib/htslib/ |
H A D | hts_defs.h | 95 #define HTS_PRINTF_FMT __MINGW_PRINTF_FORMAT macro 97 #define HTS_PRINTF_FMT printf macro
|
H A D | hts_log.h | 75 HTS_FORMAT(HTS_PRINTF_FMT, 3, 4);
|
/dports/biology/htslib/htslib-1.14/htslib/ |
H A D | hts_defs.h | 95 #define HTS_PRINTF_FMT __MINGW_PRINTF_FORMAT macro 97 #define HTS_PRINTF_FMT printf macro
|
H A D | hts_log.h | 75 HTS_FORMAT(HTS_PRINTF_FMT, 3, 4);
|
/dports/biology/bcftools/bcftools-1.14/ |
H A D | bcftools.h | 44 void error(const char *format, ...) HTS_NORETURN HTS_FORMAT(HTS_PRINTF_FMT, 1, 2); 49 void error_errno(const char *format, ...) HTS_NORETURN HTS_FORMAT(HTS_PRINTF_FMT, 1, 2);
|
/dports/biology/bio-mocha/bcftools-1.14/ |
H A D | bcftools.h | 44 void error(const char *format, ...) HTS_NORETURN HTS_FORMAT(HTS_PRINTF_FMT, 1, 2); 49 void error_errno(const char *format, ...) HTS_NORETURN HTS_FORMAT(HTS_PRINTF_FMT, 1, 2);
|
/dports/biology/py-pysam/pysam-0.18.0/bcftools/ |
H A D | bcftools.h | 44 void error(const char *format, ...) HTS_NORETURN HTS_FORMAT(HTS_PRINTF_FMT, 1, 2); 49 void error_errno(const char *format, ...) HTS_NORETURN HTS_FORMAT(HTS_PRINTF_FMT, 1, 2);
|
/dports/biology/py-pysam/pysam-0.18.0/samtools/ |
H A D | samtools.h | 33 #define CHECK_PRINTF(fmt,args) HTS_FORMAT(HTS_PRINTF_FMT, (fmt), (args))
|
/dports/biology/samtools/samtools-1.14/ |
H A D | samtools.h | 33 #define CHECK_PRINTF(fmt,args) HTS_FORMAT(HTS_PRINTF_FMT, (fmt), (args))
|
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/test/ |
H A D | test-regidx.c | 44 HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) 54 HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) 64 HTS_NORETURN HTS_FORMAT(HTS_PRINTF_FMT, 1, 2)
|
H A D | sam.c | 60 static void HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) fail(const char *fmt, ...) in fail()
|
/dports/biology/htslib/htslib-1.14/test/ |
H A D | test-regidx.c | 44 HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) 54 HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) 64 HTS_NORETURN HTS_FORMAT(HTS_PRINTF_FMT, 1, 2)
|
H A D | sam.c | 60 static void HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) fail(const char *fmt, ...) in fail()
|
/dports/biology/freebayes/freebayes-1.3.5/contrib/htslib/ |
H A D | README.large_positions.md | 68 `HTS_PRINTF_FMT` which can be used to provide the attribute declaration 73 void HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) fail(const char *fmt, ...) { /* ... */ }
|
H A D | tabix.c | 55 static void HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) HTS_NORETURN 67 static void HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) HTS_NORETURN
|
/dports/biology/htslib/htslib-1.14/ |
H A D | README.large_positions.md | 68 `HTS_PRINTF_FMT` which can be used to provide the attribute declaration 73 void HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) fail(const char *fmt, ...) { /* ... */ }
|
H A D | tabix.c | 55 static void HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) HTS_NORETURN 67 static void HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) HTS_NORETURN
|
/dports/biology/py-pysam/pysam-0.18.0/htslib/ |
H A D | tabix.c | 55 static void HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) HTS_NORETURN 67 static void HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) HTS_NORETURN
|
/dports/biology/vt/vt-0.57721/lib/htslib/test/ |
H A D | sam.c | 46 static void HTS_FORMAT(HTS_PRINTF_FMT, 1, 2) fail(const char *fmt, ...) in fail()
|