Searched refs:groups_to_add (Results 1 – 1 of 1) sorted by relevance
1052 size_t groups_to_add = 0; in gid_cb() local1075 groups_to_add = garg->ctx->ext.supported_groups_default_len; in gid_cb()1077 groups_to_add = 1; in gid_cb()1079 if (groups_to_add > garg->gidmax - garg->gidcnt) { in gid_cb()1080 size_t list_increment = groups_to_add > GROUPLIST_INCREMENT ? groups_to_add in gid_cb()
Completed in 13 milliseconds