Home
last modified time | relevance | path

Searched refs:passwd_adjunct (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dgetpwaent.c59 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 …]
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dpwdadj.h32 struct passwd_adjunct { /* see getpwaent(3) */ struct
44 struct passwd_adjunct *getpwaent(), *getpwauid(), *getpwanam(); argument
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-passwd.c107 struct passwd_adjunct *spw; in auth_password()