Searched refs:altshell (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/init/
H A Dinit.c873 char altshell[128]; local
925 char *cp = altshell;
933 num != 0 && *cp != '\n' && cp < &altshell[127])
936 if (altshell[0] != '\0')
937 shell = altshell;

Completed in 55 milliseconds