Home
last modified time | relevance | path

Searched refs:_NSGetEnviron (Results 1 - 9 of 9) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dproplist-util.c33 #define environ (*_NSGetEnviron())
/third_party/skia/third_party/externals/angle2/util/posix/
H A Dtest_utils_posix.cpp511 char **environ = *_NSGetEnviron(); in InitMetalFileAPIHooking()
/third_party/node/deps/uv/src/unix/
H A Dprocess.c47 # define environ (*_NSGetEnviron())
H A Dcore.c61 # define environ (*_NSGetEnviron())
/third_party/libuv/src/unix/
H A Dprocess.c47 # define environ (*_NSGetEnviron())
H A Dcore.c63 # define environ (*_NSGetEnviron())
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc1232 // _NSGetEnviron() instead. in GetEnviron()
1233 return *_NSGetEnviron(); in GetEnviron()
/third_party/python/Modules/
H A Dposixmodule.c1597 ** environ directly, we must obtain it with _NSGetEnviron(). See also
1625 _NSGetEnviron to resolve it. The value changes if you add environment in convertenviron()
1627 e = *_NSGetEnviron(); in convertenviron()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs5739 pub fn _NSGetEnviron() -> *mut *mut *mut ::c_char; in _NSGetEnviron() functions

Completed in 38 milliseconds