Home
last modified time | relevance | path

Searched defs:MAX_GROUPS (Results 1 – 7 of 7) sorted by relevance

/external/slf4j/slf4j-migrator/src/main/java/org/slf4j/migrator/line/
DMultiGroupConversionRule.java41 final private static int MAX_GROUPS = 10; field in MultiGroupConversionRule
/external/vboot_reference/cgpt/
Dcgpt_prioritize.c15 #define MAX_GROUPS 17 // 0-15, plus one "higher" macro
/external/libcap/progs/
Dcapsh.c27 #define MAX_GROUPS 100 /* max number of supplementary groups for user */ macro
/external/u-boot/arch/arm/mach-tegra/
Dxusb-padctl-common.h49 #define MAX_GROUPS 5 macro
/external/toybox/toys/other/
Dbzcat.c47 #define MAX_GROUPS 6 macro
/external/python/cpython3/Modules/
Dposixmodule.c6136 #define MAX_GROUPS NGROUPS_MAX in posix_getgrouplist() macro
6221 #define MAX_GROUPS NGROUPS_MAX in os_getgroups_impl() macro
6224 #define MAX_GROUPS 64 in os_getgroups_impl() macro
/external/python/cpython2/Modules/
Dposixmodule.c4103 #define MAX_GROUPS NGROUPS_MAX in posix_getgroups() macro
4106 #define MAX_GROUPS 64 in posix_getgroups() macro