Home
last modified time | relevance | path

Searched refs:oldenv (Results 1 – 25 of 235) sorted by relevance

12345678910

/dports/multimedia/pipewire/pipewire-0.3.43/test/
H A Dtest-logger.c186 if (oldenv) in test_log_levels()
199 if (oldenv) in PWTEST()
200 oldenv = strdup(oldenv); in PWTEST()
226 if (oldenv) in PWTEST()
227 oldenv = strdup(oldenv); in PWTEST()
258 if (oldenv) in PWTEST()
259 oldenv = strdup(oldenv); in PWTEST()
301 if (oldenv) in PWTEST()
302 oldenv = strdup(oldenv); in PWTEST()
359 if (oldenv) in PWTEST()
[all …]
/dports/x11-wm/fluxbox/fluxbox-1.3.7/src/FbTk/
H A DApp.cc118 char* oldenv = getenv(key); in setenv() local
119 if (oldenv) { in setenv()
120 oldenv = oldenv - (key_size + 1); in setenv()
122 if (stored.find(oldenv) == stored.end()) { in setenv()
123 oldenv = NULL; in setenv()
135 if (oldenv) { in setenv()
136 stored.erase(oldenv); in setenv()
137 delete[] oldenv; in setenv()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/TestKernel/src/
H A DitkTestDriver.cxx103 char *oldenv = getenv(ITK_TEST_DRIVER_LDPATH); in AddEntriesBeforeLibraryPath() local
104 if ( oldenv ) in AddEntriesBeforeLibraryPath()
107 libpath += oldenv; in AddEntriesBeforeLibraryPath()
142 char *oldenv = getenv( args[i] ); in AddEntriesBeforeEnvironment() local
143 if ( oldenv ) in AddEntriesBeforeEnvironment()
146 env += oldenv; in AddEntriesBeforeEnvironment()
164 char *oldenv = getenv( args[i] ); in AddEntriesBeforeEnvironmentWithSeparator() local
165 if ( oldenv ) in AddEntriesBeforeEnvironmentWithSeparator()
168 env += oldenv; in AddEntriesBeforeEnvironmentWithSeparator()
/dports/www/firefox/firefox-99.0/third_party/python/gyp/test/compiler-override/
H A Dgyptest-compiler-env.py46 oldenv = os.environ.copy()
55 os.environ.update(oldenv)
65 oldenv = os.environ.copy()
75 os.environ.update(oldenv)
91 oldenv = os.environ.copy()
99 os.environ.update(oldenv)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/gyp/test/compiler-override/
H A Dgyptest-compiler-env.py46 oldenv = os.environ.copy()
55 os.environ.update(oldenv)
65 oldenv = os.environ.copy()
75 os.environ.update(oldenv)
91 oldenv = os.environ.copy()
99 os.environ.update(oldenv)
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-env.py46 oldenv = os.environ.copy()
55 os.environ.update(oldenv)
65 oldenv = os.environ.copy()
75 os.environ.update(oldenv)
91 oldenv = os.environ.copy()
99 os.environ.update(oldenv)
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/test/compiler-override/
H A Dgyptest-compiler-env.py46 oldenv = os.environ.copy()
55 os.environ.update(oldenv)
65 oldenv = os.environ.copy()
75 os.environ.update(oldenv)
91 oldenv = os.environ.copy()
99 os.environ.update(oldenv)
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-env.py46 oldenv = os.environ.copy()
55 os.environ.update(oldenv)
65 oldenv = os.environ.copy()
75 os.environ.update(oldenv)
91 oldenv = os.environ.copy()
99 os.environ.update(oldenv)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/gyp/test/compiler-override/
H A Dgyptest-compiler-env.py46 oldenv = os.environ.copy()
55 os.environ.update(oldenv)
65 oldenv = os.environ.copy()
75 os.environ.update(oldenv)
91 oldenv = os.environ.copy()
99 os.environ.update(oldenv)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/gyp/test/compiler-override/
H A Dgyptest-compiler-env.py46 oldenv = os.environ.copy()
55 os.environ.update(oldenv)
65 oldenv = os.environ.copy()
75 os.environ.update(oldenv)
91 oldenv = os.environ.copy()
99 os.environ.update(oldenv)
/dports/devel/py-gyp/gyp-20200512/test/compiler-override/
H A Dgyptest-compiler-env.py46 oldenv = os.environ.copy()
55 os.environ.update(oldenv)
65 oldenv = os.environ.copy()
75 os.environ.update(oldenv)
91 oldenv = os.environ.copy()
99 os.environ.update(oldenv)
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/src/env/
H A Dputenv.c20 static char **oldenv; in __putenv() local
22 if (__environ == oldenv) { in __putenv()
23 newenv = realloc(oldenv, sizeof *newenv * (i+2)); in __putenv()
29 free(oldenv); in __putenv()
33 __environ = oldenv = newenv; in __putenv()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/src/env/
H A Dputenv.c20 static char **oldenv; in __putenv() local
22 if (__environ == oldenv) { in __putenv()
23 newenv = realloc(oldenv, sizeof *newenv * (i+2)); in __putenv()
29 free(oldenv); in __putenv()
33 __environ = oldenv = newenv; in __putenv()
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/src/env/
H A Dputenv.c27 static char **oldenv; in __putenv() local
29 if (__environ == oldenv) { in __putenv()
30 newenv = realloc(oldenv, sizeof *newenv * (i+2)); in __putenv()
36 free(oldenv); in __putenv()
40 __environ = oldenv = newenv; in __putenv()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/env/
H A Dputenv.c27 static char **oldenv; in __putenv() local
29 if (__environ == oldenv) { in __putenv()
30 newenv = realloc(oldenv, sizeof *newenv * (i+2)); in __putenv()
36 free(oldenv); in __putenv()
40 __environ = oldenv = newenv; in __putenv()
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/src/env/
H A Dputenv.c27 static char **oldenv; in __putenv() local
29 if (__environ == oldenv) { in __putenv()
30 newenv = realloc(oldenv, sizeof *newenv * (i+2)); in __putenv()
36 free(oldenv); in __putenv()
40 __environ = oldenv = newenv; in __putenv()
/dports/lang/zig/zig-0.9.0/lib/libc/musl/src/env/
H A Dputenv.c20 static char **oldenv; in __putenv() local
22 if (__environ == oldenv) { in __putenv()
23 newenv = realloc(oldenv, sizeof *newenv * (i+2)); in __putenv()
29 free(oldenv); in __putenv()
33 __environ = oldenv = newenv; in __putenv()
/dports/devel/py-tables/tables-3.6.1/tables/
H A D__init__.py48 oldenv = None
54 oldenv = os.environ['PATH']
55 os.environ['PATH'] = path + ';' + oldenv
57 oldenv = None
63 if path and oldenv is not None:
64 os.environ['PATH'] = oldenv
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/cert/
H A Dpos34-c.cpp43 static char *oldenv; in test_heap_memory() local
54 if (oldenv != NULL) { in test_heap_memory()
55 free(oldenv); /* avoid memory leak */ in test_heap_memory()
57 oldenv = env; in test_heap_memory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/cert/
H A Dpos34-c.cpp43 static char *oldenv; in test_heap_memory() local
54 if (oldenv != NULL) { in test_heap_memory()
55 free(oldenv); /* avoid memory leak */ in test_heap_memory()
57 oldenv = env; in test_heap_memory()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/cert/
H A Dpos34-c.cpp43 static char *oldenv; in test_heap_memory() local
54 if (oldenv != NULL) { in test_heap_memory()
55 free(oldenv); /* avoid memory leak */ in test_heap_memory()
57 oldenv = env; in test_heap_memory()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/cert/
H A Dpos34-c.cpp43 static char *oldenv; in test_heap_memory() local
54 if (oldenv != NULL) { in test_heap_memory()
55 free(oldenv); /* avoid memory leak */ in test_heap_memory()
57 oldenv = env; in test_heap_memory()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/cert/
H A Dpos34-c.cpp43 static char *oldenv; in test_heap_memory() local
54 if (oldenv != NULL) { in test_heap_memory()
55 free(oldenv); /* avoid memory leak */ in test_heap_memory()
57 oldenv = env; in test_heap_memory()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/cert/
H A Dpos34-c.cpp43 static char *oldenv; in test_heap_memory() local
54 if (oldenv != NULL) { in test_heap_memory()
55 free(oldenv); /* avoid memory leak */ in test_heap_memory()
57 oldenv = env; in test_heap_memory()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Analysis/cert/
H A Dpos34-c.cpp43 static char *oldenv; in test_heap_memory() local
54 if (oldenv != NULL) { in test_heap_memory()
55 free(oldenv); /* avoid memory leak */ in test_heap_memory()
57 oldenv = env; in test_heap_memory()

12345678910