Home
last modified time | relevance | path

Searched refs:getpwnam (Results 1 – 25 of 167) sorted by relevance

1234567

/titanic_41/usr/src/lib/libast/common/string/
H A Dstruid.c31 __STDPP__directive pragma pp:hide getpwnam getpwuid
33 #define getpwnam ______getpwnam
42 __STDPP__directive pragma pp:nohide getpwnam getpwuid
44 #undef getpwnam
48 extern struct passwd* getpwnam(const char*);
82 if (pw = getpwnam(name)) in struid()
93 else if (streq(name, "root") && (pw = getpwnam("Administrator"))) in struid()
H A Dstrgid.c31 __STDPP__directive pragma pp:hide getgrgid getgrnam getpwnam
35 #define getpwnam ______getpwnam
44 __STDPP__directive pragma pp:nohide getgrgid getgrnam getpwnam
48 #undef getpwnam
53 extern struct passwd* getpwnam(const char*);
90 else if (pw = getpwnam(name)) in strgid()
105 else if (pw = getpwnam("Administrator")) in strgid()
/titanic_41/usr/src/lib/libshell/common/tests/
H A Dsun_solaris_cr_6807179_shellpattern_uses_getpwnam.sh69 [[ "$( < "${tmpfile}")" != *getpwnam* ]] || err_exit "truss log reports the use of getpwnam() for p…
75 [[ "$( < "${tmpfile}")" != *getpwnam* ]] || err_exit "truss log reports the use of getpwnam() for p…
83 [[ "$( < "${tmpfile}" )" == *getpwnam* ]] || err_exit "truss log reports the use of getpwnam() for …
/titanic_41/usr/src/cmd/bnu/
H A Dgetpwinfo.c31 extern struct passwd *getpwuid(), *getpwnam();
55 pwd = getpwnam(login_name);
88 if ((pwd = getpwnam(name)) == NULL) {
/titanic_41/usr/src/cmd/mailx/
H A Dgetname.c46 extern struct passwd *getpwnam();
89 pw = getpwnam(name); in getuserid()
H A Dtemp.c48 extern struct passwd *getpwnam();
/titanic_41/usr/src/cmd/acct/lib/
H A Dnamtouid.c53 struct passwd *getpwnam(), *pp;
60 if ((pp = getpwnam(ntmp)) == NULL)
/titanic_41/usr/src/lib/libc/port/gen/
H A Dgetpwnam.c32 #pragma weak _getpwnam = getpwnam
79 getpwnam(const char *nam) in getpwnam() function
/titanic_41/usr/src/cmd/groups/
H A Dgroups.c54 extern struct passwd *getpwnam();
88 if ((pw = getpwnam(*argv)) == NULL) { in main()
/titanic_41/usr/src/lib/passwdutil/
H A D__set_authtoken_attr.c85 if (rops[i]->getpwnam) { in __set_authtoken_attr()
86 err = rops[i]->getpwnam(name, items, rep, &buf); in __set_authtoken_attr()
H A D__failed_count.c53 if ((ret = ops->getpwnam(username, items, NULL, &buf)) != PWU_SUCCESS) { in __incr_failed_count()
112 if ((ret = ops->getpwnam(username, items, NULL, &buf)) != PWU_SUCCESS) in __rst_failed_count()
/titanic_41/usr/src/ucbcmd/chown/
H A Dchown.c56 struct passwd *getpwnam();
123 if ((pwd = getpwnam(argv[0])) == NULL) in main()
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dpwd.h63 struct passwd *getpwnam(/* char *name */);
/titanic_41/usr/src/lib/libbsm/common/
H A Daudit_rshd.c114 pwd = getpwnam(locuser); in generate_record()
207 pwd = getpwnam(locuser); in setup_session()
/titanic_41/usr/src/cmd/mail/
H A Dislocal.c54 if ((pwd_ptr = getpwnam(user)) == NULL) { in islocal()
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dpwdauth.c59 else if (pwp = getpwnam(name)) in pwdauth()
/titanic_41/usr/src/lib/nsswitch/ad/
H A DMakefile.com30 OBJECTS = getpwnam.o getspent.o getgrent.o ad_common.o
/titanic_41/usr/src/lib/libbc/inc/5include/
H A Dpwd.h84 struct passwd *getpwnam(/* char *name */);
/titanic_41/usr/src/cmd/getent/
H A Ddogetpw.c64 pwp = getpwnam(*list); in dogetpw()
/titanic_41/usr/src/cmd/lp/lib/lp/
H A Dgetname.c77 || !(p = getpwnam(l)) in getname()
H A Dfiles.c240 if (!(ppw = getpwnam(LPUSER))) in chown_lppath()
241 ppw = getpwnam(ROOTUSER); in chown_lppath()
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/
H A Dreqexec.c341 if ((pwp = getpwnam(CHK_USER)) != (struct passwd *)NULL) { in do_exec()
344 } else if ((pwp = getpwnam(alt_user)) != (struct passwd *)NULL) { in do_exec()
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dpname_to_uid.c86 if (pw = getpwnam(lname))
/titanic_41/usr/src/test/zfs-tests/cmd/chg_usr_exec/
H A Dchg_usr_exec.c58 if ((ppw = getpwnam(plogin)) == NULL) { in main()
/titanic_41/usr/src/lib/nsswitch/nis/
H A DMakefile.com46 getpwnam.o \

1234567