Home
last modified time | relevance | path

Searched refs:ioerror (Results 1 – 25 of 660) sorted by relevance

12345678910>>...27

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/mlcc/
H A Dmlcc3_omega.F90589 if(ioerror .ne. 0) then
604 if(ioerror .ne. 0) then
668 if(ioerror .ne. 0) then
707 if(ioerror .ne. 0) then
738 if(ioerror .ne. 0) then
793 if(ioerror .ne. 0) then
832 if(ioerror .ne. 0) then
864 if(ioerror .ne. 0) then
919 if(ioerror .ne. 0) then
1161 if(ioerror .ne. 0) then
[all …]
H A Dmlccsdpt_integrals.F9077 integer :: ioerror local
208 if(ioerror .ne. 0) then
210 write(lupri,*) "Error code: ", ioerror
220 if(ioerror .ne. 0) then
232 if(ioerror .ne. 0) then
352 if(ioerror .ne. 0) then
385 if(ioerror .ne. 0) then
411 if(ioerror .ne. 0) then
436 if(ioerror .ne. 0) then
444 if(ioerror .ne. 0) then
[all …]
H A Dmlcc3_intermediates.F9090 integer :: ioerror local
256 if(ioerror .ne. 0) then
268 if(ioerror .ne. 0) then
280 if(ioerror .ne. 0) then
292 if(ioerror .ne. 0) then
305 if(ioerror .ne. 0) then
596 if(ioerror .ne. 0) then
604 if(ioerror .ne. 0) then
612 if(ioerror .ne. 0) then
620 if(ioerror .ne. 0) then
[all …]
H A Dmlcc3_h_omega.F902651 if(ioerror .ne. 0) then
2663 if(ioerror .ne. 0) then
2681 if(ioerror .ne. 0) then
2693 if(ioerror .ne. 0) then
2713 if(ioerror .ne. 0) then
2733 if(ioerror .ne. 0) then
2745 if(ioerror .ne. 0) then
2806 if(ioerror .ne. 0) then
2815 if(ioerror .ne. 0) then
2874 if(ioerror .ne. 0) then
[all …]
H A Dmlccsdpt_e_calc.F9092 integer :: a, b, abij_n, abij_t, ioerror local
708 if(ioerror .ne. 0) then
723 if(ioerror .ne. 0) then
738 if(ioerror .ne. 0) then
775 if(ioerror .ne. 0) then
813 if(ioerror .ne. 0) then
830 if(ioerror .ne. 0) then
852 integer :: ioerror local
860 if(ioerror .ne. 0) then
872 if(ioerror .ne. 0) then
[all …]
/dports/science/wannier90/wannier90-3.1.0/utility/PL_assessment/
H A DPL_assess.f9031 ioerror = 0
35 open (unit=10, file=trim(seedname)//'_hr.dat', action='read', iostat=ioerror)
36 if (ioerror /= 0) then
37 write (*, *) 'Error opening ', trim(seedname)//'_hr.dat : ', ioerror
70 read (10, '(33a)', iostat=ioerror) null_read
71 if (ioerror /= 0) then
72 write (*, *) 'Error reading ', trim(seedname)//'_hr.dat : ', ioerror
89 if (ioerror /= 0) then
120 open (unit=11, file=trim(seedname)//'_pl.dat', action='write', iostat=ioerror)
121 if (ioerror /= 0) then
[all …]
/dports/security/stunnel/stunnel-5.60/src/
H A Dpty.c83 ioerror("openpty"); in pty_allocate()
98 ioerror("_getpty"); in pty_allocate()
105 ioerror(namebuf); in pty_allocate()
121 ioerror("/dev/ptmx"); in pty_allocate()
125 ioerror("grantpt"); in pty_allocate()
130 ioerror("unlockpt"); in pty_allocate()
142 ioerror(namebuf); in pty_allocate()
148 ioerror("ioctl I_PUSH ptem"); in pty_allocate()
161 ioerror("open(/dev/ptc)"); in pty_allocate()
172 ioerror(name); in pty_allocate()
[all …]
H A Dlibwrap.c93 ioerror("fork"); in libwrap_init()
150 ioerror("pthread_mutex_lock"); in libwrap_auth()
156 ioerror("pthread_cond_wait"); in libwrap_auth()
167 ioerror("pthread_mutex_unlock"); in libwrap_auth()
184 ioerror("pthread_mutex_lock"); in libwrap_auth()
191 ioerror("pthread_cond_signal"); in libwrap_auth()
196 ioerror("pthread_mutex_unlock"); in libwrap_auth()
H A Dui_unix.c170 ioerror("daemon"); in daemonize()
177 ioerror("fork"); in daemonize()
208 ioerror("create"); in create_pid()
214 ioerror("write"); in create_pid()
226 ioerror(global_options.pidfile); /* not critical */ in delete_pid()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dfile-mmap-posix.c246 *ioerror = FILE_NOT_FOUND; in open_file_map()
252 *ioerror = FILE_ALREADY_EXISTS; in open_file_map()
284 *ioerror = COULD_NOT_OPEN; in open_file_map()
307 *ioerror = CAPACITY_MUST_BE_POSITIVE; in open_memory_map()
318 *ioerror = INVALID_FILE_MODE; in open_memory_map()
326 *ioerror = FILE_ALREADY_EXISTS; in open_memory_map()
339 *ioerror = FILE_NOT_FOUND; in open_memory_map()
347 *ioerror = COULD_NOT_MAP_MEMORY; in open_memory_map()
356 *ioerror = COULD_NOT_MAP_MEMORY; in open_memory_map()
405 *ioerror = FILE_ALREADY_EXISTS; in mono_mmap_open_file()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/tests/utils/
H A Dcreatelst.pp7 i, j, ioerror : LongInt;
24 ioerror:=IOResult;
26 if ioerror<>0 then
28 Writeln('Rewrite(',ParamStr(1),') failed, IOResult=',ioerror);
56 ioerror:=IOResult;
57 if ioerror<>0 then
59 Writeln('write to file ',ParamStr(1),' failed, IOResult=',ioerror);
65 ioerror:=IOResult;
66 if ioerror<>0 then
68 Writeln('Close(',ParamStr(1),') failed, IOResult=',ioerror);
/dports/games/openbor/openbor-3caaddd5/tools/openwav2bor/source/
H A Dbor2wav.c57 if(fd == NULL) ioerror(strerror(errno)); in writewav()
74 if(fwrite(&rifftag, sizeof(rifftag), 1, fd) != 1) ioerror(strerror(errno)); in writewav()
75 if(fwrite(&fmt, sizeof(fmt), 1, fd) != 1) ioerror(strerror(errno)); in writewav()
80 if(fwrite(&rifftag, sizeof(rifftag), 1, fd) != 1) ioerror(strerror(errno)); in writewav()
88 if(fwrite(pcm, 1, pcmsize, fd) != pcmsize) ioerror(strerror(errno)); in writewav()
132 if(fd == NULL) ioerror(strerror(errno)); in readbor()
149 ioerror("invalid BOR header"); in readbor()
158 if (fseek(fd, 0, SEEK_END) != 0) ioerror(strerror(errno)); in readbor()
170 if(buf->sampleptr == NULL) ioerror(strerror(errno)); in readbor()
171 if(fseek(fd, borheader.datastart, SEEK_SET) != 0) ioerror(strerror(errno)); in readbor()
[all …]
H A Dwav2bor.c54 if(fd == NULL) ioerror(strerror(errno)); in loadwave()
62 if(riffheader.riff!=HEX_RIFF || riffheader.type!=HEX_WAVE) ioerror("not a WAV file"); in loadwave()
68 if(fread(&rifftag, sizeof(rifftag), 1, fd)!=1) ioerror(strerror(errno)); in loadwave()
73 if(fread(&fmt, sizeof(fmt), 1, fd)!=1) ioerror(strerror(errno)); in loadwave()
85 ioerror("only 16-bit mono or stereo PCM WAV files are supported"); in loadwave()
90 if(fread(&rifftag, sizeof(rifftag), 1, fd)!=1) ioerror(strerror(errno)); in loadwave()
108 ioerror(strerror(errno)); in loadwave()
151 if(fd == NULL) ioerror(strerror(errno)); in writebor()
162 if(fwrite(&borheader, sizeof(borheader), 1, fd) != 1) ioerror(strerror(errno)); in writebor()
171 if(fwrite(adpcm, 1, 512, fd) != 512) ioerror(strerror(errno)); in writebor()
[all …]
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwdft/lr_tddft_grad/
H A Dtddft_grad_solve_load_x.F68 logical ioerror ! has an ioerror occurred?
81 ioerror = .false.
111 ioerror = ioerror .or. iostatus.gt.0
119 ioerror = ioerror .or. iostatus.gt.0
150 ioerror = ioerror .or. iostatus.gt.0
151 ioerror = ioerror .or. (ik.ne.k.or.ij.ne.j)
183 ioerror = ioerror .or. iostatus.gt.1
185 success = .not.ioerror
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwdft/lr_tddft_grad/
H A Dtddft_grad_solve_load_x.F68 logical ioerror ! has an ioerror occurred?
81 ioerror = .false.
111 ioerror = ioerror .or. iostatus.gt.0
119 ioerror = ioerror .or. iostatus.gt.0
150 ioerror = ioerror .or. iostatus.gt.0
151 ioerror = ioerror .or. (ik.ne.k.or.ij.ne.j)
183 ioerror = ioerror .or. iostatus.gt.1
185 success = .not.ioerror
/dports/devel/monotone/monotone-1.1/util/
H A Dtxt2c.cc33 struct ioerror struct
39 ioerror(char const * f, char const * op) in ioerror() argument
42 ioerror(string const & f, char const * op) in ioerror() function
48 operator<<(ostream & s, ioerror const & e) in operator <<()
68 throw ioerror(fname, "open"); in generate_code()
115 throw ioerror(fname, "open"); in compare_contents()
147 throw ioerror(tfname, "open"); in atomic_update_if_changed()
151 throw ioerror(tfname, "write"); in atomic_update_if_changed()
158 throw ioerror(ofname, "rename"); in atomic_update_if_changed()
197 catch (ioerror const & e) in main()
/dports/graphics/evince/evince-41.3/libdocument/
H A Dev-attachment.c315 GError *ioerror = NULL; in ev_attachment_save() local
329 ioerror->code, in ev_attachment_save()
332 ioerror->message); in ev_attachment_save()
334 g_error_free (ioerror); in ev_attachment_save()
343 NULL, &ioerror); in ev_attachment_save()
350 ioerror->code, in ev_attachment_save()
353 ioerror->message); in ev_attachment_save()
356 g_error_free (ioerror); in ev_attachment_save()
378 GError *ioerror = NULL; in ev_attachment_launch_app() local
402 ioerror->message); in ev_attachment_launch_app()
[all …]
/dports/print/xreader/xreader-3.2.2/libdocument/
H A Dev-attachment.c285 GError *ioerror = NULL; in ev_attachment_save() local
298 ioerror->code, in ev_attachment_save()
301 ioerror->message); in ev_attachment_save()
303 g_error_free (ioerror); in ev_attachment_save()
312 NULL, &ioerror); in ev_attachment_save()
319 ioerror->code, in ev_attachment_save()
322 ioerror->message); in ev_attachment_save()
325 g_error_free (ioerror); in ev_attachment_save()
361 &ioerror); in ev_attachment_launch_app()
370 ioerror->message); in ev_attachment_launch_app()
[all …]
/dports/graphics/atril-lite/atril-1.26.0/libdocument/
H A Dev-attachment.c285 GError *ioerror = NULL; in ev_attachment_save() local
298 ioerror->code, in ev_attachment_save()
301 ioerror->message); in ev_attachment_save()
303 g_error_free (ioerror); in ev_attachment_save()
312 NULL, &ioerror); in ev_attachment_save()
319 ioerror->code, in ev_attachment_save()
322 ioerror->message); in ev_attachment_save()
325 g_error_free (ioerror); in ev_attachment_save()
361 &ioerror); in ev_attachment_launch_app()
370 ioerror->message); in ev_attachment_launch_app()
[all …]
/dports/graphics/atril/atril-1.26.0/libdocument/
H A Dev-attachment.c285 GError *ioerror = NULL; in ev_attachment_save() local
298 ioerror->code, in ev_attachment_save()
301 ioerror->message); in ev_attachment_save()
303 g_error_free (ioerror); in ev_attachment_save()
312 NULL, &ioerror); in ev_attachment_save()
319 ioerror->code, in ev_attachment_save()
322 ioerror->message); in ev_attachment_save()
325 g_error_free (ioerror); in ev_attachment_save()
361 &ioerror); in ev_attachment_launch_app()
370 ioerror->message); in ev_attachment_launch_app()
[all …]
/dports/x11-toolkits/open-motif/motif-2.3.8/demos/programs/todo/
H A Dio.c43 Widget ioerror = (Widget) NULL; variable
113 if (ioerror == (Widget) NULL) { in ReadDB()
114 ioerror = XmCreateInformationDialog(shell, "IO_Error_Dialog", NULL, 0); in ReadDB()
123 XtVaSetValues(ioerror, XmNmessageString, str, NULL, NULL); in ReadDB()
124 XtManageChild(ioerror); in ReadDB()
260 if (ioerror == (Widget) NULL) { in SaveDB()
261 ioerror = XmCreateInformationDialog(shell, "IO_Error_Dialog", NULL, 0); in SaveDB()
271 XtVaSetValues(ioerror, XmNmessageString, str, NULL, NULL); in SaveDB()
272 XtManageChild(ioerror); in SaveDB()
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/mysql/
H A Dmysql_slave_threads30 my $ioerror = "";
36 $ioerror = $1;
48 io.extinfo $ioerror
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/
H A Diolog.c982 const char *ioerror = NULL; in sudoers_io_log() local
989 ioerror = N_("unable to read the clock"); in sudoers_io_log()
1001 if (ioerror != NULL) { in sudoers_io_log()
1005 ioerror) != -1) { in sudoers_io_log()
1110 const char *ioerror = NULL; in sudoers_io_change_winsize() local
1117 ioerror = N_("unable to read the clock"); in sudoers_io_change_winsize()
1129 if (ioerror != NULL && !warned) { in sudoers_io_change_winsize()
1133 ioerror) != -1) { in sudoers_io_change_winsize()
1209 const char *ioerror = NULL; in sudoers_io_suspend() local
1235 if (ioerror != NULL && !warned) { in sudoers_io_suspend()
[all …]
/dports/graphics/xviewer/xviewer-3.2.2/src/
H A Dxviewer-thumbnail.c72 set_vfs_error (GError **error, GError *ioerror) in set_vfs_error() argument
77 "%s", ioerror ? ioerror->message : "VFS error making a thumbnail"); in set_vfs_error()
157 GError *ioerror = NULL; in xviewer_thumb_data_new() local
173 0, NULL, &ioerror); in xviewer_thumb_data_new()
176 set_vfs_error (error, ioerror); in xviewer_thumb_data_new()
177 g_clear_error (&ioerror); in xviewer_thumb_data_new()
199 g_clear_error (&ioerror); in xviewer_thumb_data_new()
/dports/graphics/eom/eom-1.26.0/src/
H A Deom-thumbnail.c72 set_vfs_error (GError **error, GError *ioerror) in set_vfs_error() argument
77 "%s", ioerror ? ioerror->message : "VFS error making a thumbnail"); in set_vfs_error()
152 GError *ioerror = NULL; in eom_thumb_data_new() local
168 0, NULL, &ioerror); in eom_thumb_data_new()
171 set_vfs_error (error, ioerror); in eom_thumb_data_new()
172 g_clear_error (&ioerror); in eom_thumb_data_new()
194 g_clear_error (&ioerror); in eom_thumb_data_new()

12345678910>>...27