Home
last modified time | relevance | path

Searched refs:outfile_ranges (Results 1 – 1 of 1) sorted by relevance

/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_ld.c12665 FILE* outfile_ranges = nullptr; in clump_reports() local
13275 if (fopen_checked(outname, "w", &outfile_ranges)) { in clump_reports()
13280 if (fwrite_checked(tbuf2, bufptr - tbuf2, outfile_ranges)) { in clump_reports()
13758 if (fwrite_checked(g_textbuf, bufptr - g_textbuf, outfile_ranges)) { in clump_reports()
13765 putc_unlocked(',', outfile_ranges); in clump_reports()
13769 fputs(&(cur_rg_names[ulii * max_range_group_id_len]), outfile_ranges); in clump_reports()
13772 fputs("]\n", outfile_ranges); in clump_reports()
14092 fclose_cond(outfile_ranges); in clump_reports()