HomeSort by relevance Sort by last modified time
    Searched defs: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;
179 maxnspec = UINT_MAX / sizeof(spec_t);
205 malloc(sizeof(spec_t) * data->nspec)))
208 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec);
249 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;
408 spec_t *spec_copy = NULL;
454 maxnspec = UINT_MAX / sizeof(spec_t);
496 malloc(sizeof(spec_t) * data->nspec)))
498 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec);
509 spec_copy = malloc(sizeof(spec_t) * data->nspec);
516 &data->spec_arr[i], sizeof(spec_t));
    [all...]

Completed in 91 milliseconds