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

/external/e2fsprogs/e2fsck/
H A Dprofile_helpers.c35 * purposes to build up the list, which is returned in *ret_list by
64 * built up list in *ret_list if it is non-null.
66 static void end_list(struct profile_string_list *list, char ***ret_list) argument
73 if (ret_list) {
74 *ret_list = list->list;
/external/selinux/libsepol/src/
H A Dconditional.c712 cond_av_list_t ** ret_list, cond_av_list_t * other)
719 *ret_list = NULL;
743 *ret_list = data.head;
711 cond_read_av_list(policydb_t * p, void *fp, cond_av_list_t ** ret_list, cond_av_list_t * other) argument

Completed in 878 milliseconds