Home
last modified time | relevance | path

Searched defs:stdout (Results 1 – 4 of 4) sorted by relevance

/linux/arch/powerpc/platforms/powermac/
H A Dudbg_scc.c69 struct device_node *stdout = NULL, *escc = NULL, *macio = NULL; in udbg_scc_init() local
/linux/tools/testing/kunit/
H A Dkunit_printer.py53 stdout = Printer() variable
/linux/arch/powerpc/kernel/
H A Dlegacy_serial.c395 struct device_node *np, *stdout = NULL; in find_legacy_serial_ports() local
/linux/tools/include/nolibc/
H A Dstdio.h45 static __attribute__((unused)) FILE* const stdout = (FILE*)(intptr_t)~STDOUT_FILENO; variable