will_return        24 lib/common/tests/io/pcmk__get_tmpdir_test.c     will_return(__wrap_getenv, NULL);                   // getenv("TMPDIR") return value
will_return        29 lib/common/tests/io/pcmk__get_tmpdir_test.c     will_return(__wrap_getenv, "");                     // getenv("TMPDIR") return value
will_return        34 lib/common/tests/io/pcmk__get_tmpdir_test.c     will_return(__wrap_getenv, "subpath");              // getenv("TMPDIR") return value
will_return        49 lib/common/tests/io/pcmk__get_tmpdir_test.c     will_return(__wrap_getenv, "/var/tmp");             // getenv("TMPDIR") return value
will_return        54 lib/common/tests/io/pcmk__get_tmpdir_test.c     will_return(__wrap_getenv, "/");                    // getenv("TMPDIR") return value
will_return        59 lib/common/tests/io/pcmk__get_tmpdir_test.c     will_return(__wrap_getenv, "/tmp/abcd.1234");       // getenv("TMPDIR") return value
will_return        30 lib/common/tests/options/pcmk__env_option_enabled_test.c     will_return(__wrap_getenv, "true");
will_return        34 lib/common/tests/options/pcmk__env_option_enabled_test.c     will_return(__wrap_getenv, "true");
will_return        47 lib/common/tests/options/pcmk__env_option_enabled_test.c     will_return(__wrap_getenv, "false");
will_return        51 lib/common/tests/options/pcmk__env_option_enabled_test.c     will_return(__wrap_getenv, "false");
will_return        64 lib/common/tests/options/pcmk__env_option_enabled_test.c     will_return(__wrap_getenv, "pacemaker-execd");
will_return        68 lib/common/tests/options/pcmk__env_option_enabled_test.c     will_return(__wrap_getenv, "pacemaker-execd,pacemaker-fenced");
will_return        72 lib/common/tests/options/pcmk__env_option_enabled_test.c     will_return(__wrap_getenv, "pacemaker-controld,pacemaker-execd");
will_return        76 lib/common/tests/options/pcmk__env_option_enabled_test.c     will_return(__wrap_getenv,
will_return        90 lib/common/tests/options/pcmk__env_option_enabled_test.c     will_return(__wrap_getenv, "pacemaker-controld,pacemaker-fenced");
will_return        75 lib/common/tests/options/pcmk__env_option_test.c     will_return(__wrap_getenv, "value");
will_return        88 lib/common/tests/options/pcmk__env_option_test.c     will_return(__wrap_getenv, NULL);
will_return        91 lib/common/tests/options/pcmk__env_option_test.c     will_return(__wrap_getenv, NULL);
will_return       105 lib/common/tests/options/pcmk__env_option_test.c     will_return(__wrap_getenv, "value");
will_return       118 lib/common/tests/options/pcmk__env_option_test.c     will_return(__wrap_getenv, NULL);
will_return       121 lib/common/tests/options/pcmk__env_option_test.c     will_return(__wrap_getenv, "value");
will_return        89 lib/common/tests/options/pcmk__set_env_option_test.c     will_return(__wrap_setenv, 0);
will_return        98 lib/common/tests/options/pcmk__set_env_option_test.c     will_return(__wrap_unsetenv, 0);
will_return       113 lib/common/tests/options/pcmk__set_env_option_test.c     will_return(__wrap_setenv, 0);
will_return       117 lib/common/tests/options/pcmk__set_env_option_test.c     will_return(__wrap_setenv, 0);
will_return       124 lib/common/tests/options/pcmk__set_env_option_test.c     will_return(__wrap_setenv, 0);
will_return       128 lib/common/tests/options/pcmk__set_env_option_test.c     will_return(__wrap_setenv, 0);
will_return       141 lib/common/tests/options/pcmk__set_env_option_test.c     will_return(__wrap_unsetenv, 0);
will_return       143 lib/common/tests/options/pcmk__set_env_option_test.c     will_return(__wrap_unsetenv, 0);
will_return       158 lib/common/tests/options/pcmk__set_env_option_test.c     will_return(__wrap_setenv, 0);
will_return       167 lib/common/tests/options/pcmk__set_env_option_test.c     will_return(__wrap_unsetenv, 0);
will_return       169 lib/common/tests/options/pcmk__set_env_option_test.c     will_return(__wrap_unsetenv, 0);
will_return       101 lib/common/tests/output/pcmk__output_new_test.c     will_return(__wrap_fopen64, EPERM);
will_return       105 lib/common/tests/output/pcmk__output_new_test.c     will_return(__wrap_fopen, EPERM);
will_return        34 lib/common/tests/procfs/pcmk__procfs_has_pids_false_test.c     will_return(__wrap_readlink, ENOENT);
will_return        35 lib/common/tests/procfs/pcmk__procfs_has_pids_false_test.c     will_return(__wrap_readlink, NULL);
will_return        33 lib/common/tests/procfs/pcmk__procfs_has_pids_true_test.c     will_return(__wrap_readlink, 0);
will_return        34 lib/common/tests/procfs/pcmk__procfs_has_pids_true_test.c     will_return(__wrap_readlink, "/ok");
will_return        32 lib/common/tests/procfs/pcmk__procfs_pid2path_test.c     will_return(__wrap_readlink, ENOENT);
will_return        33 lib/common/tests/procfs/pcmk__procfs_pid2path_test.c     will_return(__wrap_readlink, NULL);
will_return        54 lib/common/tests/procfs/pcmk__procfs_pid2path_test.c     will_return(__wrap_readlink, 0);
will_return        55 lib/common/tests/procfs/pcmk__procfs_pid2path_test.c     will_return(__wrap_readlink, "/more/than/10/characters");
will_return        77 lib/common/tests/procfs/pcmk__procfs_pid2path_test.c     will_return(__wrap_readlink, 0);
will_return        78 lib/common/tests/procfs/pcmk__procfs_pid2path_test.c     will_return(__wrap_readlink, "/ok");
will_return        49 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_getpwnam_r, EIO);
will_return        50 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_getpwnam_r, NULL);
will_return        71 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_getpwnam_r, 0);
will_return        72 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_getpwnam_r, NULL);
will_return       100 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_getpwnam_r, 0);
will_return       101 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_getpwnam_r, &returned_ent);
will_return       113 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_getpwnam_r, 0);
will_return       114 lib/common/tests/utils/crm_user_lookup_test.c     will_return(__wrap_getpwnam_r, &returned_ent);
will_return        26 lib/common/tests/utils/pcmk__getpid_s_test.c     will_return(__wrap_getpid, 1234);
will_return        34 lib/common/tests/utils/pcmk_daemon_user_test.c     will_return(__wrap_getpwnam_r, ENOENT);
will_return        35 lib/common/tests/utils/pcmk_daemon_user_test.c     will_return(__wrap_getpwnam_r, NULL);
will_return        63 lib/common/tests/utils/pcmk_daemon_user_test.c     will_return(__wrap_getpwnam_r, 0);
will_return        64 lib/common/tests/utils/pcmk_daemon_user_test.c     will_return(__wrap_getpwnam_r, &returned_ent);
will_return        27 lib/common/tests/utils/pcmk_hostname_test.c     will_return(__wrap_uname, 0);
will_return        28 lib/common/tests/utils/pcmk_hostname_test.c     will_return(__wrap_uname, "somename");
will_return        46 lib/common/tests/utils/pcmk_hostname_test.c     will_return(__wrap_uname, -1);
will_return        47 lib/common/tests/utils/pcmk_hostname_test.c     will_return(__wrap_uname, NULL);