Home
last modified time | relevance | path

Searched refs:prevfl (Results 1 - 2 of 2) sorted by relevance

/third_party/selinux/libselinux/src/
H A Dmatchpathcon.c199 file_spec_t *prevfl, *fl; in matchpathcon_filespec_add() local
211 for (prevfl = &fl_head[h], fl = fl_head[h].next; fl; in matchpathcon_filespec_add()
212 prevfl = fl, fl = fl->next) { in matchpathcon_filespec_add()
252 fl->next = prevfl->next; in matchpathcon_filespec_add()
253 prevfl->next = fl; in matchpathcon_filespec_add()
H A Dselinux_restorecon.c440 file_spec_t *prevfl, *fl; in filespec_add() local
454 for (prevfl = &fl_head[h], fl = fl_head[h].next; fl; in filespec_add()
455 prevfl = fl, fl = fl->next) { in filespec_add()
505 fl->next = prevfl->next; in filespec_add()
506 prevfl->next = fl; in filespec_add()

Completed in 4 milliseconds