Home | History | Annotate | Download | only in scripts

Lines Matching refs:prog_name

12 prog_name = "";
16 " " + prog_name + " merge file1 [file2 ...] > output\n" \
17 " " + prog_name + " print file1 [file2 ...]\n" \
18 " " + prog_name + " unpack file1 [file2 ...]\n" \
19 " " + prog_name + " rawunpack file1 [file2 ...]\n"
28 print >>sys.stderr, "%s: read %d PCs from %s" % (prog_name, size / 4, path)
36 (prog_name, len(files), len(s))
54 print >> sys.stderr, "%s: unpacking %s" % (prog_name, path)
67 (prog_name, extracted_file)
83 print >> sys.stderr, "%s: reading map %s" % (prog_name, map_path)
95 print >> sys.stderr, "%s: unpacking %s" % (prog_name, path)
113 print >> sys.stderr, "warning: %s: pc %x outside of any known mapping" % (prog_name, pc)
135 prog_name = sys.argv[0]