OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allowed_providers
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
ssh-agent.c
173
static char *
allowed_providers
;
variable
1389
allowed_providers
, 0) != 1) {
1582
if (match_pattern_list(canonical_provider,
allowed_providers
, 0) != 1) {
2185
" [-O option] [-P
allowed_providers
] [-t life]\n"
2187
" [-P
allowed_providers
] [-t life] command [arg ...]\n"
2282
if (
allowed_providers
!= NULL)
2284
allowed_providers
= xstrdup(optarg);
2334
if (
allowed_providers
== NULL)
2335
allowed_providers
= xstrdup(DEFAULT_ALLOWED_PROVIDERS);
Completed in 26 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026