Searched refs:username (Results 1 – 5 of 5) sorted by relevance
/coreutils/src/ |
D | group-list.c | 35 print_group_list (char const *username, in print_group_list() argument 42 if (username) in print_group_list() 62 int n_groups = xgetgroups (username, (pwd ? pwd->pw_gid : egid), &groups); in print_group_list() 65 if (username) in print_group_list() 68 quote (username)); in print_group_list()
|
D | chroot.c | 224 char const *username = nullptr; in main() local 312 username = pwd->pw_name; in main() 320 else if (! groups && gid_set (gid) && username) in main() 322 int ngroups = xgetgroups (username, gid, &out_gids); in main() 372 username = pwd->pw_name; in main() 395 else if (! groups && gid_set (gid) && username) in main() 397 int ngroups = xgetgroups (username, gid, &in_gids); in main()
|
D | id.c | 70 static void print_full_info (char const *username); 353 print_full_info (char const *username) in print_full_info() argument 388 if (username) in print_full_info() 393 int n_groups = xgetgroups (username, primary_group, &groups); in print_full_info() 396 if (username) in print_full_info() 398 quote (username)); in print_full_info()
|
/coreutils/ |
D | README-install | 81 If you want to use some other non-root username, specify it via
|
/coreutils/doc/ |
D | coreutils.texi | 16072 groups for each given @var{username}, or the current process if no names 16079 groups [@var{username}]@dots{}
|