HomeSort by relevance Sort by last modified time
    Searched refs:spec_t (Results 1 - 2 of 2) sorted by null

  /external/libselinux/src/
label_android_property.c 20 } spec_t; typedef in typeref:struct:spec
28 spec_t *spec_arr;
91 spec_t *spec_arr = data->spec_arr;
175 maxnspec = UINT_MAX / sizeof(spec_t);
201 malloc(sizeof(spec_t) * data->nspec)))
204 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec);
245 spec_t *spec_arr = data->spec_arr;
label_file.c 36 } spec_t; typedef in typeref:struct:spec
50 spec_t *spec_arr;
224 static int compile_regex(struct saved_data *data, spec_t *spec, char **errbuf)
285 spec_t *spec_arr = data->spec_arr;
400 spec_t *spec_copy = NULL;
446 maxnspec = UINT_MAX / sizeof(spec_t);
488 malloc(sizeof(spec_t) * data->nspec)))
490 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec);
501 spec_copy = malloc(sizeof(spec_t) * data->nspec);
508 &data->spec_arr[i], sizeof(spec_t));
    [all...]

Completed in 43 milliseconds