OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spec_t
(Results
1 - 2
of
2
) sorted by null
/external/libselinux/src/
label_file.c
38
}
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
*) malloc(sizeof(spec_t) * data->nspec)
[
all
...]
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;
Completed in 24 milliseconds