getenv_r
if (getenv_r("LIBC_UBSAN", buf, sizeof(buf)) != -1) {
int getenv_r(const char *, char *, size_t);
__weak_alias(getenv_r, _getenv_r)
if (getenv_r(name, valstr, sizeof(valstr)) == -1)
if (getenv_r("PERFUSE_OPTIONS", opts, sizeof(opts)) != -1) {
if (getenv_r("RUMPHIJACK", buf, sizeof(buf)) == -1) {
if (getenv_r("RUMPHIJACK_RETRYCONNECT", buf, sizeof(buf)) != -1) {
if (getenv_r("RUMPHIJACK__DUP2INFO", buf, sizeof(buf)) == 0) {
if (getenv_r("RUMPHIJACK__PWDINRUMP", buf, sizeof(buf)) == 0) {
if (getenv_r(name, buf, blen) == -1)
if (getenv_r("RUMP_NCPU", buf, blen) == -1) {
if (getenv_r(name, buf, blen) == -1)
if (getenv_r("RUMP_THREADS", buf, sizeof(buf)) == 0)
if (getenv_r("RUMP_STDOUT", path, sizeof(path)) == 0) {
if (getenv_r("RUMP_STDERR", path, sizeof(path)) == 0) {
if (getenv_r(name, value, sizeof(value)) == -1) {