Searched refs:GR_MAX_MEMBERS (Results 1 - 3 of 3) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/busybox/pwd_grp/
H A Dconfig.h39 * characters per line in the group file. GR_MAX_MEMBERS is the maximum
43 /* GR_MAX_MEMBERS = (GR_MAX_LINE_LEN-(24+3+6))/9 */
44 #define GR_MAX_MEMBERS 11 macro
H A D__getgrent.c36 static char *members[GR_MAX_MEMBERS];
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dsystem_brcm.c335 * characters per line in the group file. GR_MAX_MEMBERS is the maximum
339 /* GR_MAX_MEMBERS = (GR_MAX_LINE_LEN-(24+3+6))/9 */
340 #define GR_MAX_MEMBERS 11 macro
353 static char *members[GR_MAX_MEMBERS];
486 static char *members[GR_MAX_MEMBERS];

Completed in 93 milliseconds