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

/freebsd-10.0-release/usr.bin/login/
H A Dlogin.c837 static volatile int motdinterrupt; variable
841 motdinterrupt = 1;
856 motdinterrupt = 0;
858 while ((ch = fgetc(f)) != EOF && !motdinterrupt)
/freebsd-10.0-release/release/picobsd/tinyware/login/
H A Dpico-login.c951 volatile int motdinterrupt; variable
957 motdinterrupt = 1;
970 motdinterrupt = 0;
972 while ((nchars = read(fd, tbuf, sizeof(tbuf))) > 0 && !motdinterrupt)

Completed in 60 milliseconds