OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IS_CONSOLE
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/programs/
platform.h
133
# define
IS_CONSOLE
(stdStream) isatty(fileno(stdStream))
136
# define
IS_CONSOLE
(stdStream) _isatty(_fileno(stdStream))
146
static __inline int
IS_CONSOLE
(FILE* stdStream) {
156
# define
IS_CONSOLE
(stdStream) 0
util.c
496
ret =
IS_CONSOLE
(file);
/src/external/bsd/zstd/dist/contrib/pzstd/
Options.cpp
367
if (inputFiles[0] == kStdIn &&
IS_CONSOLE
(stdin)) {
372
if (outputFile == "-" &&
IS_CONSOLE
(stdout) && !(forceStdout && decompress)) {
Completed in 14 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026