__wrap_getenv 18 lib/common/mock_private.h char *__wrap_getenv(const char *name); __wrap_getenv 46 lib/common/tests/io/pcmk__get_tmpdir_test.c will_return(__wrap_getenv, NULL); // getenv("TMPDIR") return value __wrap_getenv 50 lib/common/tests/io/pcmk__get_tmpdir_test.c will_return(__wrap_getenv, ""); // getenv("TMPDIR") return value __wrap_getenv 54 lib/common/tests/io/pcmk__get_tmpdir_test.c will_return(__wrap_getenv, "subpath"); // getenv("TMPDIR") return value __wrap_getenv 68 lib/common/tests/io/pcmk__get_tmpdir_test.c will_return(__wrap_getenv, "/var/tmp"); // getenv("TMPDIR") return value __wrap_getenv 72 lib/common/tests/io/pcmk__get_tmpdir_test.c will_return(__wrap_getenv, "/"); // getenv("TMPDIR") return value __wrap_getenv 76 lib/common/tests/io/pcmk__get_tmpdir_test.c will_return(__wrap_getenv, "/tmp/abcd.1234"); // getenv("TMPDIR") return value