OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isatty
(Results
51 - 75
of
275
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt
614
isatty
/development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt
623
isatty
/external/qemu/
curses.c
343
if (!
isatty
(1)) {
/libcore/luni/src/main/java/libcore/io/
Os.java
68
public boolean
isatty
(FileDescriptor fd);
method in interface:Os
Posix.java
70
public native boolean
isatty
(FileDescriptor fd);
method in class:Posix
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse-simple.so
libpulse-simple.so.0
libpulse-simple.so.0.0
libpulse-simple.so.0.0.1
/external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h
243
// namespace (read, write, close, chdir,
isatty
, stat). We do not currently
[
all
...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h
[
all
...]
/external/libpng/contrib/gregbook/
wpng.c
109
# include <io.h> /* for
isatty
(), setmode() prototypes */
125
# include <unistd.h> /* for
isatty
() prototype */
301
if (
isatty
(0)) {
/external/webkit/Tools/android/flex-2.5.4a/
flex.skl
1182
extern int
isatty
YY_PROTO(( int ));
1195
extern "C" int
isatty
YY_PROTO(( int ));
1212
b->yy_is_interactive = file ? (
isatty
( fileno(file) ) > 0) : 0;
[
all
...]
skel.c
[
all
...]
/external/chromium/chrome/browser/diagnostics/
diagnostics_main.cc
144
use_color_ =
isatty
(STDOUT_FILENO);
/external/e2fsprogs/debugfs/
util.c
85
if (!
isatty
(1))
/external/llvm/cmake/
config-ix.cmake
97
check_function_exists(
isatty
HAVE_ISATTY)
/external/llvm/utils/lit/lit/
ProgressBar.py
98
if not term_stream.
isatty
(): return
/system/core/sh/
miscbltin.c
112
if (prompt &&
isatty
(0)) {
/external/dbus/tools/
dbus-launch.c
449
if (
isatty
(0))
455
verbose ("stdin
isatty
(), monitoring it\n");
/external/libvpx/
vpxdec.c
38
#define
isatty
_isatty
macro
875
if(!outfile_pattern &&
isatty
(fileno(stdout)) && !do_md5 && !noblit)
[
all
...]
/external/bluetooth/bluez/tools/
lexer.c
489
/* Nasty workaround, but flex defines
isatty
() twice */
[
all
...]
/external/bzip2/
bzip2.c
[
all
...]
/external/openssl/crypto/bio/
bss_file.c
347
if (
isatty
(fd) <= 0)
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libmudflap.so
Completed in 1527 milliseconds
1
2
3
4
5
6
7
8
9
10
11