Lines Matching full:stdin
907 cmd = subprocess.Popen(["gofmt", "-l"] + files, shell=False, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE, close_fds=sys.platform != "win32")
908 cmd.stdin.close()
1307 if not cl.local and (opts["stdin"] or not opts["stdout"]):
1325 if opts["stdin"] or opts["stdout"]:
1337 if opts["stdin"]:
1338 s = sys.stdin.read()
1358 if not opts["stdin"] and not opts["stdout"]:
1597 cmd = subprocess.Popen(argv, shell=False, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=None, close_fds=sys.platform != "win32")
2109 ('i', 'stdin', None, 'read change list from standard input'),