Lines Matching refs:ProgError

90         ProgError("WR03", "%s: %s", fname(wadin), strerror(errno));  in WADRopenR()
100 ProgError("WR05", "%s: invalid wad magic", fname(wadin)); in WADRopenR()
103 ProgError("WR07", "%s: read error in header", fname(wadin)); in WADRopenR()
107 ProgError("WR09", "%s: zero entries", fname(wadin)); in WADRopenR()
112 ProgError("WR13", "%s: invalid directory offset %08lX", in WADRopenR()
126 ProgError("WR15", "%s: read error in directory", fname(wadin)); in WADRopenR()
149 ProgError("WW03", "Won't overwrite existing file %s", in WADRopenW()
155 ProgError("WW04", "%s: %s", fname(wadout), strerror(errno)); in WADRopenW()
190 ProgError("WW12", "%s: %s", fname(wadinout), strerror(errno)); in WADRopenA()
244 ProgError("WW22", "%s: write error in directory", in WADRwriteDir()
265 ProgError("WW26", "%s: write error while fixing up the header", in WADRsetDirRef()
277 ProgError("WW95", "%s: %s", fname(info->filename), in WADRchsize()
293 ProgError("WR35", "%s: Can't seek to %06lXh (%s)", in WADRseek()
338 ProgError("WR43", "%s: read error (got %lu/%lu bytes)", in WADRreadBytes()
342 ProgError("WR45", "%s: unexpected EOF (got %lu/%lu bytes)", in WADRreadBytes()
359 ProgError("WR53", "%s: read error", in WADRreadShort()
362 ProgError("WR55", "%s: unexpected EOF", in WADRreadShort()
377 ProgError("WR63", "%s: read error", in WADRreadLong()
380 ProgError("WR65", "%s: unexpected EOF", in WADRreadLong()
457 ProgError("WR78", "%s: Lump %s: read error at byte %ld", in WADRreadEntry2()
461 ProgError("WR79", "%s: Lump %s: unexpected EOF at byte %ld", in WADRreadEntry2()
487 ProgError("WR88", "%s: Can't open for writing (%s)", fname(file), in WADRsaveEntry()
496 ProgError("WR89", "%s: write error", fname(file)); in WADRsaveEntry()
501 ProgError("WR90", "%s: %s", fname(file), strerror(errno)); in WADRsaveEntry()
511 ProgError("WW58", "%s: Can't seek to %06lXh (%s)", in WADRsetLong()
515 ProgError("WW59", "%s: write error", in WADRsetLong()
526 ProgError("WW53", "%s: Can't seek to %06lXh (%s)", in WADRsetShort()
530 ProgError("WW54", "%s: write error", in WADRsetShort()
543 ProgError("WW63", "%s: Can't seek to %06lXh (%s)", in WADRcheckWritePos()
551 ProgError("WW65", "%s: write error", fname(info->filename)); in WADRwriteBlock()
585 ProgError("WW67", "%s: write error", fname(info->filename)); in WADRwriteLong()
596 ProgError("WW69", "%s: write error", fname(info->filename)); in WADRwriteShort()
676 ProgError("WW75", "%s: %s", fname(file), strerror(errno)); in WADRwriteLump()
728 ProgError("WW79", "Bad level name %s", level); in WADRwriteWADlevel()
739 ProgError("WW81", "No level in WAD %s", file); in WADRwriteWADlevel()
807 ProgError("WW91", "Too big WADs"); in WADRprepareAppend()