OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:read_error
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/global/
mail_copy.c
146
int
read_error
;
local
273
read_error
= vstream_ferror(src);
280
read_error
= 1;
289
if (corrupt_error ||
read_error
|| write_error)
301
if (why &&
read_error
)
315
| (
read_error
? MAIL_COPY_STAT_READ : 0)
/src/external/bsd/elftosb/dist/sbtool/
EncoreBootImageReader.h
24
class
read_error
: public std::runtime_error
class in class:elftosb::EncoreBootImageReader
28
read_error
(const std::string & msg) : std::runtime_error(msg) {}
function in class:elftosb::EncoreBootImageReader::read_error
EncoreBootImageReader.cpp
19
//! \exception
read_error
Thrown if the image header is invalid.
26
throw
read_error
("failed to read image header");
51
throw
read_error
("invalid signature 1");
57
// throw
read_error
("invalid signature 2");
85
throw
read_error
("failed to read image digest");
103
//! \exception
read_error
Thrown if the image header is invalid.
117
throw
read_error
("failed to read block while computing image digest");
139
throw
read_error
("failed to read section header");
200
throw
read_error
("failed to read key dictionary entry");
232
//! \exception
read_error
A failure to read the boot tag, or a failure on on
[
all
...]
/src/sys/arch/landisk/stand/mbr/
mbr.S
114
read_error
:
label
133
bf
read_error
/src/sys/arch/landisk/stand/bootxx/
pbr.S
126
read_error
:
label
148
bf
read_error
/src/usr.bin/audio/play/
play.c
423
goto
read_error
;
455
goto
read_error
;
463
read_error
:
/src/external/gpl3/gcc/dist/libgcc/
libgcov-driver.c
349
goto
read_error
;
362
read_error
:
/src/external/gpl3/gcc.old/dist/libgcc/
libgcov-driver.c
349
goto
read_error
;
362
read_error
:
/src/sys/arch/x68k/stand/boot_ufs/
boot.S
250
read_error
: BOOT_ERROR("read error")
label
302
jne
read_error
480
jne
read_error
/src/external/gpl2/xcvs/dist/src/
import.c
1167
goto
read_error
;
1190
goto
read_error
;
1509
read_error
:
/src/crypto/external/bsd/openssh/dist/
sftp-client.c
1586
int
read_error
, write_errno, lmodified = 0, reordered = 0, r;
local
1662
write_error =
read_error
= write_errno = num_req = 0;
1718
read_error
= 1;
1804
if (!
read_error
&& !write_error && !interrupted) {
1813
if (inplace_flag ||
read_error
|| write_error || interrupted) {
1815
(
read_error
|| write_error || interrupted)) {
1824
if (
read_error
) {
2441
int write_error,
read_error
, r;
local
2497
write_error =
read_error
= num_req = num_upload_req = 0;
2556
read_error
= 1
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/
printcmd.c
950
int
read_error
= 0;
959
while (count > 0 &&
read_error
== 0)
967
read_error
= (chars_read == chars_to_read) ? 0 : 1;
990
if (
read_error
!= 0)
947
int
read_error
= 0;
local
/src/external/gpl3/gdb/dist/gdb/
printcmd.c
948
int
read_error
= 0;
957
while (count > 0 &&
read_error
== 0)
965
read_error
= (chars_read == chars_to_read) ? 0 : 1;
988
if (
read_error
!= 0)
945
int
read_error
= 0;
local
/src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
curl.d
445
read_error
, /** 26 - couldn't open/read from file */
/src/sys/nfs/
nfs_serv.c
734
goto
read_error
;
810
read_error
:
Completed in 92 milliseconds
Indexes created Thu Sep 03 00:25:33 UTC 2026