OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:stdin_eof
(Results
1 - 3
of
3
) sorted by null
/ndk/sources/host-tools/make-3.81/w32/subproc/
sub_proc.c
685
bool_t
stdin_eof
= FALSE, stdout_eof = FALSE, stderr_eof = FALSE;
local
702
stdin_eof
= TRUE;
738
while (!
stdin_eof
|| !stdout_eof || !stderr_eof || !child_dead) {
740
if (!
stdin_eof
) {
772
stdin_eof
= TRUE;
/external/openssh/
clientloop.c
154
static int
stdin_eof
; /* EOF has been encountered on stderr. */
variable
428
stdin_eof
= 1;
442
stdin_eof
= 1;
483
if (
stdin_eof
&& buffer_len(&stdin_buffer) == 0) {
581
if (!
stdin_eof
&& packet_not_very_much_data_to_write())
1098
} else if (!
stdin_eof
) {
1108
stdin_eof
= 1;
[
all
...]
serverloop.c
101
static int
stdin_eof
= 0; /* EOF message received from client. */
variable
640
if (
stdin_eof
&& fdin != -1 && buffer_len(&stdin_buffer) == 0) {
927
stdin_eof
= 1;
[
all
...]
Completed in 102 milliseconds