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

/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dk_getpwnam.c50 struct spwd *spwd; local
52 spwd = getspnam (user);
53 if (spwd)
54 p->pw_passwd = spwd->sp_pwdp;
H A Dk_getpwuid.c50 struct spwd *spwd; local
52 spwd = getspnam (p->pw_name);
53 if (spwd)
54 p->pw_passwd = spwd->sp_pwdp;
/macosx-10.9.5/Heimdal-323.92.1/appl/login/
H A Dlogin-protos.h19 const struct spwd */*sp*/);
H A Dshadow.c64 check_shadow(const struct passwd *pw, const struct spwd *sp)
H A Dlogin_locl.h148 struct spwd;
H A Dlogin.c318 struct spwd *sp;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/pwcheck/
H A Dpwcheck_getspnam.c34 struct spwd *pwd;
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dauth-shadow.c56 auth_shadow_acctexpired(struct spwd *spw)
90 struct spwd *spw = NULL;
H A Dauth.h142 int auth_shadow_acctexpired(struct spwd *);
H A Dauth.c102 struct spwd *spw = NULL;
H A Dconfigure16364 struct spwd sp;
/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dxcrypt.c95 struct spwd *spw = getspnam(pw->pw_name);
/macosx-10.9.5/procmail-14/procmail/src/
H A Dauthenticate.c107 ;{ struct spwd*spwd; local
108 if(spwd=getspnam(pass->pw->pw_name)) /* any shadow password? */
109 rpw=spwd->sp_pwdp; /* override the regular one */
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/saslauthd/
H A Dauth_shadow.c107 struct spwd *sp; /* return from getspnam_r() */
112 struct spwd spbuf;
/macosx-10.9.5/sudo-72/src/
H A Dgetspwuid.c111 struct spwd *spw;
/macosx-10.9.5/ppp-727.90.1/Helpers/pppd/
H A Dauth.c1787 struct spwd *spwd;
1788 struct spwd *getspnam();
1797 spwd = getspnam(user);
1799 if (spwd) {
1803 if ((spwd->sp_expire > 0 && now >= spwd->sp_expire)
1804 || ((spwd->sp_max >= 0 && spwd->sp_max < 10000)
1805 && spwd
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/liblutil/
H A Dpasswd.c996 struct spwd *spwd = getspnam(passwd->bv_val); local
998 if(spwd != NULL) {
999 pw = spwd->sp_pwdp;
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.os.h514 extern struct spwd *getspnam(), *getspent();
/macosx-10.9.5/Heimdal-323.92.1/appl/su/
H A Dsu.c403 { struct spwd *sp;
/macosx-10.9.5/ipsec-258.100.1/ipsec-tools/racoon/
H A Disakmp_xauth.c427 struct spwd *spw;
/macosx-10.9.5/Heimdal-323.92.1/appl/rsh/
H A Drshd.c735 struct spwd *sp;
/macosx-10.9.5/screen-22/screen/
H A Dacls.c503 struct spwd *ss;
H A Dscreen.c289 struct spwd *sss = NULL;
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dauth.c815 struct spwd *spw; /* Shadow password data */
/macosx-10.9.5/Heimdal-323.92.1/
H A Dconfigure22109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for struct spwd" >&5
22110 $as_echo_n "checking for struct spwd... " >&6; }
22125 struct spwd foo;

Completed in 405 milliseconds