Home
last modified time | relevance | path

Searched defs:stderr (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dstdio.h50 #define stderr 2 macro
/rk3399_rockchip-uboot/tools/patman/
H A Dcommand.py27 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
H A Dcros_subprocess.py56 def __init__(self, args, stdin=None, stdout=PIPE_PTY, stderr=PIPE_PTY, argument