Home
last modified time | relevance | path

Searched refs:maxnspec (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libselinux/src/
Dlabel_media.c79 unsigned int lineno, pass, maxnspec; in init() local
113 maxnspec = UINT_MAX / sizeof(spec_t); in init()
118 data->nspec < maxnspec) { in init()
133 maxnspec = data->nspec; in init()
Dlabel_x.c106 unsigned int lineno, pass, maxnspec; in init() local
140 maxnspec = UINT_MAX / sizeof(spec_t); in init()
145 data->nspec < maxnspec) { in init()
160 maxnspec = data->nspec; in init()
Dlabel_backends_android.c146 unsigned int lineno, maxnspec, pass; in process_file() local
170 maxnspec = UINT_MAX / sizeof(spec_t); in process_file()
176 nspec < maxnspec) { in process_file()
196 maxnspec = nspec; in process_file()