Lines Matching refs:error
7 error(char* fmt, ...) in error() function
24 error("usage: %s -o ofile file\n\t%s file ...\n", argv0, argv0); in usage()
40 error("%s: open: %r", file); in strip()
45 error("%s: %r", file); in strip()
54 error("%s: not a recognizeable binary", file); in strip()
60 error("%s: stat: %r", file); in strip()
68 error("%s: already stripped", file); in strip()
75 error("%s: strange length", file); in strip()
85 error("%s: malloc failure", file); in strip()
91 error("%s: read: %r", file); in strip()
105 error("%s: remove: %r", file); in strip()
112 error("%s: create: %r", out); in strip()
117 error("%s: write: %r", out); in strip()