OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_parse_options
(Results
1 - 3
of
3
) sorted by null
/external/openssh/
auth-options.h
36
int
auth_parse_options
(struct passwd *, char *, char *, u_long);
auth2-pubkey.c
602
if (
auth_parse_options
(pw, line_opts,
815
if (
auth_parse_options
(pw, key_options, file,
855
if (
auth_parse_options
(pw, key_options, file,
auth-options.c
122
auth_parse_options
(struct passwd *pw, char *opts, char *file, u_long linenum)
function
601
* options so this must be called after
auth_parse_options
().
Completed in 190 milliseconds