Home
last modified time | relevance | path

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

/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_cmdline.cc3409 const uint32_t line_byte_ct = 1 + S_CAST(uintptr_t, all_args_write_iter - textbuf); in Rerun() local
3411 if (unlikely(pgl_malloc(line_byte_ct, &rerun_buf))) { in Rerun()
3415 memcpy(rerun_buf, textbuf, line_byte_ct); in Rerun()
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink.c2514 uint32_t line_byte_ct; in rerun() local
2551 line_byte_ct = strlen(g_textbuf) + 1; in rerun()
2552 rerun_buf = (char*)malloc(line_byte_ct); in rerun()
2557 memcpy(rerun_buf, g_textbuf, line_byte_ct); in rerun()
2604 line_byte_ct = 1 + (uintptr_t)(load_ptr - g_textbuf); in rerun()
2605 rerun_buf = (char*)malloc(line_byte_ct); in rerun()
2609 memcpy(rerun_buf, g_textbuf, line_byte_ct); in rerun()