Home | History | Annotate | Download | only in src

Lines Matching defs:environ

837   // When Google Test is built as a framework on MacOS X, the environ variable
838 // is unavailable. Apple's documentation (man environ) recommends using
843 // Some POSIX platforms expect you to declare environ. extern "C" makes
845 extern "C" char** environ;
846 inline char** GetEnviron() { return environ; }