Home
last modified time | relevance | path

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

/netbsd-src/sbin/init/
H A Dinit.c660 char altshell[128]; in single_user() local
719 if (fgets(altshell, sizeof(altshell), stdin) == NULL) { in single_user()
720 altshell[0] = '\0'; in single_user()
725 if ((p = strchr(altshell, '\n')) != NULL) in single_user()
729 if (altshell[0]) in single_user()
730 shell = altshell; in single_user()
749 if (altshell[0]) in single_user()
750 argv[0] = altshell; in single_user()