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

/freebsd-current/contrib/llvm-project/lldb/source/Utility/
H A DTildeExpressionResolver.cpp58 struct passwd *user_entry;
61 while ((user_entry = getpwent()) != nullptr) {
62 StringRef ThisName(user_entry->pw_name);
/freebsd-current/usr.sbin/ac/
H A Dac.c62 struct user_entry { struct
63 SLIST_ENTRY(user_entry) next;
88 static SLIST_HEAD(, user_entry) Users = SLIST_HEAD_INITIALIZER(Users);
173 struct user_entry *up, *aup;
263 (int)sizeof(((struct user_entry *)0)->user), user,
270 struct user_entry *lp;
282 struct user_entry *up;
/freebsd-current/sys/powerpc/aim/
H A Dslb.c594 struct slb *user_entry; local
604 user_entry = user_va_to_slb_entry(pm, addr);
606 if (user_entry == NULL) {
615 if (pm->pm_slb[i] == user_entry)
619 slb_insert_user(pm, user_entry);

Completed in 169 milliseconds