Home
last modified time | relevance | path

Searched refs:getspnam (Results 1 – 18 of 18) sorted by relevance

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dpwdauth.c57 if (spwp = getspnam(name)) in pwdauth()
/titanic_41/usr/src/cmd/getent/
H A Ddogetsp.c54 sp = getspnam(*list); in dogetsp()
/titanic_41/usr/src/head/
H A Dshadow.h90 extern struct spwd *getspnam(const char *); /* MT-unsafe */
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetspent.c67 getspnam(const char *nam) in getspnam() function
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-passwd.c175 spw = getspnam(pw->pw_name); in auth_password()
H A Dauth.c101 spw = getspnam(pw->pw_name); in allowed_user()
/titanic_41/usr/src/cmd/passmgmt/
H A Dpassmgmt.c864 if (!getspnam(pw_ptr1p->pw_name)) in main()
879 if (!getspnam(lognamp)) in main()
898 if (!getspnam(lognamp)) in main()
968 if (getspnam(lognamp) != NULL) in main()
/titanic_41/usr/src/cmd/keyserv/
H A Dnewkey.c357 spw = getspnam(pw->pw_name);
H A Dchkey.c1168 if ((spw = getspnam(pw->pw_name)) == 0) { in main()
/titanic_41/usr/src/cmd/logins/
H A Dlogins.c683 if ((psp = getspnam(dp->loginID)) == NULL) { in applypasswd()
809 if (psp = getspnam(pwent->pw_name)) { in hasnopasswd()
/titanic_41/usr/src/man/man3c/
H A DMakefile179 getspnam.3c \
1707 endspent.3c := LINKSRC = getspnam.3c
1708 fgetspent.3c := LINKSRC = getspnam.3c
1709 fgetspent_r.3c := LINKSRC = getspnam.3c
1710 getspent.3c := LINKSRC = getspnam.3c
1711 getspent_r.3c := LINKSRC = getspnam.3c
1712 getspnam_r.3c := LINKSRC = getspnam.3c
1713 setspent.3c := LINKSRC = getspnam.3c
/titanic_41/usr/src/cmd/sulogin/
H A Dsulogin.c263 if ((shpw = getspnam("root")) == NULL) { in main()
/titanic_41/usr/src/lib/c_synonyms/
H A Dsyn_common386 getspnam
/titanic_41/usr/src/pkg/manifests/
H A Dsystem-library.man3c.inc174 file path=usr/share/man/man3c/getspnam.3c
730 link path=usr/share/man/man3c/endspent.3c target=getspnam.3c
755 link path=usr/share/man/man3c/fgetspent.3c target=getspnam.3c
756 link path=usr/share/man/man3c/fgetspent_r.3c target=getspnam.3c
809 link path=usr/share/man/man3c/getspent.3c target=getspnam.3c
810 link path=usr/share/man/man3c/getspent_r.3c target=getspnam.3c
811 link path=usr/share/man/man3c/getspnam_r.3c target=getspnam.3c
1181 link path=usr/share/man/man3c/setspent.3c target=getspnam.3c
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rshd.c726 shpwd = getspnam(locuser); in doit()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dauth.c1340 spwd = getspnam(user);
/titanic_41/usr/src/lib/libc/port/
H A Dmapfile-vers1743 getspnam;
H A Dllib-lc543 struct spwd *getspnam(const char *name);