OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isatty
(Results
351 - 375
of
669
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/prebuilts/android-emulator/linux-x86_64/bin/
resize2fs
/bionic/libc/include/
unistd.h
214
extern int
isatty
(int __fd);
/bionic/libc/
libc.arm.brillo.map
535
isatty
;
libc.arm.map
535
isatty
;
libc.map.txt
537
isatty
;
libc.mips.map
533
isatty
;
libc.x86.map
531
isatty
;
/external/bzip2/
bzip2.c
[
all
...]
/external/chromium-trace/catapult/third_party/typ/typ/
arg_parser.py
207
rargs.overwrite = self._host.stdout.
isatty
() and not rargs.verbose
/external/fio/
eta.c
342
if (!
isatty
(STDOUT_FILENO) && (eta_print != FIO_ETA_ALWAYS))
/external/harfbuzz_ng/util/
ansi-print.cc
41
#include <unistd.h> /* for
isatty
() */
helper-cairo.cc
332
if (
isatty
(fileno (out_opts->get_file_handle ())))
/external/llvm/cmake/
config-ix.cmake
144
check_symbol_exists(
isatty
unistd.h HAVE_ISATTY)
/external/llvm/include/llvm/Config/
config.h.cmake
122
/* Define to 1 if you have the `
isatty
' function. */
config.h.in
134
/* Define to 1 if you have the `
isatty
' function. */
/external/llvm/utils/lit/lit/
ProgressBar.py
102
if not term_stream.
isatty
(): return
/external/ltrace/etc/
libc.so.conf
399
int
isatty
(int);
/libcore/luni/src/main/java/libcore/io/
Posix.java
98
public native boolean
isatty
(FileDescriptor fd);
method in class:Posix
/ndk/tests/
run-all.py
340
use_color = sys.stdin.
isatty
() and os.name != 'nt'
/prebuilts/gdb/darwin-x86/lib/python2.7/
fileinput.py
77
-
isatty
()
/prebuilts/gdb/linux-x86/lib/python2.7/
fileinput.py
77
-
isatty
()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
fileinput.py
77
-
isatty
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
fileinput.py
77
-
isatty
()
/external/autotest/site_utils/
generate_test_report
36
_STDOUT_IS_TTY = hasattr(sys.stdout, '
isatty
') and sys.stdout.
isatty
()
/external/dbus/tools/
dbus-launch.c
490
if (
isatty
(0))
502
verbose ("stdin
isatty
(), monitoring it\n");
Completed in 1150 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>