OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:spec_t
(Results
1 - 4
of
4
) sorted by null
/external/selinux/libselinux/src/
label_db.c
69
*
spec_t
: It holds a pair of a key and an expected security context
76
}
spec_t
;
typedef in typeref:struct:spec
79
* catalog_t : An array of
spec_t
84
spec_t
specs[0];
94
spec_t
*spec = &catalog->specs[catalog->nspec];
121
memset(spec, 0, sizeof(
spec_t
));
178
spec_t
*spec;
197
spec_t
*spec;
252
catalog = malloc(sizeof(catalog_t) + 32 * sizeof(
spec_t
));
310
+ new_limit * sizeof(
spec_t
);
[
all
...]
label_backends_android.c
20
}
spec_t
;
typedef in typeref:struct:spec
28
spec_t
*spec_arr;
92
spec_t
*spec_arr = data->spec_arr;
151
spec_t
*spec_arr;
170
maxnspec = UINT_MAX / sizeof(
spec_t
);
190
(data->nspec + nspec) * sizeof(
spec_t
));
194
memset(&spec_arr[data->nspec], 0, nspec * sizeof(
spec_t
));
300
spec_t
*spec_arr = data->spec_arr;
334
spec_t
*spec_arr = data->spec_arr;
label_media.c
26
}
spec_t
;
typedef in typeref:struct:spec
30
spec_t
*spec_arr;
113
maxnspec = UINT_MAX / sizeof(
spec_t
);
129
data->spec_arr = malloc(sizeof(
spec_t
)*data->nspec);
132
memset(data->spec_arr, 0, sizeof(
spec_t
)*data->nspec);
177
spec_t
*spec_arr = data->spec_arr;
label_x.c
28
}
spec_t
;
typedef in typeref:struct:spec
32
spec_t
*spec_arr;
140
maxnspec = UINT_MAX / sizeof(
spec_t
);
156
data->spec_arr = malloc(sizeof(
spec_t
)*data->nspec);
159
memset(data->spec_arr, 0, sizeof(
spec_t
)*data->nspec);
203
spec_t
*spec_arr = data->spec_arr;
Completed in 161 milliseconds