will_return 46 lib/common/tests/io/pcmk__get_tmpdir_test.c will_return(__wrap_getenv, NULL); // getenv("TMPDIR") return value will_return 50 lib/common/tests/io/pcmk__get_tmpdir_test.c will_return(__wrap_getenv, ""); // getenv("TMPDIR") return value will_return 54 lib/common/tests/io/pcmk__get_tmpdir_test.c will_return(__wrap_getenv, "subpath"); // getenv("TMPDIR") return value will_return 68 lib/common/tests/io/pcmk__get_tmpdir_test.c will_return(__wrap_getenv, "/var/tmp"); // getenv("TMPDIR") return value will_return 72 lib/common/tests/io/pcmk__get_tmpdir_test.c will_return(__wrap_getenv, "/"); // getenv("TMPDIR") return value will_return 76 lib/common/tests/io/pcmk__get_tmpdir_test.c will_return(__wrap_getenv, "/tmp/abcd.1234"); // getenv("TMPDIR") return value will_return 40 lib/common/tests/utils/pcmk_hostname_test.c will_return(__wrap_uname, 0); // uname() return value will_return 41 lib/common/tests/utils/pcmk_hostname_test.c will_return(__wrap_uname, "somename"); // uname() buf->nodename will_return 55 lib/common/tests/utils/pcmk_hostname_test.c will_return(__wrap_uname, -1); // uname() return value