Home | History | Annotate | Download | only in src

Lines Matching defs:environ

975   // When Google Test is built as a framework on MacOS X, the environ variable
976 // is unavailable. Apple's documentation (man environ) recommends using
981 extern "C" char** environ; // Some POSIX platforms expect you
982 // to declare environ. extern "C" makes
985 return environ;