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

/xsrc/external/mit/xterm/dist/
H A Dxstrings.h40 #define OkPasswd(p) ((p)->pw_name != NULL && (p)->pw_name[0] != 0) macro
H A Dxstrings.c236 if (ptr != NULL && OkPasswd(ptr)) {
256 if (ptr != NULL && OkPasswd(ptr)) {
H A Dmain.c4982 if (tslot > 0 && OkPasswd(&pw) && !resource.utmpInhibit &&
5086 if (geteuid() == 0 && OkPasswd(&pw)) {
5148 if (OkPasswd(&pw)) { /* SVR4 doesn't provide these */
5231 } else if ((!OkPasswd(&pw) && !x_getpwuid(screen->uid, &pw))
5302 if (xw->misc.login_shell && OkPasswd(&pw) && added_utmp_entry)

Completed in 9 milliseconds