Home | History | Annotate | Download | only in src

Lines Matching defs:environ

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