Home
last modified time | relevance | path

Searched refs:vfs_FILE (Results 1 – 25 of 31) sorted by relevance

12

/dports/games/egoboo/egoboo-2.8.1/src/game/file_formats/
H A Dtemplate.h39 bool_t template_seek_free( vfs_FILE* filetemp, vfs_FILE* filewrite );
40 void template_flush( vfs_FILE* filetemp, vfs_FILE* filewrite );
42 void template_put_char( vfs_FILE* filetemp, vfs_FILE* filewrite, char cval );
43 void template_put_int( vfs_FILE* filetemp, vfs_FILE* filewrite, int ival );
44 void template_put_float( vfs_FILE* filetemp, vfs_FILE* filewrite, float fval );
45 void template_put_bool( vfs_FILE* filetemp, vfs_FILE* filewrite, bool_t truth );
47 void template_put_action( vfs_FILE* filetemp, vfs_FILE* filewrite, Uint8 action );
48 void template_put_gender( vfs_FILE* filetemp, vfs_FILE* filewrite, Uint8 gender );
49 void template_put_pair( vfs_FILE* filetemp, vfs_FILE* filewrite, IPair val );
50 void template_put_range( vfs_FILE* filetemp, vfs_FILE* filewrite, FRange val );
[all …]
H A Dtemplate.c38 static void template_copy_to_eof( vfs_FILE * tempfile, vfs_FILE * outfile );
156 void template_copy_to_eof( vfs_FILE * tempfile, vfs_FILE * outfile ) in template_copy_to_eof()
184 bool_t template_seek_free( vfs_FILE* filetemp, vfs_FILE* filewrite ) in template_seek_free()
190 void template_flush( vfs_FILE* filetemp, vfs_FILE* filewrite ) in template_flush()
197 void template_put_char( vfs_FILE* filetemp, vfs_FILE* filewrite, char cval ) in template_put_char()
206 void template_put_int( vfs_FILE* filetemp, vfs_FILE* filewrite, int ival ) in template_put_int()
215 void template_put_float( vfs_FILE* filetemp, vfs_FILE* filewrite, float fval ) in template_put_float()
224 void template_put_bool( vfs_FILE* filetemp, vfs_FILE* filewrite, bool_t truth ) in template_put_bool()
296 void template_put_pair( vfs_FILE* filetemp, vfs_FILE* filewrite, IPair val ) in template_put_pair()
308 void template_put_range( vfs_FILE* filetemp, vfs_FILE* filewrite, FRange val ) in template_put_range()
[all …]
H A Dwawalite_file.c58 static bool_t write_wawalite_water( vfs_FILE * filewrite, wawalite_water_t * pwater );
59 static bool_t write_wawalite_light( vfs_FILE * filewrite, wawalite_data_t * pdata );
66 static bool_t write_wawalite_fog( vfs_FILE * filewrite, wawalite_data_t * pdata );
266 wawalite_data_t * read_wawalite_fog( vfs_FILE * fileread, wawalite_data_t * pdata ) in read_wawalite_fog()
300 vfs_FILE* fileread; in read_wawalite_file_vfs()
344 bool_t write_wawalite_water( vfs_FILE * filewrite, wawalite_water_t * pwater ) in write_wawalite_water()
391 bool_t write_wawalite_light( vfs_FILE * filewrite, wawalite_data_t * pdata ) in write_wawalite_light()
405 bool_t write_wawalite_physics( vfs_FILE * filewrite, wawalite_physics_t * pphys ) in write_wawalite_physics()
470 bool_t write_wawalite_camera( vfs_FILE * filewrite, wawalite_camera_t * pcamera ) in write_wawalite_camera()
482 bool_t write_wawalite_fog( vfs_FILE * filewrite, wawalite_data_t * pdata ) in write_wawalite_fog()
[all …]
H A Dscancode_file.c38 static bool_t scantag_read_one( vfs_FILE *fileread );
50 bool_t scantag_read_one( vfs_FILE *fileread ) in scantag_read_one()
71 vfs_FILE* fileread; in scantag_read_all_vfs()
H A Dtreasure_table_file.c38 static void load_one_treasure_table_vfs( vfs_FILE* fileread, treasure_table_t* new_table );
63 void load_one_treasure_table_vfs( vfs_FILE* fileread, treasure_table_t* new_table ) in load_one_treasure_table_vfs()
89 vfs_FILE *fileread; in init_random_treasure_tables_vfs()
H A Dmodule_file.c49 vfs_FILE * fileread; in module_load_info_vfs()
142 vfs_FILE *fileread; in module_has_idsz_vfs()
212 vfs_FILE *filewrite; in module_add_idsz_vfs()
H A Dcontrols_file.c41 static void export_control( vfs_FILE * filewrite, const char * text, Sint32 device, control_t * pco… in export_control()
53 vfs_FILE* fileread; in input_settings_load_vfs()
114 vfs_FILE* filewrite; in input_settings_save_vfs()
H A Dpassage_file.h57 bool_t scan_passage_file( vfs_FILE * fileread, passage_t * ppass );
H A Dspawn_file.h75 bool_t spawn_file_scan( vfs_FILE * fileread, spawn_file_info_t *pinfo );
H A Dpassage_file.c43 bool_t scan_passage_file( vfs_FILE * fileread, passage_t * ppass ) in scan_passage_file()
H A Dspawn_file.c67 bool_t spawn_file_scan( vfs_FILE * fileread, spawn_file_info_t *pinfo ) in spawn_file_scan()
H A Deve_file.c52 vfs_FILE* fileread; in load_one_enchant_file_vfs()
215 vfs_FILE* filewrite, * filetemp; in save_one_enchant_file_vfs()
H A Dmpd_file.c68 vfs_FILE* fileread; in tile_dictionary_load_vfs()
H A Dpip_file.c81 vfs_FILE* fileread; in load_one_pip_file_vfs()
/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Degoboo_fileutil.h117 bool_t fcopy_line( vfs_FILE * fileread, vfs_FILE * filewrite );
119 int fget_version( vfs_FILE* fileread );
122 …bool_t copy_file_to_delimiter( vfs_FILE * fileread, vfs_FILE * filewrite, int delim, char * buffer…
124 char fget_next_char( vfs_FILE * fileread );
125 int fget_next_int( vfs_FILE * fileread );
131 IDSZ fget_next_idsz( vfs_FILE * fileread );
134 Sint32 fget_int( vfs_FILE* fileread );
136 IDSZ fget_idsz( vfs_FILE* fileread );
137 int fget_int( vfs_FILE * fileread );
138 float fget_float( vfs_FILE * fileread );
[all …]
H A Degoboo_vfs.h52 struct vfs_FILE;
53 typedef struct vfs_FILE vfs_FILE; typedef
97 int vfs_close( vfs_FILE * pfile );
98 int vfs_flush( vfs_FILE * pfile );
100 int vfs_eof( vfs_FILE * pfile );
101 int vfs_error( vfs_FILE * pfile );
102 long vfs_tell( vfs_FILE * pfile );
137 int vfs_getc( vfs_FILE * pfile );
145 int vfs_ungetc( int, vfs_FILE * );
146 int vfs_getc( vfs_FILE * );
[all …]
H A Degoboo_fileutil.c49 IDSZ fget_idsz( vfs_FILE* fileread ) in fget_idsz()
92 bool_t fcopy_line( vfs_FILE * fileread, vfs_FILE * filewrite ) in fcopy_line()
261 char fget_first_letter( vfs_FILE* fileread ) in fget_first_letter()
631 int fget_version( vfs_FILE* fileread ) in fget_version()
778 char fget_next_char( vfs_FILE * fileread ) in fget_next_char()
786 int fget_int( vfs_FILE * fileread ) in fget_int()
796 int fget_next_int( vfs_FILE * fileread ) in fget_next_int()
829 float fget_float( vfs_FILE * fileread ) in fget_float()
864 IDSZ fget_next_idsz( vfs_FILE * fileread ) in fget_next_idsz()
905 bool_t fget_bool( vfs_FILE * fileread ) in fget_bool()
[all …]
H A Degoboo_vfs.c86 struct vfs_FILE struct
217 vfs_FILE * vfs_file; in vfs_openReadB()
245 vfs_FILE * vfs_file; in vfs_openWriteB()
276 vfs_FILE * vfs_file; in vfs_openAppendB()
624 vfs_FILE * vfs_file; in vfs_openRead()
703 vfs_FILE * vfs_file; in vfs_openWrite()
780 vfs_FILE * vfs_file; in vfs_openAppend()
809 int vfs_close( vfs_FILE * pfile ) in vfs_close()
846 int vfs_flush( vfs_FILE * pfile ) in vfs_flush()
869 int vfs_eof( vfs_FILE * pfile ) in vfs_eof()
[all …]
H A Dprofile.c62 static void get_message( vfs_FILE* fileread );
572 void get_message( vfs_FILE* fileread ) in get_message()
618 vfs_FILE *fileread; in load_all_messages_vfs()
681 vfs_FILE* fileread; in obj_read_slot_vfs()
1038 vfs_FILE *fileread; in chop_load_vfs()
1112 vfs_FILE* filewrite; in chop_export_vfs()
H A Dquest.c108 vfs_FILE *fileread; in quest_log_download_vfs()
160 vfs_FILE *filewrite; in quest_log_upload_vfs()
H A Dfont_bmp.c83 vfs_FILE *fileread; in font_bmp_load_vfs()
H A Dscript_compile.c1142 vfs_FILE* fileread; in load_ai_codes_vfs()
1170 vfs_FILE* fileread; in load_ai_script_vfs()
H A Dlink.c136 vfs_FILE * pfile; in link_build_vfs()
H A Dnetwork.c561 vfs_FILE* fileread; in net_copyFileToAllPlayersOld_vfs()
688 vfs_FILE* fileread; in net_copyFileToHostOld_vfs()
1060 vfs_FILE *file; in net_handlePacket()
1946 vfs_FILE *file; in net_updateFileTransfers()
H A Dmad.c255 vfs_FILE *fileread; in action_check_copy_vfs()
632 vfs_FILE* fileread; in load_action_names_vfs()

12