Home | History | Annotate | Download | only in src

Lines Matching defs:environ

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