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

/freebsd-9.3-release/lib/libutil/
H A Dlogin_cap.h33 #define LOGIN_MECLASS "me" macro
H A Dlogin_cap.c178 * If the name given is LOGIN_MECLASS and
183 * is looked up using LOGIN_MECLASS, too, which is a bug.
203 me = (name != NULL && strcmp(name, LOGIN_MECLASS) == 0);
348 return login_getclassbyname(LOGIN_MECLASS, pwd);

Completed in 54 milliseconds