Searched refs:getpwuid (Results 1 - 25 of 38) sorted by relevance
12
/osnet-11/usr/src/lib/libast/common/string/ |
H A D | struid.c | 31 __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)) 98 if (*e || !getpwuid(id))
|
H A D | fmtuid.c | 31 __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))
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/User/ |
H A D | pwent.t | 10 eval { my @n = getpwuid 0 }; 12 unless ($haspw) { print "1..0 # Skip: no getpwuid\n"; exit 0 } 21 # On VMS getpwuid(0) may return [$gid,0] UIC info (which may not exist). 24 our @pwent = getpwuid $uid; # This is the function getpwuid. 34 my $pwent = getpwuid $uid; # This is the OO getpwuid.
|
/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getpwnam.c | 33 #pragma weak _getpwuid = getpwuid 70 getpwuid(uid_t uid) function
|
/osnet-11/usr/src/cmd/sendmail/aux/ |
H A D | mailq.c | 42 struct passwd *pw = getpwuid(getuid());
|
H A D | praliases.c | 77 pw = getpwuid(RealUid);
|
H A D | editmap.c | 124 pw = getpwuid(RealUid);
|
H A D | makemap.c | 127 pw = getpwuid(RealUid);
|
H A D | vacation.c | 212 pw = getpwuid(getuid()); 1063 pw = getpwuid(getuid());
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/t/ |
H A D | netrc.t | 25 local (*CORE::GLOBAL::getpwuid, *CORE::GLOBAL::stat); 27 *CORE::GLOBAL::getpwuid = sub ($) {
|
/osnet-11/usr/src/lib/pam_modules/sample/ |
H A D | sample_acct_mgmt.c | 83 pw = getpwuid(uid);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
H A D | pwent.t | 6 eval {my @n = getpwuid 0; setpwent()}; 112 @n = getpwuid($uid_s); 150 # with the results of getpwuid() and getpwnam() call. If it finds no
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | id.c | 253 if (*s || !(pw = getpwuid(user))) 284 name = (pw = getpwuid(user)) ? pw->pw_name : (char*)0; 332 putid(sp, flags, " euid", (pw = getpwuid(euid)) ? pw->pw_name : (char*)0, euid);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/t/ |
H A D | basic.t | 49 ($name, $home) = (getpwuid($>))[0,7];
|
/osnet-11/usr/src/lib/policykit/libpolkit/common/ |
H A D | libpolkit-rbac.c | 138 if ((pw = getpwuid (uid)) == NULL) {
|
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/ |
H A D | File.xs | 80 if ((pwent = getpwuid(uid)) == NULL) {
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
H A D | Functions.t | 149 getpwuid, setgrent, setpwent
|
/osnet-11/usr/src/lib/pyzfs/common/ |
H A D | userspace.py | 73 (0, 0): ("POSIX User", lambda id: pwd.getpwuid(int(id)).pw_name) 82 # python's getpwuid/getgrgid is confused by ephemeral uids
|
H A D | allow.py | 72 name = pwd.getpwuid(int(ws)).pw_name
|
/osnet-11/usr/src/lib/libexacct/demo/ |
H A D | exdump.c | 305 if ((pwd = getpwuid(uid)) != NULL)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | reentr.c | 444 retptr = getpwuid(uid); break;
|
/osnet-11/usr/src/cmd/sendmail/include/sm/ |
H A D | conf.h | 1324 extern struct passwd *getpwuid(); 1628 extern struct passwd *getpwent(), *getpwnam(), *getpwuid(); 1881 # define getpwuid sendmail_mpe_getpwuid macro
|
/osnet-11/usr/src/lib/libpkg/common/ |
H A D | ncgrpw.c | 363 (pwd = getpwuid(uid)) != NULL) {
|
/osnet-11/usr/src/lib/libgss/ |
H A D | gssd_pname_to_uid.c | 457 if ((pw = getpwuid(uid)) == NULL)
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/File/Glob/ |
H A D | bsd_glob.c | 78 struct passwd *getpwuid(Uid_t); 565 if ((pwd = getpwuid(getuid())) == NULL)
|
Completed in 89 milliseconds
12