Home
last modified time | relevance | path

Searched refs:loadidentityfile (Results 1 – 1 of 1) sorted by relevance

/external/dropbear/
Dcli-runopts.c38 static void loadidentityfile(const char* filename);
118 loadidentityfile(argv[i]); in cli_getopts()
163 loadidentityfile(&argv[i][2]); in cli_getopts()
295 static void loadidentityfile(const char* filename) { in loadidentityfile() function