OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fl_head
(Results
1 - 2
of
2
) sorted by null
/external/selinux/libselinux/src/
matchpathcon.c
154
static file_spec_t *
fl_head
;
variable
169
if (!
fl_head
) {
170
fl_head
= malloc(sizeof(file_spec_t) * HASH_BUCKETS);
171
if (!
fl_head
)
173
memset(
fl_head
, 0, sizeof(file_spec_t) * HASH_BUCKETS);
177
for (prevfl = &
fl_head
[h], fl =
fl_head
[h].next; fl;
240
if (!
fl_head
)
248
for (fl =
fl_head
[h].next; fl; fl = fl->next) {
273
if (!
fl_head
)
[
all
...]
/external/selinux/policycoreutils/setfiles/
restore.c
35
static file_spec_t *
fl_head
;
variable
504
if (!
fl_head
)
512
for (fl =
fl_head
[h].next; fl; fl = fl->next) {
536
if (!
fl_head
)
540
fl =
fl_head
[h].next;
548
fl_head
[h].next = NULL;
550
free(
fl_head
);
551
fl_head
= NULL;
564
if (!
fl_head
) {
565
fl_head
= malloc(sizeof(file_spec_t) * HASH_BUCKETS)
[
all
...]
Completed in 574 milliseconds