OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:userhostarg
(Results
1 - 1
of
1
) sorted by null
/external/dropbear/
cli-runopts.c
36
static void parsehostname(char*
userhostarg
);
320
/* Parses a [user@]hostname argument.
userhostarg
is the argv[i] corresponding
326
char *
userhostarg
= NULL;
local
329
userhostarg
= m_strdup(orighostarg);
331
cli_opts.remotehost = strchr(
userhostarg
, '@');
335
cli_opts.remotehost =
userhostarg
;
339
cli_opts.username =
userhostarg
;
Completed in 27 milliseconds