Home
last modified time | relevance | path

Searched refs:consolefd (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/src/misc/
Dfmtmsg.c27 int ret = 0, i, consolefd, verb = 0; in fmtmsg() local
42 consolefd = open("/dev/console", O_WRONLY); in fmtmsg()
43 if (consolefd < 0) { in fmtmsg()
46 if (dprintf(consolefd, "%s%s%s%s%s%s%s%s\n", in fmtmsg()
53 close(consolefd); in fmtmsg()