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.c411 } file_spec_t; typedef
413 static file_spec_t *fl_head;
423 file_spec_t *prevfl, *fl; in filespec_add()
428 fl_head = malloc(sizeof(file_spec_t) * HASH_BUCKETS); in filespec_add()
431 memset(fl_head, 0, sizeof(file_spec_t) * HASH_BUCKETS); in filespec_add()
473 fl = malloc(sizeof(file_spec_t)); in filespec_add()
500 file_spec_t *fl; in filespec_eval()
535 file_spec_t *fl, *tmp; in filespec_destroy()