Searched defs:putenv (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 26 #define putenv _putenv macro
|
/external/valgrind/shared/ |
D | vg_replace_strmem.c | 1987 int VG_WRAP_FUNCTION_ZU(VG_Z_LIBC_SONAME, putenv) (char* string) in VG_WRAP_FUNCTION_ZU() argument
|
/external/python/cpython3/Lib/ |
D | os.py | 655 def __init__(self, data, encodekey, decodekey, encodevalue, decodevalue, putenv, unsetenv): argument
|
/external/libusb/examples/ |
D | xusb.c | 38 #define putenv _putenv macro
|
/external/compiler-rt/lib/msan/ |
D | msan_interceptors.cc | 680 INTERCEPTOR(int, putenv, char *string) { in INTERCEPTOR() argument
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1353 TEST(MemorySanitizer, putenv) { in TEST() argument
|