/external/valgrind/memcheck/tests/darwin/ |
env.c | 23 putenv("MYVAR=xxxx"); // no leak for putenv()
|
/toolchain/binutils/binutils-2.25/libiberty/ |
putenv.c | 2 This file based on putenv.c in the GNU C Library. 21 @deftypefn Supplemental int putenv (const char *@var{string}) 42 #define putenv libiberty_putenv macro 63 #undef putenv macro 70 putenv (const char *string) function
|
/external/e2fsprogs/include/nonunix/ |
unistd.h | 26 #define putenv _putenv macro
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/ |
config.hpp | 48 extern int putenv(char*); 72 #pragma warning(disable:4996) // putenv 93 // const_cast is used to satisfy putenv interface 95 putenv( const_cast<char*>( fs.str().c_str() ) ); 130 // const_cast is used to satisfy putenv interface
|
/external/wpa_supplicant_8/hs20/server/www/ |
spp.php | 24 putenv("HS20CERT"); 82 putenv("HS20CERT=yes"); 94 putenv("HS20USER=$user"); 96 putenv("HS20USER"); 98 putenv("HS20REALM=$realm"); 99 putenv("HS20POST=$HTTP_RAW_POST_DATA"); 101 putenv("HS20ADDR=$addr");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xw32defs.h | 42 # define putenv _putenv macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/ |
Xw32defs.h | 42 # define putenv _putenv macro
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
env.go | 24 // It is this copy that getenv/putenv manipulate.
|
/prebuilts/go/linux-x86/misc/cgo/test/ |
env.go | 24 // It is this copy that getenv/putenv manipulate.
|
/external/bison/m4/ |
setenv.m4 | 115 if (putenv ((char *) "a=1")) return 1; 116 if (putenv (entry2)) return 2;
|
/bionic/libc/upstream-openbsd/lib/libc/stdlib/ |
setenv.c | 39 * putenv -- 44 putenv(char *str) function 82 DEF_WEAK(putenv); variable
|
getenv.c | 41 * environmental array, for use by putenv(3), setenv(3) and unsetenv(3).
|
/external/toybox/toys/pending/ |
init.c | 66 if (!getenv("TERM")) putenv("TERM=linux"); 457 putenv("HOME=/"); 458 putenv("PATH=/sbin:/usr/sbin:/bin:/usr/bin"); 459 putenv("SHELL=/bin/sh"); 460 putenv("USER=root");
|
/external/clang/tools/c-arcmt-test/ |
c-arcmt-test.c | 116 putenv("LIBCLANG_LOGGING=1");
|
/external/toybox/toys/lsb/ |
su.c | 77 for (i=0; i < ARRAY_LEN(stuff); i++) if (stuff[i]) putenv(stuff[i]);
|
/external/libjpeg-turbo/ |
turbojpeg.c | 771 if(flags&TJFLAG_FORCEMMX) putenv("JSIMD_FORCEMMX=1"); 772 else if(flags&TJFLAG_FORCESSE) putenv("JSIMD_FORCESSE=1"); 773 else if(flags&TJFLAG_FORCESSE2) putenv("JSIMD_FORCESSE2=1"); 888 if(flags&TJFLAG_FORCEMMX) putenv("JSIMD_FORCEMMX=1"); 889 else if(flags&TJFLAG_FORCESSE) putenv("JSIMD_FORCESSE=1"); 890 else if(flags&TJFLAG_FORCESSE2) putenv("JSIMD_FORCESSE2=1"); 1080 if(flags&TJFLAG_FORCEMMX) putenv("JSIMD_FORCEMMX=1"); 1081 else if(flags&TJFLAG_FORCESSE) putenv("JSIMD_FORCESSE=1"); 1082 else if(flags&TJFLAG_FORCESSE2) putenv("JSIMD_FORCESSE2=1"); [all...] |
/external/dbus/dbus/ |
dbus-sysdeps-wince-glue.h | 92 #define putenv _dbus_wince_putenv macro 93 int putenv (char *str);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
os.py | 391 # Change environ to automatically call putenv() if it exists 393 # This will fail if there's no putenv 394 putenv 406 putenv(key, "") 409 # On RISC OS, all env access goes through getenv and putenv 420 putenv(key, item) 471 putenv(key, item)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
os.py | 391 # Change environ to automatically call putenv() if it exists 393 # This will fail if there's no putenv 394 putenv 406 putenv(key, "") 409 # On RISC OS, all env access goes through getenv and putenv 420 putenv(key, item) 471 putenv(key, item)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
os.py | 391 # Change environ to automatically call putenv() if it exists 393 # This will fail if there's no putenv 394 putenv 406 putenv(key, "") 409 # On RISC OS, all env access goes through getenv and putenv 420 putenv(key, item) 471 putenv(key, item)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
os.py | 391 # Change environ to automatically call putenv() if it exists 393 # This will fail if there's no putenv 394 putenv 406 putenv(key, "") 409 # On RISC OS, all env access goes through getenv and putenv 420 putenv(key, item) 471 putenv(key, item)
|
/bionic/libstdc++/include/ |
cstdlib | 47 using ::putenv;
|
/external/libcxx/test/std/localization/locale.categories/category.collate/locale.collate.byname/ |
transform.pass.cpp | 29 putenv(const_cast<char*>("LANG=" LOCALE_en_US_UTF_8));
|
/external/webrtc/third_party/gflags/gen/posix/include/private/ |
config.h | 32 /* Define to 1 if you have the `putenv' function. */
|
/ndk/sources/cxx-stl/gabi++/include/ |
cstdlib | 50 using ::putenv;
|