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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetusershell.c26 #define SHELLS "/etc/shells"
29 * Do not add local shells here. They should be added in /etc/shells
31 * Do not add restricted shells:
35 * - by default, ftp in is allowed only for shells returned by
93 static char **shells, *strings; variable
98 * Get a list of shells from SHELLS, if it exists.
117 if (shells != NULL)
118 (void) free((char *)shells);
119 shells
[all...]

Completed in 35 milliseconds