Home
last modified time | relevance | path

Searched refs:getpwuid (Results 1 – 25 of 189) sorted by relevance

12345678

/titanic_44/usr/src/lib/libast/common/string/
H A Dstruid.c31 __STDPP__directive pragma pp:hide getpwnam getpwuid
34 #define getpwuid ______getpwuid
42 __STDPP__directive pragma pp:nohide getpwnam getpwuid
45 #undef getpwuid
49 extern struct passwd* getpwuid(uid_t);
90 if (!getpwuid(id)) in struid()
98 if (*e || !getpwuid(id)) in struid()
H A Dfmtuid.c31 __STDPP__directive pragma pp:hide getpwuid
33 #define getpwuid ______getpwuid
41 __STDPP__directive pragma pp:nohide getpwuid
43 #undef getpwuid
46 extern struct passwd* getpwuid(uid_t);
78 if (pw = getpwuid(uid)) in fmtuid()
/titanic_44/usr/src/cmd/oamuser/lib/
H A Dvuid.c41 struct passwd *getpwuid();
52 if( pptr ) *pptr = getpwuid( uid );
59 if( t_pptr = getpwuid( uid ) ) {
/titanic_44/usr/src/cmd/bnu/
H A Dgetpwinfo.c31 extern struct passwd *getpwuid(), *getpwnam();
61 if ((pwd = getpwuid(uid)) == NULL) {
62 if ((pwd = getpwuid(UUCPUID)) == NULL)
/titanic_44/usr/src/lib/libbc/libc/stdio/common/
H A Dcuserid.c33 extern struct passwd *getpwuid();
48 pw = getpwuid(getuid());
/titanic_44/usr/src/cmd/mailx/
H A Dgetname.c47 extern struct passwd *getpwuid();
66 pw = getpwuid(uid); in getname()
H A Dtemp.c49 extern struct passwd *getpwuid();
73 pwd = getpwuid(uid = myruid); in tinit()
/titanic_44/usr/src/cmd/acct/lib/
H A Duidtonam.c56 struct passwd *getpwuid();
63 if ((pp = getpwuid(uid)) == NULL)
/titanic_44/usr/src/lib/libc/port/gen/
H A Dgetpwnam.c33 #pragma weak _getpwuid = getpwuid
70 getpwuid(uid_t uid) in getpwuid() function
/titanic_44/usr/src/cmd/ssh/sftp-server/
H A Dsftp-server-main.c44 if ((user_pw = getpwuid(getuid())) == NULL) { in main()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dpwd.h62 struct passwd *getpwuid(/* uid_t uid */);
/titanic_44/usr/src/ucbcmd/whoami/
H A Dwhoami.c44 pp = getpwuid(euid); in main()
/titanic_44/usr/src/lib/libbc/inc/5include/
H A Dpwd.h83 struct passwd *getpwuid(/* uid_t uid */);
/titanic_44/usr/src/cmd/getent/
H A Ddogetpw.c63 ((pwp = getpwuid(uid)) == NULL)) { in dogetpw()
/titanic_44/usr/src/cmd/sendmail/aux/
H A Dmailq.c42 struct passwd *pw = getpwuid(getuid()); in main()
/titanic_44/usr/src/cmd/lp/lib/lp/
H A Dgetname.c80 if ((p = getpwuid(uid))) in getname()
/titanic_44/usr/src/lib/libcmd/common/
H A Did.c253 if (*s || !(pw = getpwuid(user))) in getids()
284 name = (pw = getpwuid(user)) ? pw->pw_name : (char*)0; in getids()
332 putid(sp, flags, " euid", (pw = getpwuid(euid)) ? pw->pw_name : (char*)0, euid); in getids()
/titanic_44/usr/src/lib/libbc/libc/compat/4.1/
H A Dgetpw.c37 pw = getpwuid(uid); in getpw()
/titanic_44/usr/src/cmd/tip/
H A Dlog.c37 if ((pwd = getpwuid(uid)) == NOPWD) in logent()
/titanic_44/usr/src/lib/libbc/libc/compat/sys5/
H A Dgetpw.c37 pw = getpwuid(uid); in getpw()
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dtildexpand.c57 pw = getpwuid(my_uid); in tilde_expand_filename()
/titanic_44/usr/src/cmd/cron/
H A Dpermit.c54 if ((nptr = getpwuid(uid)) == NULL) {
/titanic_44/usr/src/cmd/roles/
H A Droles.c80 if ((pw = getpwuid(getuid())) == NULL) { in show_roles()
/titanic_44/usr/src/cmd/vi/port/
H A Dexpreserve.c274 pp = getpwuid(H.Uid); in copyout()
403 struct passwd *pp = getpwuid(uid); in notify()
/titanic_44/usr/src/cmd/id/
H A Did.c311 if (nflag && (pw = getpwuid(uid)) != PWNULL) in puid()
360 if ((pwp = getpwuid(id)) != PWNULL) in prid()

12345678