Lines Matching defs:count
29 const char *new_name, const size_t count,
35 for (i = 0; i < count; i++) {
430 if (res->count == 0) {
436 } else if (res->count == 1) {
443 "[%u] groups for [%s]\n", res->count - 1, username);
446 users->groups = talloc_array(users, const char *, res->count);
453 for (size_t i = 1; i < res->count; i++) {
489 if (num_groups < (res->count - 1)) {
515 size_t i, j, count;
545 &count, &msgs);
546 if (ret == ENOENT || count == 0) {
555 } else if (count > 1) {
617 size_t i, j, count;
655 &count, &msgs);
656 if (ret == ENOENT || count == 0) {
665 } else if (count > 1) {