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()
246 fl = malloc(sizeof(file_spec_t)); in matchpathcon_filespec_add()
271 file_spec_t *fl; in matchpathcon_filespec_eval()
302 file_spec_t *fl, *tmp; in matchpathcon_filespec_destroy()
Dselinux_restorecon.c424 } file_spec_t; typedef
426 static file_spec_t *fl_head;
437 file_spec_t *prevfl, *fl; in filespec_add()
444 fl_head = calloc(HASH_BUCKETS, sizeof(file_spec_t)); in filespec_add()
491 fl = malloc(sizeof(file_spec_t)); in filespec_add()
526 file_spec_t *fl; in filespec_eval()
561 file_spec_t *fl, *tmp; in filespec_destroy()