Home
last modified time | relevance | path

Searched defs:putenv (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/lib/libiberty/src/
H A Dputenv.c42 #define putenv libiberty_putenv macro
70 putenv (const char *string) in putenv() function
/openbsd/lib/libc/stdlib/
H A Dsetenv.c43 putenv(char *str) in putenv() function
/openbsd/gnu/usr.bin/gcc/gcc/config/vax/
H A Dxm-vms.h110 #define putenv(x) macro
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.xs89 # define putenv xceputenv macro
/openbsd/gnu/usr.bin/perl/win32/
H A Dwin32iop.h351 #define putenv win32_putenv macro
/openbsd/gnu/usr.bin/perl/
H A DXSUB.h528 # define putenv PerlEnv_putenv macro
/openbsd/gnu/llvm/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp661 INTERCEPTOR(int, putenv, char *string) { in INTERCEPTOR() argument
/openbsd/gnu/llvm/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp1449 TEST(MemorySanitizer, putenv) { in TEST() argument