/titanic_41/usr/src/lib/libast/common/string/ |
H A D | struid.c | 31 __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 D | strgid.c | 31 __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 D | sun_solaris_cr_6807179_shellpattern_uses_getpwnam.sh | 69 [[ "$( < "${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 D | getpwinfo.c | 31 extern struct passwd *getpwuid(), *getpwnam(); 55 pwd = getpwnam(login_name); 88 if ((pwd = getpwnam(name)) == NULL) {
|
/titanic_41/usr/src/cmd/mailx/ |
H A D | getname.c | 46 extern struct passwd *getpwnam(); 89 pw = getpwnam(name); in getuserid()
|
H A D | temp.c | 48 extern struct passwd *getpwnam();
|
/titanic_41/usr/src/cmd/acct/lib/ |
H A D | namtouid.c | 53 struct passwd *getpwnam(), *pp; 60 if ((pp = getpwnam(ntmp)) == NULL)
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getpwnam.c | 32 #pragma weak _getpwnam = getpwnam 79 getpwnam(const char *nam) in getpwnam() function
|
/titanic_41/usr/src/cmd/groups/ |
H A D | groups.c | 54 extern struct passwd *getpwnam(); 88 if ((pw = getpwnam(*argv)) == NULL) { in main()
|
/titanic_41/usr/src/lib/passwdutil/ |
H A D | __set_authtoken_attr.c | 85 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.c | 53 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 D | chown.c | 56 struct passwd *getpwnam(); 123 if ((pwd = getpwnam(argv[0])) == NULL) in main()
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | pwd.h | 63 struct passwd *getpwnam(/* char *name */);
|
/titanic_41/usr/src/lib/libbsm/common/ |
H A D | audit_rshd.c | 114 pwd = getpwnam(locuser); in generate_record() 207 pwd = getpwnam(locuser); in setup_session()
|
/titanic_41/usr/src/cmd/mail/ |
H A D | islocal.c | 54 if ((pwd_ptr = getpwnam(user)) == NULL) { in islocal()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | pwdauth.c | 59 else if (pwp = getpwnam(name)) in pwdauth()
|
/titanic_41/usr/src/lib/nsswitch/ad/ |
H A D | Makefile.com | 30 OBJECTS = getpwnam.o getspent.o getgrent.o ad_common.o
|
/titanic_41/usr/src/lib/libbc/inc/5include/ |
H A D | pwd.h | 84 struct passwd *getpwnam(/* char *name */);
|
/titanic_41/usr/src/cmd/getent/ |
H A D | dogetpw.c | 64 pwp = getpwnam(*list); in dogetpw()
|
/titanic_41/usr/src/cmd/lp/lib/lp/ |
H A D | getname.c | 77 || !(p = getpwnam(l)) in getname()
|
H A D | files.c | 240 if (!(ppw = getpwnam(LPUSER))) in chown_lppath() 241 ppw = getpwnam(ROOTUSER); in chown_lppath()
|
/titanic_41/usr/src/cmd/svr4pkg/pkginstall/ |
H A D | reqexec.c | 341 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 D | pname_to_uid.c | 86 if (pw = getpwnam(lname))
|
/titanic_41/usr/src/test/zfs-tests/cmd/chg_usr_exec/ |
H A D | chg_usr_exec.c | 58 if ((ppw = getpwnam(plogin)) == NULL) { in main()
|
/titanic_41/usr/src/lib/nsswitch/nis/ |
H A D | Makefile.com | 46 getpwnam.o \
|