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

/sssd/src/tools/
H A Dsss_groupshow.c388 /* if not recursive, only show the direct parent */
416 /*=========Nonrecursive search should only show direct parent========== */
428 const char **direct = NULL; local
449 /* ENOENT is OK, the group is just not a direct parent */
463 direct = talloc_realloc(mem_ctx, direct,
465 if (!direct) {
469 direct[ndirect] = talloc_strdup(direct, name);
470 if (!direct[ndirec
[all...]

Completed in 19 milliseconds