OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:environ
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/xf86-video-qxl/dist/scripts/
Xspice
33
for p in os.
environ
['PATH'].split(':'):
40
if 'XSPICE_ENABLE_GDB' in os.
environ
:
310
os.
environ
['XSPICE_' + arg.upper()] = a
314
os.
environ
['QXL_NUM_HEADS'] = str(args.numheads)
324
os.
environ
['DISPLAY'] = display
357
environ
= os.
environ
variable
358
os.spawnlpe(os.P_NOWAIT, args.xsession,
environ
)
/xsrc/external/mit/xorgproto/dist/include/X11/
Xw32defs.h
21
# define
environ
_environ
macro
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-death-test.cc
944
// When Google Test is built as a framework on MacOS X, the
environ
variable
945
// is unavailable. Apple's documentation (man
environ
) recommends using
950
// Some POSIX platforms expect you to declare
environ
. extern "C" makes
952
extern "C" char**
environ
;
member in namespace:testing::internal
953
inline char** GetEnviron() { return
environ
; }
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-death-test.cc
1230
// When Google Test is built as a framework on MacOS X, the
environ
variable
1231
// is unavailable. Apple's documentation (man
environ
) recommends using
1236
// Some POSIX platforms expect you to declare
environ
. extern "C" makes
1238
extern "C" char**
environ
;
member in namespace:testing::internal
1239
inline char** GetEnviron() { return
environ
; }
Completed in 38 milliseconds
Indexes created Wed Jul 01 00:25:26 UTC 2026