Home
last modified time | relevance | path

Searched refs:pw_next (Results 1 – 8 of 8) sorted by relevance

/dports/net/nss_ldap/nss_ldap-265/
H A Dirs-pwd.c32 IRS_EXPORT struct passwd *pw_next (struct irs_pw *);
70 pw_next (struct irs_pw *this) in pw_next() function
112 pw->next = pw_next; in pw_pvtinit()
H A Dexports.aix53 pw_next
/dports/dns/libbind/libbind-6.0/irs/
H A Ddns_pw.c61 static struct passwd * pw_next(struct irs_pw *);
100 pw->next = pw_next; in irs_dns_pw()
135 pw_next(struct irs_pw *this) { in pw_next() function
H A Dirp_pw.c65 static struct passwd * pw_next(struct irs_pw *);
95 pw->next = pw_next; in irs_irp_pw()
129 pw_next(struct irs_pw *this) { in pw_next() function
H A Dgen_pw.c60 static struct passwd * pw_next(struct irs_pw *);
93 pw->next = pw_next; in irs_gen_pw()
114 pw_next(struct irs_pw *this) { in pw_next() function
H A Dnis_pw.c79 static struct passwd * pw_next(struct irs_pw *);
110 pw->next = pw_next; in irs_nis_pw()
134 pw_next(struct irs_pw *this) { in pw_next() function
H A Dlcl_pw.c108 static struct passwd * pw_next(struct irs_pw *);
138 pw->next = pw_next; in irs_lcl_pw()
165 pw_next(struct irs_pw *this) { in pw_next() function
/dports/multimedia/tvheadend/tvheadend-4.2.8/src/
H A Dwizard.c294 passwd_entry_t *pw, *pw_next; in login_changed() local
304 for (pw = TAILQ_FIRST(&passwd_entries); pw; pw = pw_next) { in login_changed()
305 pw_next = TAILQ_NEXT(pw, pw_link); in login_changed()