Home
last modified time | relevance | path

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

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/utils/
H A Dgzip.cpp29 const char * pfmt_out; member
341 } else if (strchr(mode, 'w') && r->pfmt_out) { in fopen_maybe_compressed2()
342 ret = asprintf(&command, r->pfmt_out, name); in fopen_maybe_compressed2()
396 ASSERT_ALWAYS((r->pfmt_out == NULL) == (r->pfmt_in == NULL)); in fclose_maybe_compressed2()
403 if (r->pfmt_in || r->pfmt_out) { in fclose_maybe_compressed2()
468 if (mode & std::ios_base::out && r->pfmt_out) { in open()
490 if (mode & std::ios_base::out && r->pfmt_out) { in open()
491 int ret = asprintf(&command, r->pfmt_out, name); in open()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/misc/
H A Dsingleton_simple.c40 const char * pfmt_out; member
72 } else if (strchr(mode, 'w') && r->pfmt_out) { in fopen_maybe_compressed2()
73 int ret = asprintf(&command, r->pfmt_out, name); in fopen_maybe_compressed2()
116 ASSERT_ALWAYS((r->pfmt_out == NULL) == (r->pfmt_in == NULL)); in fclose_maybe_compressed2()
117 if (r->pfmt_in || r->pfmt_out) { in fclose_maybe_compressed2()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/filter/out-of-core/
H A Dsingleton.c92 const char * pfmt_out; member
176 if (r->pfmt_out) { /* suffix has an associated compression command */ in fopen_compressed_w()
178 int ret = asprintf(&command, r->pfmt_out, name); in fopen_compressed_w()
222 if (r->pfmt_out) { in fclose_maybe_compressed()
H A Dclique.c96 const char * pfmt_out; member
241 if (r->pfmt_out) { /* suffix has an associated compression command */ in fopen_compressed_w()
243 int ret = asprintf(&command, r->pfmt_out, name); in fopen_compressed_w()
281 if (r->pfmt_out) in fclose_maybe_compressed()