Home
last modified time | relevance | path

Searched refs:file_spec_t (Results 1 – 2 of 2) sorted by relevance

/third_party/selinux/libselinux/src/
Dmatchpathcon.c177 } file_spec_t; typedef
188 static file_spec_t *fl_head;
199 file_spec_t *prevfl, *fl; in matchpathcon_filespec_add()
204 fl_head = malloc(sizeof(file_spec_t) * HASH_BUCKETS); in matchpathcon_filespec_add()
207 memset(fl_head, 0, sizeof(file_spec_t) * HASH_BUCKETS); in matchpathcon_filespec_add()
244 fl = malloc(sizeof(file_spec_t)); in matchpathcon_filespec_add()
268 file_spec_t *fl; in matchpathcon_filespec_eval()
299 file_spec_t *fl, *tmp; in matchpathcon_filespec_destroy()
Dselinux_restorecon.c426 } file_spec_t; typedef
428 static file_spec_t *fl_head;
439 file_spec_t *prevfl, *fl; in filespec_add()
447 fl_head = calloc(HASH_BUCKETS, sizeof(file_spec_t)); in filespec_add()
494 fl = malloc(sizeof(file_spec_t)); in filespec_add()
529 file_spec_t *fl; in filespec_eval()
565 file_spec_t *fl, *tmp; in filespec_destroy()