Searched defs:printErr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/bldprogs/
H A DVBoxCmp.cpp39 static RTEXITCODE printErr(const char *pcszFormat, ...) function
60 printErr("Failed to open '%s': %s\n", pszFile, strerror(errno));
83 printErr("0x%x%08x: %#04x (%3d) != %#04x (%3d)\n", (uint32_t)(off >> 32), (uint32_t)off, b1, b1, b2, b2);
88 printErr("Too many mismatches, giving up\n");
98 rcRet = printErr("Read error on file #1.\n");
100 rcRet = printErr("Read error on file #2.\n");
102 rcRet = printErr("0x%x%08x: file #1 ends before file #2\n", (uint32_t)(off >> 32), (uint32_t)off);
104 rcRet = printErr("0x%x%08x: file #2 ends before file #1\n", (uint32_t)(off >> 32), (uint32_t)off);
128 rcExit = printErr("Syntax error: usage: VBoxCmp <file1> <file2>\n");
H A Dfilesplitter.cpp71 static int printErr(const char *pcszFormat, ...) function
98 return printErr("Failed to open \"%s\" for writing the file list");
103 return printErr("Error writing to the makefile list.\n");
127 return printErr("Error adding file to makefile list.\n");
144 return printErr("Error closing the file list file: %s\n", strerror(errno));
164 return printErr("Failed to stat \"%s\": %s\n", pcszFile, strerror(errno));
168 return printErr("Failed to open \"%s\": %s\n", pcszFile, strerror(errno));
189 rc = printErr("Error reading \"%s\": %s\n", pcszFile, strerror(errno));
194 rc = printErr("Failed to allocate %lu bytes\n", (unsigned long)(FileStat.st_size + 1));
243 return printErr("Faile
[all...]
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py155 printErr(self.ctx, e)
206 def printErr(_ctx, e): function
274 printErr(ctx, e)
701 printErr(ctx, "Session to '%s' not open: %s" % (mach.name, str(e)))
737 printErr(ctx, e)
751 printErr(ctx, e)
758 printErr(ctx, e)
771 printErr(ctx, e)
952 printErr(ctx, e)
1529 printErr(ct
[all...]

Completed in 52 milliseconds