Searched refs:idx (Results 1 - 9 of 9) sorted by relevance
/sssd/src/sss_client/ |
H A D | nss_compat.h | 60 } idx; /* added name to union to avoid warning */ member in struct:__netgrent
|
H A D | nss_netgroup.c | 39 netgrent->idx.position = 0; \ 240 result->idx.position < result->data_size) { 242 repbuf = (uint8_t *) result->data + result->idx.position; 243 replen = result->data_size - result->idx.position; 255 result->idx.position = result->data_size - replen; 286 result->idx.position = NETGR_METADATA_COUNT;
|
/sssd/src/tests/ |
H A D | stress-tests.c | 143 int idx = 0; local 150 for (idx = 0; idx < num_names; ++idx) { 151 out[idx] = talloc_asprintf(mem_ctx, "%s%d", prefix, idx); 152 if (out[idx] == NULL) { 156 out[idx] = NULL; 210 int status, idx, ret; local 286 idx [all...] |
H A D | util-tests.c | 1091 enum sssd_errors idx; local 1096 for (idx = ERR_BASE; idx < ERR_LAST; ++idx) { 1097 error = sss_strerror(idx);
|
/sssd/src/providers/ipa/ |
H A D | ipa_hbac_hosts.c | 256 size_t idx; local 311 for (idx = host_count; idx < host_count + el->num_values; idx++) { 312 shosts->names[idx] = 314 (const char *)el->values[idx - host_count].data); 315 if (shosts->names[idx] == NULL) { 321 shosts->names[idx], rule_name); 323 shosts->names[idx] = NULL;
|
H A D | ipa_hbac_common.c | 261 size_t idx, 272 ret = sysdb_attrs_get_el(hbac_ctx->rules[idx], 285 ret = sysdb_attrs_get_bool(hbac_ctx->rules[idx], IPA_ENABLED_FLAG, 294 ret = sysdb_attrs_get_string(hbac_ctx->rules[idx], 309 hbac_ctx->rules[idx], 320 hbac_ctx->rules[idx], 331 hbac_ctx->rules[idx], 344 hbac_ctx->rules[idx], 259 hbac_attrs_to_rule(TALLOC_CTX *mem_ctx, struct hbac_ctx *hbac_ctx, size_t idx, struct hbac_rule **rule) argument
|
/sssd/src/python/ |
H A D | pysss.c | 764 Py_ssize_t i, idx; local 801 idx = 0; 805 PyTuple_SetItem(groups_tuple, idx, 812 idx++; 818 if (i != idx) { 819 _PyTuple_Resize(&groups_tuple, idx);
|
/sssd/src/tests/cmocka/ |
H A D | test_sdap.c | 203 int idx = mock_ldap_entry_iter(); local 206 val = discard_const(ldap_entry->attrs[idx].name); 208 will_return(mock_ldap_entry_iter, idx + 1);
|
/sssd/src/providers/krb5/ |
H A D | krb5_child.c | 936 size_t idx = 0; local 963 idx += vendor_len +1; 966 memcpy(msg + idx, kr->otp_token_id, token_id_len); 968 idx += token_id_len +1; 971 memcpy(msg + idx, kr->otp_challenge, challenge_len);
|
Completed in 2036 milliseconds