HomeSort by: relevance | last modified time | path
    Searched defs:read_error (Results 1 - 8 of 8) 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/sys/arch/landisk/stand/bootxx/
pbr.S 126 read_error: label
148 bf read_error
  /src/sys/arch/landisk/stand/mbr/
mbr.S 114 read_error: label
133 bf read_error
  /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
  /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/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/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...]

Completed in 29 milliseconds