Home
last modified time | relevance | path

Searched refs:just_group_list (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Did.c47 static bool just_group_list = false; variable
176 just_group_list = true; in main()
191 if (just_user + just_group + just_group_list + just_context > 1) in main()
196 || just_group_list in main()
271 : !just_group && !just_group_list && !just_context) in main()
280 : !just_group && (just_group_list || !just_context)) in main()
288 if (!just_user && (just_group || just_group_list || !just_context)) in main()
440 else if (just_group_list) in print_stuff()
451 if (opt_zero && just_group_list && multiple_users) in print_stuff()