Lines Matching full:print
35 print()
48 print("'%s' is not a valid number" % value)
53 print("'%s' is not a known header field" % name)
65 print("'%s' is not a valid magic number" % magic)
83 print("'%s' is not a valid magic number" % magic)
95 print("No such header extension")
107 print("'%s' is not a valid bit number in range [0, 64)" % bit)
118 print("'%s' is not a valid group, try "
151 print("Unknown command '%s'" % cmd)
157 print("Usage: %s <file> <cmd> [<arg>, ...] [<key>, ...]" % sys.argv[0])
158 print("")
159 print("Supported commands:")
161 print(" %-20s - %s" % (name, desc))
162 print("")
163 print("Supported keys:")
164 print(" %-20s - %s" % ('-j', 'Dump in JSON format'))