Home
last modified time | relevance | path

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

/openbmc/pldm/tools/visualize-pdr/
H A Dpldm_visualise_pdrs.py24 def __init__(self, stdout, stderr): argument
58 def __init__(self, stdout, stderr): argument
258 def __init__(self, status, stderr): argument
/openbmc/qemu/tests/guest-debug/
H A Drun-test.py63 stderr = open(args.stderr, "w") variable
/openbmc/u-boot/include/
H A Dstdio.h45 #define stderr 2 macro
/openbmc/u-boot/tools/patman/
H A Dcommand.py26 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
/openbmc/openbmc/poky/bitbake/lib/bb/compress/
H A D_pipecompress.py93 def __init__(self, filename=None, mode="rb", *, stderr=None, fileobj=None): argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py42 def __init__(self, command, exitcode, stdout = None, stderr = None): argument
/openbmc/linux/arch/x86/boot/compressed/
H A Defi.h76 u64 stderr; member
93 u32 stderr; member
/openbmc/linux/tools/include/nolibc/
H A Dstdio.h40 static __attribute__((unused)) FILE* const stderr = (FILE*)(intptr_t)~STDERR_FILENO; variable
/openbmc/linux/scripts/
H A Drust_is_available_test.py71 def generate_bindgen_libclang(cls, stderr): argument
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_progs.h115 FILE *stderr; member
/openbmc/linux/include/linux/
H A Defi.h488 u64 stderr; member
505 u32 stderr; member
525 unsigned long stderr; member
/openbmc/openbmc/poky/bitbake/lib/
H A Dpyinotify.py1274 stderr=os.devnull): argument