Home | History | Annotate | Download | only in src

Lines Matching refs:afsuse

316 	struct cil_fsuse *afsuse;
318 afsuse = *(struct cil_fsuse**)a;
320 if (afsuse->type < bfsuse->type) {
322 } else if (bfsuse->type < afsuse->type) {
325 rc = strcmp(afsuse->fs_str, bfsuse->fs_str);