OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:num_send_env
(Results
1 - 4
of
4
) sorted by null
/external/openssh/
readconf.h
116
int
num_send_env
;
member in struct:__anon24071
readconf.c
894
if (options->
num_send_env
>= MAX_SEND_ENV)
897
options->send_env[options->
num_send_env
++] =
[
all
...]
clientloop.c
[
all
...]
mux.c
254
for (i = 0; i < options.
num_send_env
; i++)
[
all
...]
Completed in 529 milliseconds