Home
last modified time | relevance | path

Searched refs:putenv (Results 1 - 25 of 50) sorted by relevance

12

/third_party/python/Programs/
H A D_testembed.c16 #include <stdlib.h> // putenv()
271 putenv("PYTHONMALLOC="); in test_pre_initialization_api()
368 putenv("PYTHONMALLOC="); in test_bpo20891()
513 putenv("PYTHONUTF8=0"); in test_init_global_config()
523 putenv("PYTHONINSPECT="); in test_init_global_config()
526 putenv("PYTHONOPTIMIZE=0"); in test_init_global_config()
529 putenv("PYTHONDEBUG=0"); in test_init_global_config()
534 putenv("PYTHONDONTWRITEBYTECODE="); in test_init_global_config()
537 putenv("PYTHONVERBOSE=0"); in test_init_global_config()
543 putenv("PYTHONUNBUFFERE in test_init_global_config()
[all...]
/third_party/musl/libc-test/src/functionalext/supplement/env/
H A Dputenv.c30 ret = putenv("test=putenv_0100"); in putenv_0100()
39 ret = putenv("test=putenv_new"); in putenv_0100()
59 ret = putenv("test"); in putenv_0200()
69 putenv(""); in putenv_0200()
/third_party/toybox/toys/pending/
H A Dinit.c66 if (!getenv("TERM")) putenv("TERM=linux"); in initialize_console()
470 putenv("HOME=/"); in init_main()
471 putenv("PATH=/sbin:/usr/sbin:/bin:/usr/bin"); in init_main()
472 putenv("SHELL=/bin/sh"); in init_main()
473 putenv("USER=root"); in init_main()
H A Dbootchartd.c256 putenv("PATH=/sbin:/usr/sbin:/bin:/usr/bin"); in bootchartd_main()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Dturbojpeg.c699 if (flags & TJFLAG_FORCEMMX) putenv("JSIMD_FORCEMMX=1"); in tjCompress2()
700 else if (flags & TJFLAG_FORCESSE) putenv("JSIMD_FORCESSE=1"); in tjCompress2()
701 else if (flags & TJFLAG_FORCESSE2) putenv("JSIMD_FORCESSE2=1"); in tjCompress2()
801 if (flags & TJFLAG_FORCEMMX) putenv("JSIMD_FORCEMMX=1"); in tjEncodeYUVPlanes()
802 else if (flags & TJFLAG_FORCESSE) putenv("JSIMD_FORCESSE=1"); in tjEncodeYUVPlanes()
803 else if (flags & TJFLAG_FORCESSE2) putenv("JSIMD_FORCESSE2=1"); in tjEncodeYUVPlanes()
1011 if (flags & TJFLAG_FORCEMMX) putenv("JSIMD_FORCEMMX=1"); in tjCompressFromYUVPlanes()
1012 else if (flags & TJFLAG_FORCESSE) putenv("JSIMD_FORCESSE=1"); in tjCompressFromYUVPlanes()
1013 else if (flags & TJFLAG_FORCESSE2) putenv("JSIMD_FORCESSE2=1"); in tjCompressFromYUVPlanes()
1297 if (flags & TJFLAG_FORCEMMX) putenv("JSIMD_FORCEMM in tjDecompress2()
[all...]
/third_party/musl/libc-test/src/regression/
H A Dputenv-doublefree.c12 putenv(c); in main()
/third_party/musl/src/env/
H A Dputenv.c41 int putenv(char *s) in putenv() function
/third_party/musl/libc-test/src/functional/
H A Denv.c21 if (putenv("TEST=1")) in main()
22 t_error("putenv: %s\n", strerror(errno)); in main()
24 t_error("putenv failed: environ[0]: %s, wanted \"TEST=1\"\n", environ[0]); in main()
H A Dtime.c98 putenv("TZ=GMT"); in main()
/third_party/ffmpeg/libavutil/tests/
H A Dparseutils.c195 putenv(tzstr); in test_av_parse_time()
/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h119 int putenv (char *);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h118 int putenv (char *);
/third_party/musl/porting/liteos_a/kernel/include/
H A Dstdlib.h121 int putenv (char *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h119 int putenv (char *);
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork04.c134 putenv("TESTPROG=FRKTCS04"); in setup()
/third_party/musl/libc-test/src/api/
H A Dstdlib.c85 {int(*p)(char*) = putenv;} in f()
/third_party/backends/frontend/
H A Dtest.c174 putenv (envbuf); in main()
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h124 int putenv (char *);
/third_party/musl/include/
H A Dstdlib.h125 int putenv (char *);
/third_party/libuv/test/
H A Dtest-threadpool-cancel.c26 # define putenv _putenv macro
76 putenv(buf); in saturate_threadpool()
/third_party/alsa-utils/alsactl/
H A Dalsactl.c326 if (putenv(optarg)) { in main()
/third_party/backends/tools/
H A Dumax_pp.c8 /* For putenv */
334 putenv (dbgstr); in main()
/third_party/musl/Benchmark/musl/
H A Dlibc_stdlib.cpp313 benchmark::DoNotOptimize(putenv((char*)a));
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DVulkanTester.cpp104 // POSIX putenv needs 'env' to live beyond the call in putEnv()
110 [[maybe_unused]] auto r = ::putenv(const_cast<char *>(envCopy.c_str())); in putEnv()
/third_party/python/Lib/test/
H A Dtest_posix.py1014 os.putenv('FRUIT\0VEGETABLE', 'cabbage')
1016 os.putenv(b'FRUIT\0VEGETABLE', b'cabbage')
1018 os.putenv('FRUIT', 'orange\0VEGETABLE=cabbage')
1020 os.putenv(b'FRUIT', b'orange\0VEGETABLE=cabbage')
1022 os.putenv('FRUIT=ORANGE', 'lemon')
1024 os.putenv(b'FRUIT=ORANGE', b'lemon')

Completed in 15 milliseconds

12