HomeSort by relevance Sort by last modified time
    Searched refs:putenv (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/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/valgrind/memcheck/tests/darwin/
env.c 23 putenv("MYVAR=xxxx"); // no leak for putenv()
  /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");
100 putenv("HS20POST=$postdata");
102 putenv("HS20ADDR=$addr");
  /external/libcups/cups/
testppd.c 180 putenv("LOCALEDIR=locale");
181 putenv("SOFTWARE=CUPS");
546 putenv("LANG=fr");
547 putenv("LC_ALL=fr");
548 putenv("LC_CTYPE=fr");
549 putenv("LC_MESSAGES=fr");
561 putenv("LANG=zh_TW");
562 putenv("LC_ALL=zh_TW");
563 putenv("LC_CTYPE=zh_TW");
564 putenv("LC_MESSAGES=zh_TW")
    [all...]
  /external/e2fsprogs/include/nonunix/
unistd.h 26 #define putenv _putenv macro
  /external/python/cpython2/Lib/plat-riscos/
riscosenviron.py 21 riscos.putenv(key, item)
39 riscos.putenv(k, v)
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
setenv.c 39 * putenv --
44 putenv(char *str) function
82 DEF_WEAK(putenv); variable
  /external/python/cpython2/Misc/
setuid-prog.c 121 putenv(def_PATH);
  /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.
  /prebuilts/ndk/r16/sources/cxx-stl/system/include/
cstdlib 50 using ::putenv;
  /external/clang/tools/c-arcmt-test/
c-arcmt-test.c 116 putenv("LIBCLANG_LOGGING=1");
  /external/syslinux/com32/include/
stdlib.h 54 __extern int putenv(const char *);
  /external/toybox/toys/lsb/
su.c 77 for (i=0; i < ARRAY_LEN(stuff); i++) if (stuff[i]) putenv(stuff[i]);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 42 # define putenv _putenv macro
  /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/libjpeg-turbo/
turbojpeg.c 799 if(flags&TJFLAG_FORCEMMX) putenv("JSIMD_FORCEMMX=1");
800 else if(flags&TJFLAG_FORCESSE) putenv("JSIMD_FORCESSE=1");
801 else if(flags&TJFLAG_FORCESSE2) putenv("JSIMD_FORCESSE2=1");
915 if(flags&TJFLAG_FORCEMMX) putenv("JSIMD_FORCEMMX=1");
916 else if(flags&TJFLAG_FORCESSE) putenv("JSIMD_FORCESSE=1");
917 else if(flags&TJFLAG_FORCESSE2) putenv("JSIMD_FORCESSE2=1");
1114 if(flags&TJFLAG_FORCEMMX) putenv("JSIMD_FORCEMMX=1");
1115 else if(flags&TJFLAG_FORCESSE) putenv("JSIMD_FORCESSE=1");
1116 else if(flags&TJFLAG_FORCESSE2) putenv("JSIMD_FORCESSE2=1");
    [all...]
  /bionic/tests/headers/posix/
stdlib_h.c 113 FUNCTION(putenv, int (*f)(char*));
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
stdlib.h 207 int putenv(char *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
os.py 405 # Change environ to automatically call putenv() if it exists
407 # This will fail if there's no putenv
408 putenv
420 putenv(key, "")
423 # On RISC OS, all env access goes through getenv and putenv
434 putenv(key, item)
485 putenv(key, item)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
os.py 420 # Change environ to automatically call putenv() if it exists
422 # This will fail if there's no putenv
423 putenv
435 putenv(key, "")
438 # On RISC OS, all env access goes through getenv and putenv
449 putenv(key, item)
500 putenv(key, item)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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)
  /external/autotest/client/profilers/lttng/
lttng.py 54 os.putenv('LTT_DAEMON', self.lttd)
  /external/ltp/testcases/kernel/syscalls/fork/
fork04.c 134 putenv("TESTPROG=FRKTCS04");
  /external/python/cpython2/Lib/
os.py 393 # Change environ to automatically call putenv() if it exists
395 # This will fail if there's no putenv
396 putenv
408 putenv(key, "")
411 # On RISC OS, all env access goes through getenv and putenv
422 putenv(key, item)
473 putenv(key, item)

Completed in 598 milliseconds

1 2 3 4 5