HomeSort by relevance Sort by last modified time
    Searched full:answer_list (Results 1 - 1 of 1) sorted by null

  /external/selinux/libsepol/src/
services.c 423 char **answer_list = NULL; local
698 answer_list = malloc(expr_count * sizeof(*answer_list));
699 if (!answer_list) {
720 answer_list[answer_counter] = malloc(a_len + b_len + 8);
721 if (!answer_list[answer_counter]) {
726 memset(answer_list[answer_counter], '\0', a_len + b_len + 8);
728 sprintf(answer_list[answer_counter], "%s %s %s", a,
730 push(answer_list[answer_counter++]);
738 answer_list[answer_counter] = malloc(b_len + 8)
    [all...]

Completed in 289 milliseconds