Searched refs:passwd_adjunct (Results 1 – 3 of 3) sorted by relevance
59 struct passwd_adjunct _apwadj;78 static struct passwd_adjunct *interpret(char *, int);79 static struct passwd_adjunct *interpretwithsave(char *, int,80 struct passwd_adjunct *);81 static struct passwd_adjunct *save(struct passwd_adjunct *);82 static struct passwd_adjunct *getnamefromyellow(char *,83 struct passwd_adjunct *);84 static int matchname(char [], struct passwd_adjunct **, char *);85 static int onminuslist(struct passwd_adjunct *);102 struct passwd_adjunct *[all …]
32 struct passwd_adjunct { /* see getpwaent(3) */ struct44 struct passwd_adjunct *getpwaent(), *getpwauid(), *getpwanam(); argument
107 struct passwd_adjunct *spw; in auth_password()