Searched defs:spec_t (Results 1 - 4 of 4) sorted by path

/external/libselinux/src/
H A Dlabel_android_property.c20 } 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;
H A Dlabel_file.c38 } spec_t; typedef in typeref:struct:spec
52 spec_t *spec_arr;
228 static int compile_regex(struct saved_data *data, spec_t *spec, const char **errbuf)
289 spec_t *spec_arr = data->spec_arr;
412 spec_t *spec_copy = NULL;
458 maxnspec = UINT_MAX / sizeof(spec_t);
500 (spec_t *) malloc(sizeof(spec_t) * data->nspec)))
502 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec);
513 spec_copy = (spec_t *) mallo
[all...]
/external/qemu/distrib/libselinux/src/
H A Dlabel_android_property.c20 } 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;
H A Dlabel_file.c37 } spec_t; typedef in typeref:struct:spec
51 spec_t *spec_arr;
227 static int compile_regex(struct saved_data *data, spec_t *spec, char **errbuf)
288 spec_t *spec_arr = data->spec_arr;
411 spec_t *spec_copy = NULL;
457 maxnspec = UINT_MAX / sizeof(spec_t);
499 (spec_t *) malloc(sizeof(spec_t) * data->nspec)))
501 memset(data->spec_arr, 0, sizeof(spec_t)*data->nspec);
512 spec_copy = (spec_t *) mallo
[all...]

Completed in 331 milliseconds