Home
last modified time | relevance | path

Searched defs:fileptr (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/science/cdo/cdo-2.0.0/libcdi/src/
H A Dfile.c198 bfile_t *fileptr = NULL; in file_to_pointer() local
249 file_init_entry(bfile_t *fileptr) in file_init_entry()
285 file_delete_entry(bfile_t *fileptr) in file_delete_entry()
400 bfile_t *fileptr = (bfile_t *) vfileptr; in filePtrEOF() local
438 file_set_buffer_pos(bfile_t *fileptr) in file_set_buffer_pos()
458 file_check_buffer_pos(bfile_t *fileptr) in file_check_buffer_pos()
715 file_get_buffersize(bfile_t *fileptr) in file_get_buffersize()
733 file_set_buffer(bfile_t *fileptr) in file_set_buffer()
781 file_fill_buffer(bfile_t *fileptr) in file_fill_buffer()
960 bfile_t *fileptr = NULL; in fileOpen_serial() local
[all …]
/dports/science/cgribex/cgribex-1.9.4/src/
H A Dfile.c216 bfile_t *fileptr = NULL; in file_to_pointer() local
268 void file_init_entry(bfile_t *fileptr) in file_init_entry()
305 void file_delete_entry(bfile_t *fileptr) in file_delete_entry()
378 bfile_t *fileptr = file_to_pointer(fileID); in fileSetBufferType() local
404 bfile_t *fileptr = file_to_pointer(fileID); in fileGetBufferType() local
436 bfile_t *fileptr = (bfile_t *) vfileptr; in filePtrEOF() local
794 void file_set_buffer(bfile_t *fileptr) in file_set_buffer()
863 int file_fill_buffer(bfile_t *fileptr) in file_fill_buffer()
1041 bfile_t *fileptr = NULL; in fileOpen() local
1233 bfile_t *fileptr = (bfile_t *) vfileptr; in filePtrGetc() local
[all …]
H A DgribFile.c66 void *fileptr = filePtr(fileID); in gribFileSeek() local
89 unsigned read3ByteMSBFirst(void *fileptr) in read3ByteMSBFirst()
101 void *fileptr = filePtr(fileID); in gribReadSize() local
/dports/games/atr3d/atr3d/
H A Dfileutils.cpp16 void ReadVariables(FILE *fileptr, in ReadVariables()
31 int GetWord(FILE *fileptr, char *Word, char EndOfWord, int MaxSize) in GetWord()
56 int IgnoreCommentsAndSpaces(FILE *fileptr, char *c) in IgnoreCommentsAndSpaces()
83 int GoToEndOfLine(FILE *fileptr) in GoToEndOfLine()
/dports/graphics/gmt/gmt-6.3.0/src/segy/
H A Dsegy_io.c34 int segy_get_reelhd (FILE *fileptr, char *reelhead) { in segy_get_reelhd()
45 int segy_get_binhd (FILE *fileptr, SEGYREEL *binhead) { in segy_get_binhd()
/dports/x11-wm/icewm/icewm-2.9.4/src/
H A Dupath.h104 fileptr(const char* n, const char* m) : fp(fopen(n, m)) { } in fileptr() function
105 explicit fileptr(FILE* fp) : fp(fp) { } in fileptr() function
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/helpers/
H A Dfileinputstream.h40 apr_file_t* fileptr; variable
H A Dfileoutputstream.h39 apr_file_t* fileptr; variable
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangPrimSource/
H A DPyrFilePrim.h25 PyrSlot fileptr; member
/dports/cad/scotch/scotch-6.0.4/src/libscotch/
H A Dvgraph_separate_vw.c87 FILE * restrict fileptr; in vgraphSeparateVw() local
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/test/
H A Dscotchtest.cc32 FILE* fileptr = nullptr; in main() local
/dports/cad/scotch/scotch-6.0.4/src/check/
H A Dtest_scotch_graph_color.c70 FILE * fileptr; in main() local
H A Dtest_scotch_graph_order.c71 FILE * fileptr; in main() local
H A Dtest_common_random.c82 FILE * fileptr; in main() local
H A Dtest_scotch_graph_coarsen.c71 FILE * fileptr; in main() local
/dports/net-im/tox/c-toxcore-0.2.13/testing/
H A Dafl_toxsave.c13 FILE *fileptr = fopen(argv[1], "rb"); in main() local
/dports/games/libretro-beetle_ngp/beetle-ngp-libretro-74cc0d8/mednafen/ngp/
H A Dflash.c119 uint8_t *fileptr; in do_flash_read() local
222 uint8_t *flashdata, *fileptr; in make_flash_commit() local
/dports/misc/gnuls/coreutils-8.30/src/
H A Dpaste.c191 FILE **fileptr = xnmalloc (nfiles + 1, sizeof *fileptr); in paste_parallel() local
353 FILE *fileptr; /* Open for reading current file. */ in paste_serial() local
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Dpaste.c191 FILE **fileptr = xnmalloc (nfiles + 1, sizeof *fileptr); in paste_parallel() local
353 FILE *fileptr; /* Open for reading current file. */ in paste_serial() local
/dports/emulators/mednafen/mednafen/src/ngp/
H A Dflash.cpp132 const uint8 *fileptr; in do_flash_read() local
258 uint8 *fileptr; in make_flash_commit() local
/dports/astro/py-astropy/astropy-5.0/astropy/io/fits/src/
H A Dcompressionmodule.c394 void tcolumns_from_header(fitsfile* fileptr, PyObject* header, in tcolumns_from_header()
500 void configure_compression(fitsfile* fileptr, PyObject* header) { in configure_compression()
880 void open_from_hdu(fitsfile** fileptr, void** buf, size_t* bufsize, in open_from_hdu()
976 fitsfile* fileptr = NULL; in compression_compress_hdu() local
1134 fitsfile* fileptr = NULL; in compression_decompress_hdu() local
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/test/
H A Dcontainer_alt.c16 FILE *fileptr; in main() local
/dports/cad/gnucap/gnucap-2013-04-23/lib/
H A Dio_contr.cc162 FILE *fileptr) in file_open()
/dports/science/py-phonopy/phonopy-2.11.0/phonopy/interface/
H A Dvasp.py493 def __init__(self, fileptr): argument
505 def __init__(self, fileptr, use_expat=False): argument
598 def _parse_by_etree(self, fileptr, tag=None): argument
609 def _parse_by_expat(self, fileptr): argument
638 def __init__(self, fileptr): argument
/dports/science/phonopy/phonopy-2.11.0/phonopy/interface/
H A Dvasp.py493 def __init__(self, fileptr): argument
505 def __init__(self, fileptr, use_expat=False): argument
598 def _parse_by_etree(self, fileptr, tag=None): argument
609 def _parse_by_expat(self, fileptr): argument
638 def __init__(self, fileptr): argument

12345678910