Lines Matching full:print
14 print("""Usage: diffconfig [-h] [-m] [<config1> <config2>]
57 print("# CONFIG_%s is not set" % config)
59 print("CONFIG_%s=%s" % (config, new_value))
62 print("-%s %s" % (config, value))
64 print("+%s %s" % (config, new_value))
66 print(" %s %s -> %s" % (config, value, new_value))
82 print("Error: incorrect number of arguments or unrecognized option")
101 print("I/O error[%s]: %s\n" % (e.args[0],e.args[1]))
104 # print items in a but not b (accumulate, sort and print)
114 # print items that changed (accumulate, sort, and print)
126 # now print items in b but not in a