Searched refs:ret_list (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/support/
H A Dprofile_helpers.c37 * purposes to build up the list, which is returned in *ret_list by
66 * built up list in *ret_list if it is non-null.
68 static void end_list(struct profile_string_list *list, char ***ret_list) argument
75 if (ret_list) {
76 *ret_list = list->list;
/external/selinux/libsepol/src/
H A Dconditional.c709 cond_av_list_t ** ret_list, cond_av_list_t * other)
716 *ret_list = NULL;
740 *ret_list = data.head;
708 cond_read_av_list(policydb_t * p, void *fp, cond_av_list_t ** ret_list, cond_av_list_t * other) argument

Completed in 627 milliseconds