OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getpwuid
(Results
1 - 25
of
167
) sorted by relevancy
1
2
3
4
5
6
7
/src/external/ibm-public/postfix/dist/src/util/
username.c
46
if ((pwd =
getpwuid
(uid)) == 0)
fullname.c
75
if ((pwd =
getpwuid
(uid)) == 0)
/src/usr.bin/mail/
getname.c
54
if ((pw =
getpwuid
(uid)) == NULL)
/src/crypto/external/bsd/heimdal/dist/lib/roken/
k_getpwuid.c
48
p =
getpwuid
(uid);
/src/crypto/external/bsd/openssh/dist/
sftp-server-main.c
47
if ((user_pw =
getpwuid
(getuid())) == NULL) {
/src/external/gpl2/gettext/dist/djgpp/
djpwd.h
36
struct passwd *
getpwuid
(uid_t _uid);
/src/usr.bin/skeyinfo/
skeyinfo.c
63
pw =
getpwuid
(uid);
/src/external/bsd/libarchive/dist/cpio/
cpio_windows.h
17
#define
getpwuid
(id) NULL
macro
/src/external/gpl3/gdb/dist/readline/readline/
shell.c
67
extern struct passwd *
getpwuid
(uid_t);
168
entry =
getpwuid
(getuid ());
/src/external/gpl3/gdb.old/dist/readline/readline/
shell.c
67
extern struct passwd *
getpwuid
PARAMS((uid_t));
168
entry =
getpwuid
(getuid ());
/src/lib/libc/compat/gen/
compat_getpwent.c
51
__warn_references(
getpwuid
,
52
"warning: reference to compatibility
getpwuid
(); include <pwd.h> to generate correct reference")
73
__weak_alias(
getpwuid
, _getpwuid)
98
getpwuid
(uid_t uid)
function
/src/usr.bin/id/
id.c
149
if (nflag && (pw =
getpwuid
(id)))
191
pw =
getpwuid
(rid = getuid());
200
if ((pw =
getpwuid
(eid)) != NULL)
228
if ((pw =
getpwuid
(uid)) != NULL)
236
if ((pw =
getpwuid
(euid)) != NULL)
347
if (*u && !*ep && (pw =
getpwuid
(id)))
/src/games/sail/
lo_main.c
103
if (longfmt && (pass =
getpwuid
(log.l_uid)) != NULL)
145
if (longfmt && (pass =
getpwuid
(log.l_uid)) != NULL)
main.c
87
pw =
getpwuid
(getuid());
/src/games/battlestar/
init.c
84
ptr =
getpwuid
(getuid());
/src/lib/libc/posix1e/
acl_id_to_name.c
57
* XXX NOT THREAD SAFE, RELIES ON
GETPWUID
, GETGRGID
74
p =
getpwuid
(id);
/src/usr.bin/at/
perm.c
94
if ((pentry =
getpwuid
(uid)) == NULL) {
/src/external/bsd/top/dist/
username.c
116
if ((pw =
getpwuid
(xuid)) != NULL)
/src/external/gpl3/gcc/dist/libgfortran/intrinsics/
getlog.c
94
struct passwd *pw =
getpwuid
(geteuid ());
/src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
getlog.c
94
struct passwd *pw =
getpwuid
(geteuid ());
/src/usr.bin/chpass/
chpass.c
160
pw =
getpwuid
(uid);
193
pw =
getpwuid
(uid);
/src/external/bsd/kyua-cli/dist/utils/
passwd_test.cpp
96
const struct ::passwd* pw = ::
getpwuid
(::getuid());
140
const struct ::passwd* pw = ::
getpwuid
(::getuid());
/src/external/gpl2/xcvs/dist/contrib/
rcslock.in
112
$login = getlogin || (
getpwuid
($<))[0] || "nobody";
/src/games/canfield/cfscores/
cfscores.c
81
pw =
getpwuid
(uid);
/src/games/snake/snscore/
snscore.c
102
p =
getpwuid
(uid);
Completed in 41 milliseconds
1
2
3
4
5
6
7
Indexes created Sun Mar 01 05:31:48 UTC 2026