__wrap_uname 79 lib/common/mock_private.h int __wrap_uname(struct utsname *buf); __wrap_uname 26 lib/common/tests/utils/pcmk_hostname_test.c expect_any(__wrap_uname, buf); __wrap_uname 27 lib/common/tests/utils/pcmk_hostname_test.c will_return(__wrap_uname, 0); __wrap_uname 28 lib/common/tests/utils/pcmk_hostname_test.c will_return(__wrap_uname, "somename"); __wrap_uname 45 lib/common/tests/utils/pcmk_hostname_test.c expect_any(__wrap_uname, buf); __wrap_uname 46 lib/common/tests/utils/pcmk_hostname_test.c will_return(__wrap_uname, -1); __wrap_uname 47 lib/common/tests/utils/pcmk_hostname_test.c will_return(__wrap_uname, NULL);