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

/freebsd-current/usr.bin/login/
H A Dlogin.c856 static volatile int motdinterrupt; variable
860 motdinterrupt = 1;
875 motdinterrupt = 0;
880 while ((ch = fgetc(f)) != EOF && !motdinterrupt)

Completed in 59 milliseconds