Lines Matching defs:strict_mode
79 * the strict_mode can or cannot be enforced. Indeed, strict_mode
87 bool strict_mode;
298 if (vmap->strict_mode) {
364 if (!vmap->strict_mode) {
1814 vmap->strict_mode = false;
1822 bool strict_mode;
1825 strict_mode = vmap->strict_mode;
1828 return strict_mode;
1838 cur_mode = &vmap->strict_mode;
1847 /* we cannot allow strict_mode because there are some
1895 .procname = "strict_mode",