Searched refs:cpp_restricted (Results 1 – 3 of 3) sorted by relevance
85 static bool cpp_restricted = false; variable164 cpp_restricted = true; in main()458 if(!cpp_restricted && setenv("CPP_RESTRICTED", "", 1) == -1) in opencal()460 cpp_restricted = true; in opencal()504 if (doall && cpp_restricted == false) { in tryopen()
225 const char *cpp_restricted; in open_file() local227 cpp_restricted = getenv ("CPP_RESTRICTED"); in open_file()236 | ((cpp_restricted != NULL) ? O_NONBLOCK : 0), 0666); in open_file()244 if (cpp_restricted != NULL in open_file()248 if (cpp_restricted) in open_file()