Home
last modified time | relevance | path

Searched refs:ERR_IO (Results 1 – 25 of 37) sorted by relevance

12

/dports/audio/wav2cdr/wav2cdr/
H A Dfileio.c88 exit_error (ERR_IO, "opening file ", name); in open_input_file()
105 exit_error (ERR_IO, "closing input", NULL); in close_input_file()
189 exit_error (ERR_IO, "opening file ", outname); in open_output_file()
205 exit_error (ERR_IO, "closing file", NULL); in close_output_file()
221 exit_error (ERR_IO, "opening bit bucket", NULL); in open_message_file()
234 exit_error (ERR_IO, "closing bit bucket", NULL); in close_message_file()
271 exit_error (ERR_IO, "reading wav header", NULL); in read_wav_header()
378 exit_error (ERR_IO, in write_wav_header()
383 exit_error (ERR_IO, "writing wav header", NULL); in write_wav_header()
409 exit_error (ERR_IO, "reading ", NULL); in read_block()
[all …]
H A Dwav2cdr.c205 if (err == ERR_IO) { in exit_error()
209 if (errtext != NULL OR err == ERR_IO) in exit_error()
/dports/sysutils/busybox/busybox-1.26.2/miscutils/
H A Dchat.c102 ERR_IO, // signalled or I/O error enumerator
116 exitcode = ERR_IO; in signal_handler()
205 xfunc_error_retval = ERR_IO; in chat_main()
423 if (ERR_IO != exitcode) in chat_main()
495 exitcode = ERR_IO; in chat_main()
/dports/mail/mailutils/mailutils-3.13/pop3d/
H A Dextra.c104 case ERR_IO: in pop3d_abquit()
263 pop3d_abquit (ERR_IO); in pop3d_init_tls_server()
300 pop3d_abquit (ERR_IO); in pop3d_outf()
319 pop3d_abquit (ERR_IO); in pop3d_readline()
H A Dcmd.c182 [ERR_IO] = "I/O error",
H A Dpop3d.h163 ERR_IO, enumerator
/dports/multimedia/pipewire/pipewire-0.3.43/src/modules/module-protocol-pulse/
H A Ddefs.h94 ERR_IO, /**< An IO error happened. \since 0.9.16 */ enumerator
133 case -EIO: return ERR_IO; in res_to_err()
/dports/lang/swi-pl/swipl-8.2.3/packages/table/
H A Derror.h39 #define ERR_IO 2 /* general IO error */ macro
H A Derror.c106 case ERR_IO: in error_func()
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DOSD_ErrorList.hxx38 #define ERR_IO 6 macro
/dports/cad/opencascade/opencascade-7.6.0/src/OSD/
H A DOSD_ErrorList.hxx38 #define ERR_IO 6 macro
H A DOSD_Error.cxx212 extCode = ERR_IO; in Perror()
494 { ERROR_IO_DEVICE, ERR_IO },
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DOSD_ErrorList.hxx38 #define ERR_IO 6 macro
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/client/
H A Dmain.cpp300 return ERR_IO; in initialize()
330 return ERR_IO; in finalize()
H A Dsysmon_win.cpp424 return ERR_IO; in initialize_system_monitor()
502 return ERR_IO; in initialize_service_dispatcher()
/dports/net/openmpi/openmpi-4.1.1/ompi/mpi/java/java/
H A DConstant.java92 protected int ERR_IO; field in Constant
H A DMPI.java182 public static final int ERR_IO; field in MPI
376 ERR_IO = c.ERR_IO;
/dports/net/openmpi3/openmpi-3.1.6/ompi/mpi/java/java/
H A DConstant.java92 protected int ERR_IO; field in Constant
H A DMPI.java181 public static final int ERR_IO; field in MPI
375 ERR_IO = c.ERR_IO;
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/lib/
H A Derror_numbers.h59 #define ERR_IO -106 macro
/dports/math/vtk6/VTK-6.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A DException.pyx58 ERR_IO = MPI_ERR_IO variable
/dports/net/py-mpi4py/mpi4py-3.1.3/src/mpi4py/MPI/
H A DException.pyx58 ERR_IO = MPI_ERR_IO variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A DException.pyx58 ERR_IO = MPI_ERR_IO variable
/dports/lang/rust/rustc-1.58.1-src/library/std/src/sys/unix/process/
H A Dzircon.rs277 pub const ERR_IO: zx_status_t = -40; const
/dports/net/py-mpi4py/mpi4py-3.1.3/docs/source/usrman/
H A Dmpi4py.MPI.rst208 ERR_IO

12