Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/zstd/programs/
H A Dplatform.h135 # define IS_CONSOLE(stdStream) isatty(fileno(stdStream)) macro
138 # define IS_CONSOLE(stdStream) _isatty(_fileno(stdStream))
143 static __inline int IS_CONSOLE(FILE* stdStream) {
148 # define IS_CONSOLE(stdStream) 0
H A Dzstdcli.c1246 if (!strcmp(filenames->fileNames[0], stdinmark) && IS_CONSOLE(stdin) ) { in main()
1251 && IS_CONSOLE(stdout) in main()
H A Dfileio.c3038 if (!IS_CONSOLE(stdin)) { in FIO_listMultipleFiles()
/freebsd-13.1/usr.sbin/dconschat/
H A Ddconschat.c88 #define IS_CONSOLE(p) ((p)->port == DCONS_CON) macro
433 if (IS_CONSOLE(&dc->port[j]) && new && in dconschat_fetch_header()
715 if (IS_CONSOLE(p) && (dc->flags & F_TELNET) != 0) { in dconschat_accept_socket()
754 if (IS_CONSOLE(p)) { in dconschat_read_filter()