HomeSort by relevance Sort by last modified time
    Searched refs:clflag (Results 1 - 3 of 3) sorted by null

  /external/selinux/policycoreutils/setsebool/
setsebool.c 37 int clflag; /* holds codes for command line flags */ local
47 clflag = getopt(argc, argv, "PNV");
48 if (clflag == -1)
51 switch (clflag) {
  /external/selinux/sandbox/
seunshare.c 620 int clflag; /* holds codes for command line flags */ local
668 clflag = getopt_long(argc, argv, "Ccvh:t:Z:", long_options, NULL);
669 if (clflag == -1)
672 switch (clflag) {
  /external/selinux/policycoreutils/newrole/
newrole.c 824 int clflag; /* holds codes for command line flags */ local
844 clflag = getopt_long(argc, argv, "r:t:l:pV", long_options,
846 if (clflag == -1)
849 switch (clflag) {
    [all...]

Completed in 110 milliseconds