Home
last modified time | relevance | path

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

12

/external/e2fsprogs/include/nonunix/
Dpwd.h21 #define getpwuid(i) NULL macro
/external/chromium/chrome/browser/policy/
Dpolicy_path_parser_posix.cc26 struct passwd* user = getpwuid(geteuid()); in ExpandPathVariables()
/external/dbus/tools/
Ddbus-launch-x11.c76 struct passwd *user = getpwuid (getuid()); in get_homedir()
248 user = getpwuid (getuid ()); in init_x_atoms()
/external/iptables/extensions/
Dlibxt_owner.c301 struct passwd *pwd = getpwuid(info->uid); in owner_mt_print_item_v0()
350 struct passwd *pwd = getpwuid(info->uid); in owner_mt6_print_item_v0()
399 const struct passwd *pwd = getpwuid(info->uid_min); in owner_mt_print_item()
/external/dropbear/
Ddropbearkey.c325 pw = getpwuid(getuid());
Dcli-kex.c159 pw = getpwuid(getuid()); in open_known_hosts_file()
Dcli-runopts.c345 pw = getpwuid(uid); in parsehostname()
Dscp.c391 if ((pwd = getpwuid(userid = getuid())) == NULL) in scp_main()
/external/e2fsprogs/lib/e2p/
Dls.c29 pw = getpwuid (uid); in print_user()
/external/chromium/third_party/libjingle/source/talk/base/
Dunixfilesystem.cc421 } else if (passwd* pw = getpwuid(geteuid())) { in GetAppDataFolder()
/external/clang/test/Analysis/
Dsecurity-syntax-checks.m49 …pw() function is dangerous as it may overflow the provided buffer. It is obsoleted by getpwuid().}}
/external/bluetooth/glib/
DNEWS.pre-1-34 * Continued the never ending fix vendetta regarding getpwuid(),
Dconfig.h.win32.in214 /* Define to 1 if you have the `getpwuid' function. */
DChangeLog.pre-1-2109 additionally now getpwuid will be run, if getpwuid_r didn't work
243 restored the getpwuid() code to what we had after my recent clean ups
635 * gutils.c (g_get_any_init): Here we must replace getpwuid by
Dconfigure.in946 AC_CHECK_FUNCS(chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid)
/external/ppp/pppd/
Doptions.c467 pw = getpwuid(getuid()); in options_from_user()
Dmain.c504 pw = getpwuid(uid);
Dauth.c2538 if ((pw = getpwuid(getuid())) != NULL && pw->pw_name != NULL)
Deap.c1202 pw = getpwuid(getuid()); in name_of_pn_file()
/external/e2fsprogs/e2fsck/
Dprofile.c487 pw = getpwuid(getuid()); in profile_open_file()
/external/valgrind/main/
Daix5libc.supp224 # by 0xD03CBE4C: getpwuid (in /usr/lib/libc.a)
/external/bluetooth/glib/gio/
Dglocalfileinfo.c1083 pwbufp = getpwuid (uid); in lookup_uid_data()
/external/dbus/dbus/
Ddbus-sysdeps-unix.c2049 p = getpwuid (uid); in fill_user_info()
/external/bluetooth/glib/glib/
Dgutils.c1688 pw = getpwuid (getuid ()); in g_get_any_init_do()
/external/sqlite/dist/
Dshell.c2394 if( (pwent=getpwuid(uid)) != NULL) { in find_home_dir()

12