Searched defs:shells (Results 1 - 1 of 1) sorted by relevance

/external/dropbear/
H A Dcompat.c86 static char **curshell, **shells, *strings; variable
204 * Get a list of shells from /etc/shells, if it exists.
219 if (shells != NULL)
220 free(shells);
221 shells = NULL;
240 if (shells != NULL)
241 free(shells);
242 shells = NULL;
246 if ((fp = fopen("/etc/shells", "r
[all...]

Completed in 105 milliseconds