Home
last modified time | relevance | path

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

/dports/games/hedgewars-server/hedgewars-src-1.0.0/project_files/hwc/rtl/
H A Dfileio.c42 IOResult = IO_NO_ERROR; in fpcrtl_reset1()
54 IOResult = IO_NO_ERROR; in fpcrtl_reset2()
65 IOResult = IO_NO_ERROR; in fpcrtl_rewrite()
70 IOResult = IO_NO_ERROR; in fpcrtl_rewrite()
78 IOResult = IO_NO_ERROR; in fpcrtl_close()
84 IOResult = IO_NO_ERROR; in fpcrtl_eof()
93 IOResult = IO_NO_ERROR; in fpcrtl_readLn()
146 IOResult = IO_NO_ERROR; in fpcrtl_readLn__vars()
198 IOResult = IO_NO_ERROR; in fpcrtl_directoryExists()
215 IOResult = IO_NO_ERROR; in fpcrtl_fileExists()
[all …]
H A Dfileio.h11 IO_NO_ERROR = 0, enumerator
/dports/games/hedgewars/hedgewars-src-1.0.0/project_files/hwc/rtl/
H A Dfileio.c42 IOResult = IO_NO_ERROR; in fpcrtl_reset1()
54 IOResult = IO_NO_ERROR; in fpcrtl_reset2()
65 IOResult = IO_NO_ERROR; in fpcrtl_rewrite()
70 IOResult = IO_NO_ERROR; in fpcrtl_rewrite()
78 IOResult = IO_NO_ERROR; in fpcrtl_close()
84 IOResult = IO_NO_ERROR; in fpcrtl_eof()
93 IOResult = IO_NO_ERROR; in fpcrtl_readLn()
146 IOResult = IO_NO_ERROR; in fpcrtl_readLn__vars()
198 IOResult = IO_NO_ERROR; in fpcrtl_directoryExists()
215 IOResult = IO_NO_ERROR; in fpcrtl_fileExists()
[all …]
H A Dfileio.h11 IO_NO_ERROR = 0, enumerator
/dports/audio/snd/snd-21.2/
H A Dsnd-select.c378 if (io_err == IO_NO_ERROR) in mix_selection()
414 io_error_t io_err = IO_NO_ERROR; in add_selection_or_region()
425 if (io_err != IO_NO_ERROR) in add_selection_or_region()
439 io_error_t io_err = IO_NO_ERROR; in insert_selection()
446 if (io_err == IO_NO_ERROR) in insert_selection()
498 if (err != IO_NO_ERROR) in insert_selection_or_region()
1126 if (io_err != IO_NO_ERROR) in save_selection()
1211 return(IO_NO_ERROR); in save_selection()
1273 if (io_err != IO_NO_ERROR) in save_selection()
1755 if ((io_err != IO_NO_ERROR) && in g_save_selection()
[all …]
H A Dsnd-io.c123 io_error_t err = IO_NO_ERROR;
131 if (err == IO_NO_ERROR)
175 return(IO_NO_ERROR);
436 case MUS_NO_ERROR: return(IO_NO_ERROR);
784 if ((*err) != IO_NO_ERROR)
H A Dsnd-region.c642 if (io_err != IO_NO_ERROR) in paste_region_1()
676 if (io_err != IO_NO_ERROR) in paste_region_1()
716 io_error_t err = IO_NO_ERROR; in paste_region_2()
906 io_error_t io_err = IO_NO_ERROR; in deferred_region_to_temp_file()
1119 if (io_err != IO_NO_ERROR) in save_regions()
1183 if (io_err == IO_NO_ERROR) in region_edit()
1270 if (io_err != IO_NO_ERROR) in save_region_backpointer()
1288 io_error_t io_err = IO_NO_ERROR; in save_region()
1295 if (io_err == IO_NO_ERROR) in save_region()
1672 io_error_t err = IO_NO_ERROR; in g_insert_region()
[all …]
H A Dsnd-sig.c312 if (io_err != IO_NO_ERROR) in convolve_with_or_error()
627 io_error_t io_err = IO_NO_ERROR; in swap_channels()
774 io_error_t io_err = IO_NO_ERROR; in reverse_channel()
1095 io_error_t io_err = IO_NO_ERROR; in src_channel_with_error()
1132 (io_err != IO_NO_ERROR) ? io_error_name(io_err) : "can't open", in src_channel_with_error()
1707 io_error_t io_err = IO_NO_ERROR; in clm_channel()
1823 io_error_t io_err = IO_NO_ERROR; in convolution_filter()
1997 io_error_t io_err = IO_NO_ERROR; in direct_filter()
2615 io_error_t io_err = IO_NO_ERROR; in apply_env()
3166 io_error_t io_err = IO_NO_ERROR; in scale_and_src()
[all …]
H A Dsnd-edits.c1759 io_error_t err = IO_NO_ERROR; in channel_to_file_with_bounds()
1802 io_error_t err = IO_NO_ERROR; in channel_to_file_with_settings()
1873 if (io_err != IO_NO_ERROR) in edit_list_data_to_temp_file()
5554 if (io_err != IO_NO_ERROR) in save_edits_and_update_display()
5601 if (io_err != IO_NO_ERROR) in save_edits_and_update_display()
5636 return(IO_NO_ERROR); in save_edits_and_update_display()
5650 io_error_t err = IO_NO_ERROR; in save_edits_without_display()
5722 if (err == IO_NO_ERROR) in save_edits_without_display()
5756 if (err == IO_NO_ERROR) in save_channel_edits()
5759 if (err == IO_NO_ERROR) in save_channel_edits()
[all …]
H A Dsnd-ladspa.c574 io_error_t io_err = IO_NO_ERROR;
718 if (io_err != IO_NO_ERROR)
H A Dsnd-snd.c50 if (err != IO_NO_ERROR) in snd_new_file()
1672 io_error_t io_err = IO_NO_ERROR; in apply_controls()
1782 (io_err != IO_NO_ERROR) ? io_error_name(io_err) : "can't open", in apply_controls()
3820 io_error_t err = IO_NO_ERROR; in g_save_sound()
4164 io_error_t io_err = IO_NO_ERROR;
4250 io_error_t io_err = IO_NO_ERROR;
4394 if (io_err == IO_NO_ERROR)
4527 if (io_err != IO_NO_ERROR)
4639 if (io_err != IO_NO_ERROR)
H A Dsnd-mix.c37 io_error_t io_err = IO_NO_ERROR; in mix_file_untagged()
64 (io_err != IO_NO_ERROR) ? io_error_name(io_err) : "can't open", in mix_file_untagged()
1349 io_error_t io_err = IO_NO_ERROR; in remake_mix_data()
3910 if (io_err == IO_NO_ERROR) in save_mix()
H A Dsnd-0.h113 typedef enum {IO_NO_ERROR, IO_SAVE_HOOK_CANCELLATION, IO_BAD_CHANNEL, IO_CANT_REOPEN_FILE, IO_TOO_M… enumerator
129 #define is_serious_io_error(Err) ((Err != IO_NO_ERROR) && \
H A Dsnd-file.c3096 if ((err != IO_NO_ERROR) && in g_set_sound_loop_info()
3127 return((err == IO_NO_ERROR) ? Xen_true : C_int_to_Xen_integer((int)err)); in g_set_sound_loop_info()
H A Dsnd-motif.c11529 io_error_t io_err = IO_NO_ERROR; in save_or_extract()
11729 if (io_err == IO_NO_ERROR) in save_or_extract()
11744 if (io_err == IO_NO_ERROR) in save_or_extract()
11765 if (io_err == IO_NO_ERROR) in save_or_extract()
21666 if (io_err == IO_NO_ERROR) in popup_cut_to_new_callback_1()