HomeSort by: relevance | last modified time | path
    Searched defs:altshell (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/init/
init.c 650 #ifdef ALTSHELL
659 #ifdef ALTSHELL
660 char altshell[128]; local in function:single_user
661 #endif /* ALTSHELL */
716 #ifdef ALTSHELL
719 if (fgets(altshell, sizeof(altshell), stdin) == NULL) {
720 altshell[0] = '\0';
725 if ((p = strchr(altshell, '\n')) != NULL)
729 if (altshell[0]
    [all...]

Completed in 11 milliseconds