Searched defs:first (Results 1 - 6 of 6) sorted by relevance

/sssd/src/sss_client/
H A Dnss_compat.h34 The first part of the struct is the only part that is modified
61 int first; member in struct:__netgrent
/sssd/src/providers/ad/
H A Dad_gpo_child.c207 char *first = NULL; local
235 first = ptr;
236 last = strchr(first, delim);
244 current_dir = talloc_asprintf(mem_ctx, "%s/%s", current_dir, first);
H A Dad_gpo.c574 /* first result from sysdb_initgroups is user_sid; rest are group_sids */
1304 * The access control algorithm first determines whether the "principal_sids"
2440 * "OU=" or "DC="), until the first "DC=" component is reached.
2493 /* first, populate the OU and Domain SOMs */
2561 char *first; local
2607 first = ptr + 1;
2608 last = strchr(first, delim);
2615 dn = first;
2619 gplink_options = strchr(first, ';');
3394 char *first; local
[all...]
/sssd/src/providers/proxy/
H A Dproxy_auth.c65 uint32_t first; local
80 first = auth_ctx->next_id;
90 if (auth_ctx->next_id == first) {
/sssd/src/ldb_modules/
H A Dmemberof.c125 struct mbof_del_operation *first; member in struct:mbof_del_ctx
310 * The real add operation is done first, to assure nothing else fails.
605 /* first operation */
1208 * Ok, first of all, contrary to the add operation, a delete operation
1209 * involves an existing object that may have existing parents. So, first, we
1223 * To handle the children we create a first ancestor operation that reflects
1225 * retrieved with the first search. Then we create a remove list.
1228 * object dn itself of the original delete operation target object (the first
1237 * first ancestor.
1239 * In each operation we must first looku
1321 struct mbof_del_operation *first; local
1398 struct mbof_del_operation *first; local
1584 struct mbof_del_operation *first; local
1633 struct mbof_del_operation *first; local
1701 struct mbof_del_operation *first; local
3698 struct mbof_del_operation *first; local
[all...]
/sssd/src/python/
H A Dpyhbac.c63 py_strcat_realloc(char *first, const char *second) argument
66 new_first = PyMem_Realloc(first, strlen(first) + strlen(second) + 1);

Completed in 41 milliseconds