Home
last modified time | relevance | path

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

/dports/games/bstone/bstone-1.1.9/src/
H A Djm_lzh.cpp124 void*& outfile_ptr,
129 void*& outfile_ptr,
133 void*& outfile_ptr,
137 void*& outfile_ptr);
780 void*& outfile_ptr, in Putcode() argument
789 ::CIO_WritePtr(outfile_ptr, putbuf >> 8); in Putcode()
806 void*& outfile_ptr, in EncodeChar() argument
833 ::Putcode(outfile_ptr, j, i); in EncodeChar()
841 void*& outfile_ptr, in EncodePosition() argument
857 ::Putcode(outfile_ptr, 6, (c & 0x3F) << 10); in EncodePosition()
[all …]
/dports/math/p5-Math-Geometry-Planar-GPC/Math-Geometry-Planar-GPC-1.04/
H A DGPC.h101 void gpc_write_polygon (FILE *outfile_ptr,
/dports/math/p5-Math-Geometry-Planar-GPC-PolygonXS/Math-Geometry-Planar-GPC-PolygonXS-0.052/
H A Dgpc.h102 void gpc_write_polygon (FILE *outfile_ptr,
/dports/graphics/agg/agg-2.5/gpc/
H A Dgpc.h102 void gpc_write_polygon (FILE *outfile_ptr,
/dports/misc/vxl/vxl-3.3.2/core/vgl/internals/
H A Dgpc.h115 void gpc_write_polygon (FILE *outfile_ptr,
/dports/graphics/libQGLViewer/libQGLViewer-2.7.2/QGLViewer/VRender/
H A Dgpc.h147 void gpc_write_polygon (FILE *outfile_ptr,
/dports/math/R-cran-gpclib/gpclib/src/
H A Dgpc.h102 void gpc_write_polygon (FILE *outfile_ptr,
/dports/math/octomap/octomap-1.9.7/octovis/src/extern/QGLViewer/VRender/
H A Dgpc.h147 void gpc_write_polygon (FILE *outfile_ptr,
/dports/devel/libgpc/gpc232/
H A Dgpc.h102 void gpc_write_polygon (FILE *outfile_ptr,
/dports/security/hydra/thc-hydra-9.2/
H A Dhydra.h195 char *outfile_ptr; member
H A Dhydra.c726 if (hydra_options.outfile_ptr == NULL) in hydra_restore_write()
729 fprintf(f, "%s\n", hydra_options.outfile_ptr); in hydra_restore_write()
856 hydra_options.outfile_ptr = malloc(strlen(out) + 1); in hydra_restore_read()
857 strcpy(hydra_options.outfile_ptr, out); in hydra_restore_read()
859 hydra_options.outfile_ptr = NULL; in hydra_restore_read()
2380 hydra_options.outfile_ptr = optarg;
2521 if (hydra_options.outfile_format != FORMAT_PLAIN_TEXT && hydra_options.outfile_ptr == NULL)
3783 if (hydra_options.outfile_ptr != NULL) {
3789 if ((hydra_brains.ofp = fopen(hydra_options.outfile_ptr, outfile_open_type)) == NULL) {
4079 …if (hydra_options.outfile_format == FORMAT_JSONV1 && hydra_options.outfile_ptr != NULL && hydra_br…
[all …]
/dports/biology/plink/plink-ng-79b2df8c/1.9/
H A Dplink_calc.c3307 if (fopen_checked(outname, mode, outfile_ptr)) { in distance_open()
3790 if (fwrite_checked(dists, sample_idx_ct * sizeof(double), *outfile_ptr)) { in distance_d_write()
3796 if (fwrite_checked(&fxx, sizeof(float), *outfile_ptr)) { in distance_d_write()
3861 if (fwrite_checked(dist_ptr, ii * sizeof(double), *outfile_ptr)) { in distance_d_write()
3871 if (fwrite_checked(&dxx, sizeof(double), *outfile_ptr)) { in distance_d_write()
3886 if (fclose_null(outfile_ptr)) { in distance_d_write()
3977 fwrite(&fxx, 4, 1, *outfile_ptr); in distance_d_write()
3981 if (fwrite_checked(membuf, (sample_ct - ii) * sizeof(float), *outfile_ptr)) { in distance_d_write()
3986 if (fwrite_checked(&fxx, sizeof(float), *outfile_ptr)) { in distance_d_write()
3991 fwrite(&fyy, 4, 1, *outfile_ptr); in distance_d_write()
[all …]
H A Dplink_data.c5279 if (fclose_null(outfile_ptr)) { in ped_to_bed_multichar_allele()
5283 if (fopen_checked(outname, "w", outfile_ptr)) { in ped_to_bed_multichar_allele()
5286 outfile = *outfile_ptr; in ped_to_bed_multichar_allele()
5414 if (fclose_null(outfile_ptr)) { in ped_to_bed_multichar_allele()
5422 if (fopen_checked(outname, "w", outfile_ptr)) { in ped_to_bed_multichar_allele()
5425 outfile = *outfile_ptr; in ped_to_bed_multichar_allele()
5519 fclose_null(outfile_ptr); in ped_to_bed_multichar_allele()
11778 fwrite(wbuf, 1, wptr - wbuf, *outfile_ptr); in open_and_write_fastphase_header()
11779 fputs("\nP ", *outfile_ptr); in open_and_write_fastphase_header()
11783 fwrite(wbuf, 1, wptr - wbuf, *outfile_ptr); in open_and_write_fastphase_header()
[all …]
/dports/biology/plink/plink-ng-79b2df8c/2.0/
H A Dplink2_cmdline.h269 BoolErr fclose_flush_null(char* buf_flush, char* write_iter, FILE** outfile_ptr);
271 …olErr fclose_uflush_null(unsigned char* buf_flush, unsigned char* write_iter, FILE** outfile_ptr) { in fclose_uflush_null() argument
272 return fclose_flush_null(R_CAST(char*, buf_flush), R_CAST(char*, write_iter), outfile_ptr); in fclose_uflush_null()
H A Dplink2_cmdline.cc166 BoolErr fclose_flush_null(char* buf_flush, char* write_iter, FILE** outfile_ptr) { in fclose_flush_null() argument
169 if (unlikely(fwrite_checked(buf, write_iter - buf, *outfile_ptr))) { in fclose_flush_null()
173 return fclose_null(outfile_ptr); in fclose_flush_null()