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

/netbsd-current/usr.bin/calendar/
H A Dcalendar.c85 static bool cpp_restricted = false; variable
164 cpp_restricted = true;
458 if(!cpp_restricted && setenv("CPP_RESTRICTED", "", 1) == -1)
460 cpp_restricted = true;
499 * XXX: cpp_restricted has inverted sense; it is false by default,
501 * if cpp_restricted is false... go figure. This should be fixed
504 if (doall && cpp_restricted == false) {
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Dfiles.c225 const char *cpp_restricted; local
227 cpp_restricted = getenv ("CPP_RESTRICTED");
236 | ((cpp_restricted != NULL) ? O_NONBLOCK : 0), 0666);
244 if (cpp_restricted != NULL
248 if (cpp_restricted)
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Dfiles.cc225 const char *cpp_restricted; local
227 cpp_restricted = getenv ("CPP_RESTRICTED");
236 | ((cpp_restricted != NULL) ? O_NONBLOCK : 0), 0666);
244 if (cpp_restricted != NULL
248 if (cpp_restricted)

Completed in 202 milliseconds