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

/haiku-fatelf/src/apps/login/
H A DLoginView.cpp26 class PwdItem : public BStringItem { class in inherits:BStringItem
28 PwdItem(struct passwd *pwd, uint32 level = 0, function in class:PwdItem
39 virtual ~PwdItem() {};
147 PwdItem *item = dynamic_cast<PwdItem *>(
237 PwdItem *item = new PwdItem(pwd);

Completed in 82 milliseconds