OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:startup_pipes
(Results
1 - 1
of
1
) sorted by null
/external/openssh/
sshd.c
236
int *
startup_pipes
= NULL;
variable
280
if (
startup_pipes
)
282
if (
startup_pipes
[i] != -1)
283
close(
startup_pipes
[i]);
1110
startup_pipes
= xcalloc(options.max_startups, sizeof(int));
1112
startup_pipes
[i] = -1;
1129
if (
startup_pipes
[i] != -1)
1130
FD_SET(
startup_pipes
[i], fdset);
1152
if (
startup_pipes
[i] != -1 &&
1153
FD_ISSET(
startup_pipes
[i], fdset))
[
all
...]
Completed in 141 milliseconds