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

/illumos-gate/usr/src/cmd/login/
H A Dlogin.c161 #define SUBLOGIN "<!sublogin>"
396 int sublogin; local
435 sublogin = 0;
437 sublogin = 1;
592 update_utmpx_entry(sublogin);
2007 update_utmpx_entry(int sublogin) argument
2019 * If we're not a sublogin then
2021 * entry we are updating, otherwise if its a sublogin the flags
2073 ((sublogin && strncmp(u->ut_line, ttyntail,
2088 if (!sublogin) {
[all...]

Completed in 59 milliseconds