Lines Matching refs:group
51 * @param[in] fq_name Fully qualified name of a user or a group
53 * or group, must be freed by the caller
73 * or group, must be freed by the caller
85 * @param[out] fq_name Fully qualified name of a user or a group,
111 * @param[in] fq_name Fully qualified name of a user or a group
134 * @param[out] fq_name Fully qualified name of a user or a group,
233 * @brief Return group information based on the group name
246 * - ENOENT: no group with the given name found
251 int sss_nss_getgrnam_timeout(const char *name, struct group *grp,
252 char *buffer, size_t buflen, struct group **result,
256 * @brief Return group information based on the group gid
269 * - ENOENT: no group with the given gid found
274 int sss_nss_getgrgid_timeout(gid_t gid, struct group *grp,
275 char *buffer, size_t buflen, struct group **result,
282 * @param[in] group same as second argument of getgrouplist(3)
288 * groups array was large enough to hold all group.
303 int sss_nss_getgrouplist_timeout(const char *name, gid_t group,
309 * @param[in] fq_name Fully qualified name of a user or a group
312 * or group, must be freed by the caller
335 * or group, must be freed by the caller
349 * @param[out] fq_name Fully qualified name of a user or a group,
376 * @param[in] fq_name Fully qualified name of a user or a group
404 * @param[out] fq_name Fully qualified name of a user or a group,