Home
last modified time | relevance | path

Searched refs:cpp_restricted (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.bin/calendar/
H A Dcalendar.c85 static bool cpp_restricted = false; variable
164 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()
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c225 const char *cpp_restricted; in open_file() local
227 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()
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc225 const char *cpp_restricted; in open_file() local
227 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()