OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdin
(Results
151 - 175
of
1207
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/
libssp.so.0.0.0
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
stdio.h
43
/* Read a character from
stdin
. */
47
return _IO_getc (
stdin
);
73
return _IO_getc_unlocked (
stdin
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/lib/
libssp.so
libssp.so.0
libssp.so.0.0.0
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h
43
/* Read a character from
stdin
. */
47
return _IO_getc (
stdin
);
73
return _IO_getc_unlocked (
stdin
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
stdio.h
43
/* Read a character from
stdin
. */
47
return _IO_getc (
stdin
);
73
return _IO_getc_unlocked (
stdin
);
/external/openssh/
clientloop.c
117
/* Flag indicating that
stdin
should be redirected from /dev/null. */
155
static Buffer stdin_buffer; /* Buffer for
stdin
data. */
199
/* Restores
stdin
to blocking mode. */
205
unset_nonblock(fileno(
stdin
));
210
/* Puts
stdin
terminal in non-blocking mode. */
216
set_nonblock(fileno(
stdin
));
407
* an EOF coming on
stdin
. We must check this explicitly, as select() does
423
* way we will get the EOF if
stdin
comes from /dev/null or similar.
426
/* Fake EOF on
stdin
. */
434
/* Check for immediate EOF on
stdin
. *
[
all
...]
serverloop.c
90
static Buffer stdin_buffer; /* Buffer for
stdin
data. */
93
static int fdin; /* Descriptor for
stdin
(for writing) */
97
static long stdin_bytes = 0; /* Number of bytes written to
stdin
. */
313
* buffered
stdin
or channel data.
462
* Sends data from internal buffers to client program
stdin
.
472
/* Write buffered data to program
stdin
. */
546
* the client and the program. Note that the notion of
stdin
, stdout, and
548
*
stdin
(of the child program), and reads from stdout and stderr (of the
716
/* Process output to the client and to program
stdin
. */
729
debug("End of interactive session;
stdin
%ld, stdout (read %ld, sent %ld), stderr %ld bytes."
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
chromium_unittest.py
62
# We reset
stdin
, so we should expect
stdin
.getValue = ""
64
self.driver._proc.
stdin
= StringIO.StringIO()
66
self.assertEqual(self.driver._proc.
stdin
.getvalue(), expected_stdin)
95
self.driver._proc.
stdin
= StringIO.StringIO()
/hardware/invensense/libsensors_iio/software/simple_apps/gesture_test/
inv_gesture_test.c
120
static const int
STDIN
= 0;
126
tcgetattr(
STDIN
, &term);
128
tcsetattr(
STDIN
, TCSANOW, &term);
129
setbuf(
stdin
, NULL);
134
ioctl(
STDIN
, FIONREAD, &bytesWaiting);
/external/chromium/sdch/open-vcdiff/src/
vcdiff_test.sh
73
# vcdiff using
stdin
/stdout. Verify that output file matches target file
78
|| { echo "Encode using
stdin
/stdout failed"; \
83
|| { echo "Decode using
stdin
/stdout failed"; \
93
# vcdiff with mixed
stdin
/stdout.
302
# Using -buffersize=1 with
stdin
/stdout means that vcdiff
309
|| { echo "Encode using
stdin
/stdout with -buffersize=1 failed"; \
316
|| { echo "Decode using
stdin
/stdout with -buffersize=1 failed"; \
vcdiff_main.cc
47
"Target file (default is
stdin
for encode, stdout for decode");
50
"
stdin
for decode");
90
// opened for reading only, not an input stream such as
stdin
. The function
163
// The filenames used for input and output. Will be empty if
stdin
176
// comes from
stdin
because no input file was specified, then the size of
199
if (input_file_ && (input_file_ !=
stdin
)) {
259
_setmode(_fileno(
stdin
), _O_BINARY);
261
*file =
stdin
;
312
// Read from file or
stdin
623
// and --delta file arguments must be specified, rather than using
stdin
[
all
...]
/external/open-vcdiff/src/
vcdiff_test.sh
73
# vcdiff using
stdin
/stdout. Verify that output file matches target file
78
|| { echo "Encode using
stdin
/stdout failed"; \
83
|| { echo "Decode using
stdin
/stdout failed"; \
93
# vcdiff with mixed
stdin
/stdout.
302
# Using -buffersize=1 with
stdin
/stdout means that vcdiff
309
|| { echo "Encode using
stdin
/stdout with -buffersize=1 failed"; \
316
|| { echo "Decode using
stdin
/stdout with -buffersize=1 failed"; \
vcdiff_main.cc
47
"Target file (default is
stdin
for encode, stdout for decode");
50
"
stdin
for decode");
91
// opened for reading only, not an input stream such as
stdin
. The function
164
// The filenames used for input and output. Will be empty if
stdin
177
// comes from
stdin
because no input file was specified, then the size of
200
if (input_file_ && (input_file_ !=
stdin
)) {
260
_setmode(_fileno(
stdin
), _O_BINARY);
262
*file =
stdin
;
313
// Read from file or
stdin
627
// and --delta file arguments must be specified, rather than using
stdin
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/common/system/
executive.py
139
# capture their output and print out to
stdin
. Useful for things
318
"""Returns (
stdin
, string_to_communicate)"""
319
# FIXME: We should be returning /dev/null for
stdin
320
# or closing
stdin
after process creation to prevent
363
stdin
, string_to_communicate = self._compute_stdin(input)
367
stdin
=
stdin
,
/external/libpng/contrib/pngminus/
pnm2png.c
32
#define
STDIN
0
63
FILE *fp_rd =
stdin
;
103
else if (fp_rd ==
stdin
)
131
/* set
stdin
/stdout to binary, we're reading the PNM always! in binary format */
132
if (fp_rd ==
stdin
)
134
setmode (
STDIN
, O_BINARY);
/external/openssl/apps/
passwd.c
51
* -
stdin
- read passwords from
stdin
125
else if (strcmp(argv[i], "-
stdin
") == 0)
182
BIO_printf(bio_err, "-
stdin
read passwords from
stdin
\n");
205
BIO_set_fp(in,
stdin
, BIO_NOCLOSE);
/external/antlr/antlr-3.4/runtime/Python/antlr3/
main.py
42
self.
stdin
= sys.
stdin
130
self.
stdin
, encoding=options.encoding
/external/llvm/include/llvm/Support/
Program.h
47
/// invoked program will inherit the
stdin
, stdout, and stderr file
67
///< are not null, then the inferior process's
stdin
(0), stdout(1),
112
// These methods change the specified standard stream (
stdin
, stdout, or
/external/webkit/Source/WebKit/chromium/scripts/
jsmin.py
93
""" return the next character from
stdin
. Watch out for lookahead. If
226
minifier.input = sys.
stdin
229
sys.
stdin
.close()
/bionic/libc/tools/
genserv.py
69
services = parse(sys.
stdin
)
/development/tools/
make_key
63
-passout
stdin
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRInputStream.cs
40
* Useful for reading from
stdin
and specifying file encodings etc...
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRInputStream.cs
41
* Useful for reading from
stdin
and specifying file encodings etc...
Completed in 1172 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>