Searched refs:getpwuid (Results 1 – 25 of 28) sorted by relevance
12
21 #define getpwuid(i) NULL macro
26 struct passwd* user = getpwuid(geteuid()); in ExpandPathVariables()
76 struct passwd *user = getpwuid (getuid()); in get_homedir()248 user = getpwuid (getuid ()); in init_x_atoms()
301 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()
325 pw = getpwuid(getuid());
159 pw = getpwuid(getuid()); in open_known_hosts_file()
345 pw = getpwuid(uid); in parsehostname()
391 if ((pwd = getpwuid(userid = getuid())) == NULL) in scp_main()
29 pw = getpwuid (uid); in print_user()
421 } else if (passwd* pw = getpwuid(geteuid())) { in GetAppDataFolder()
49 …pw() function is dangerous as it may overflow the provided buffer. It is obsoleted by getpwuid().}}
4 * Continued the never ending fix vendetta regarding getpwuid(),
214 /* Define to 1 if you have the `getpwuid' function. */
109 additionally now getpwuid will be run, if getpwuid_r didn't work243 restored the getpwuid() code to what we had after my recent clean ups635 * gutils.c (g_get_any_init): Here we must replace getpwuid by
946 AC_CHECK_FUNCS(chown lchown fchmod fchown link statvfs statfs utimes getgrgid getpwuid)
467 pw = getpwuid(getuid()); in options_from_user()
504 pw = getpwuid(uid);
2538 if ((pw = getpwuid(getuid())) != NULL && pw->pw_name != NULL)
1202 pw = getpwuid(getuid()); in name_of_pn_file()
487 pw = getpwuid(getuid()); in profile_open_file()
224 # by 0xD03CBE4C: getpwuid (in /usr/lib/libc.a)
1083 pwbufp = getpwuid (uid); in lookup_uid_data()
2049 p = getpwuid (uid); in fill_user_info()
1688 pw = getpwuid (getuid ()); in g_get_any_init_do()
2394 if( (pwent=getpwuid(uid)) != NULL) { in find_home_dir()