Searched refs:putenv (Results 1 - 6 of 6) sorted by last modified time

/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs_legacy.c2270 void putenv() {} function
H A Dlibroot_stubs.c2291 void putenv() {} function
/haiku/src/system/libroot/posix/stdlib/
H A Denv.cpp296 // search possible another occurence, introduced via putenv()
307 putenv(char *string) function
/haiku/headers/posix/
H A Dstdlib.h83 extern int putenv(char *string);
/haiku/src/system/libroot/posix/glibc/stdlib/
H A Dstdlib.h638 extern int putenv (char *__string) __THROW;
/haiku/src/tests/system/libroot/posix/
H A Dtest_time.c42 if (putenv(buf))
44 puts("putenv failed.");

Completed in 132 milliseconds