Home
last modified time | relevance | path

Searched defs:IS_CONSOLE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/zstd/programs/
H A Dplatform.h136 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro
/freebsd/usr.sbin/dconschat/
H A Ddconschat.c87 #define IS_CONSOLE(p) ((p)->port == DCONS_CON) macro