Home | History | Annotate | Download | only in utils

Lines Matching defs:mode

23 static int printmatchpathcon(const char *path, int header, int mode)
26 int rc = matchpathcon(path, mode, &buf);
88 fprintf(stderr, "%s: mode %s is invalid\n", argv[0], optarg);
148 int rc, mode = 0;
156 mode = buf.st_mode;
158 mode = force_mode;
161 rc = selinux_file_context_verify(path, mode);
186 printmatchpathcon(path, 0, mode);
192 printmatchpathcon(path, 0, mode);
196 error |= printmatchpathcon(path, header, mode);