Home
last modified time | relevance | path

Searched refs:tifiles_file_read_flash (Results 1 – 9 of 9) sorted by relevance

/dports/devel/libtifiles2/libtifiles2-1.1.7/tests/
H A Dtorture_tifiles.c215 PRINTF(tifiles_file_read_flash, INT, NULL, (void *)0x12345678); in main()
217 PRINTF(tifiles_file_read_flash, INT, (void *)0x12345678, NULL); in main()
H A Dtest_tifiles_2.c341 ret = tifiles_file_read_flash(PATH(input_file), content);
/dports/devel/libtifiles2/libtifiles2-1.1.7/src/
H A Dtigroup.c462 ret = tifiles_file_read_flash(src_filename, te->content.flash); in tifiles_tigroup_add_file()
782 ret = tifiles_file_read_flash(src_filenames[k], src2[j]); in tifiles_tigroup_files()
1155 ret = tifiles_file_read_flash(fname, tigentry->content.flash); in tifiles_file_read_tigroup()
H A Dfilesxx.c697 TIEXPORT2 int tifiles_file_read_flash(const char *filename, FlashContent *content) in tifiles_file_read_flash() function
H A Dtifiles.h437 TIEXPORT2 int TICALL tifiles_file_read_flash (const char *filename, FlashContent *content);
/dports/comms/libticalcs2/libticalcs2-1.1.9/src/
H A Dcalc_xx.c1454 ret = tifiles_file_read_flash(filename, content); in ticalcs_calc_send_app2()
1520 ret = tifiles_file_read_flash(filename, content); in ticalcs_calc_send_cert2()
1552 ret = tifiles_file_read_flash(filename, content); in ticalcs_calc_send_os2()
/dports/comms/tilp2/tilp2-1.18/src/
H A Dtilp_slct.c289 err = tifiles_file_read_flash(fe2->name, fe3->content2); in tilp_local_contents_load()
/dports/emulators/tiemu3/tiemu-3.03/src/core/
H A Dimages.c284 if(tifiles_file_read_flash(filename, content) != 0) in ti68k_get_tib_infos()
/dports/emulators/tilem/tilem-2.0/gui/
H A Dlink.c520 e = tifiles_file_read_flash(sf->filename, flashc); in send_file_linkport()