Searched defs:stdout (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/ |
A D | stdio.h | 53 #define stdout 1 macro
|
/u-boot/tools/u_boot_pylib/ |
A D | command.py | 20 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
|
A D | tout.py | 158 def init(_verbose=WARNING, stdout=sys.stdout): argument
|
A D | cros_subprocess.py | 56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument
|
Completed in 20 milliseconds