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

/xsrc/external/mit/xdm/dist/greeter/
H A DLoginP.h133 Boolean allow_null_passwd; /* allow null password on login */ member in struct:__anon442719ed0208
H A Dverify.c179 if (!greet->allow_null_passwd && strlen(greet->password) == 0) {
355 if(!greet->allow_null_passwd || strlen(p->pw_passwd) > 0) {
H A Dgreet.c483 (char *) &(greet->allow_null_passwd));
559 if (!greet->allow_null_passwd) {
H A DLogin.c222 offset(allow_null_passwd), XtRImmediate, (XtPointer) False},
/xsrc/external/mit/xdm/dist/include/
H A Ddm.h273 Boolean allow_null_passwd; /* allow null password on login */ member in struct:greet_info

Completed in 8 milliseconds