OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isatty
(Results
51 - 75
of
82
) sorted by null
1
2
3
4
/external/llvm/utils/lit/lit/
ProgressBar.py
98
if not term_stream.
isatty
(): return
/external/openssl/crypto/bio/
bss_file.c
347
if (
isatty
(fd) <= 0)
/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
/system/core/sh/
histedit.c
104
if (editing && !el &&
isatty
(0)) { /* &&
isatty
(2) ??? */
arith_lex.c
[
all
...]
jobs.c
157
if (
isatty
(i) && (ttyfd = dup(i)) != -1)
/external/llvm/lib/Support/
raw_ostream.cpp
596
if (S_ISCHR(statbuf.st_mode) &&
isatty
(FD))
/external/qemu/
arm-semi.c
287
gdb_do_syscall(arm_semi_cb, "
isatty
,%x", ARG(0));
290
return
isatty
(ARG(0));
/external/bluetooth/bluez/tools/
lexer.c
489
/* Nasty workaround, but flex defines
isatty
() twice */
[
all
...]
/external/libvpx/
vpxdec.c
38
#define
isatty
_isatty
macro
875
if(!outfile_pattern &&
isatty
(fileno(stdout)) && !do_md5 && !noblit)
[
all
...]
/external/dbus/tools/
dbus-launch.c
449
if (
isatty
(0))
455
verbose ("stdin
isatty
(), monitoring it\n");
/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)) {
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
unistd.h
745
extern int
isatty
(int __fd) __THROW;
[
all
...]
/external/e2fsprogs/e2fsck/
unix.c
650
if (
isatty
(0) &&
isatty
(1)) {
[
all
...]
/external/libpcap/
scanner.c
[
all
...]
/external/webkit/Tools/android/flex-2.5.4a/
initscan.c
[
all
...]
/external/mksh/src/
funcs.c
[
all
...]
/external/pcre/
pcretest.c
74
#ifndef
isatty
75
#define
isatty
_isatty /* This is what Windows calls them, I'm told, */
macro
592
if (
isatty
(fileno(f)))
[
all
...]
pcregrep.c
391
return
isatty
(fileno(stdout));
397
return
isatty
(fileno(f));
[
all
...]
/external/dropbear/
scp.c
394
if (!
isatty
(STDERR_FILENO))
/external/elfutils/src/
ldlex.c
[
all
...]
/external/ppp/pppd/
tty.c
418
if (!
isatty
(0) || (p = ttyname(0)) == NULL) {
[
all
...]
/bionic/libc/
Android.mk
29
unistd/
isatty
.c \
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc
112
#define
isatty
_isatty
macro
[
all
...]
Completed in 708 milliseconds
1
2
3
4