Home | History | Annotate | Download | only in src

Lines Matching full:afsuse

313 	struct cil_fsuse *afsuse;
315 afsuse = *(struct cil_fsuse**)a;
317 if (afsuse->type < bfsuse->type) {
319 } else if (bfsuse->type < afsuse->type) {
322 rc = strcmp(afsuse->fs_str, bfsuse->fs_str);