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 52 lib/common/tests/utils/crm_user_lookup_test.c will_return(__wrap_calloc, 1); // calloc() should fail will_return 53 lib/common/tests/utils/crm_user_lookup_test.c will_return(__wrap_calloc, NULL); // calloc() return value will_return 66 lib/common/tests/utils/crm_user_lookup_test.c will_return(__wrap_getpwnam_r, EIO); // getpwnam_r() return value will_return 67 lib/common/tests/utils/crm_user_lookup_test.c will_return(__wrap_getpwnam_r, NULL); // result parameter to getpwnam_r() will_return 80 lib/common/tests/utils/crm_user_lookup_test.c will_return(__wrap_getpwnam_r, 0); // getpwnam_r() return value will_return 81 lib/common/tests/utils/crm_user_lookup_test.c will_return(__wrap_getpwnam_r, NULL); // result parameter to getpwnam_r() will_return 101 lib/common/tests/utils/crm_user_lookup_test.c will_return(__wrap_getpwnam_r, 0); // getpwnam_r() return value will_return 102 lib/common/tests/utils/crm_user_lookup_test.c will_return(__wrap_getpwnam_r, &returned_ent); // result parameter to getpwnam_r() will_return 108 lib/common/tests/utils/crm_user_lookup_test.c will_return(__wrap_getpwnam_r, 0); // getpwnam_r() return value will_return 109 lib/common/tests/utils/crm_user_lookup_test.c will_return(__wrap_getpwnam_r, &returned_ent); // result parameter to getpwnam_r() will_return 35 lib/common/tests/utils/pcmk_daemon_user_test.c will_return(__wrap_getpwnam_r, NULL); // result parameter to getpwnam_r() 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