gchar 225 daemons/attrd/pacemaker-attrd.c gchar **processed_args = pcmk__cmdline_preproc(argv, NULL); gchar 675 daemons/controld/controld_control.c gchar *s = pcmk__format_option_metadata("pacemaker-controld", desc_short, gchar 58 daemons/execd/cts-exec-helper.c interval_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 64 daemons/execd/cts-exec-helper.c notify_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 75 daemons/execd/cts-exec-helper.c param_key_val_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 543 daemons/execd/cts-exec-helper.c gchar **processed_args = pcmk__cmdline_preproc(argv, NULL); gchar 60 daemons/fenced/cts-fence-helper.c mode_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 631 daemons/fenced/cts-fence-helper.c gchar **processed_args = pcmk__cmdline_preproc(argv, NULL); gchar 1572 daemons/fenced/pacemaker-fenced.c gchar *s = pcmk__format_option_metadata("pacemaker-fenced", desc_short, gchar 61 daemons/pacemakerd/pacemakerd.c gchar **feature_list = g_strsplit(CRM_FEATURES, " ", 0); gchar 88 daemons/pacemakerd/pacemakerd.c pid_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 93 daemons/pacemakerd/pacemakerd.c standby_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 270 daemons/pacemakerd/pacemakerd.c gchar **processed_args = pcmk__cmdline_preproc(argv, "p"); gchar 30 daemons/schedulerd/pacemaker-schedulerd.c gchar **remainder; gchar 74 daemons/schedulerd/pacemaker-schedulerd.c gchar **processed_args = pcmk__cmdline_preproc(argv, NULL); gchar 116 include/crm/common/cmdline_internal.h gchar *pcmk__quote_cmdline(gchar **argv); gchar 157 include/crm/common/cmdline_internal.h gchar ** gchar 100 include/crm/common/options_internal.h gchar *pcmk__format_option_metadata(const char *name, const char *desc_short, gchar 196 include/crm/common/output_internal.h gchar *request; gchar 136 include/crm/common/strings_internal.h gboolean pcmk__str_in_list(const gchar *s, const GList *lst, uint32_t flags); gchar 200 include/crm/fencing/internal.h gchar *stonith__history_description(stonith_history_t *event, bool full_history, gchar 283 include/crm/pengine/internal.h gchar * pcmk__native_output_string(pe_resource_t *rsc, const char *name, pe_node_t *node, gchar 579 lib/cib/cib_utils.c gchar *s = pcmk__format_option_metadata("pacemaker-based", desc_short, gchar 21 lib/common/cmdline.c bump_verbosity(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 147 lib/common/cmdline.c static gchar * gchar 148 lib/common/cmdline.c string_replace(gchar *str, const gchar *sub, const gchar *repl) gchar 157 lib/common/cmdline.c gchar **split = g_strsplit(str, sub, 0); gchar 158 lib/common/cmdline.c gchar *retval = g_strjoinv(repl, split); gchar 164 lib/common/cmdline.c gchar * gchar 165 lib/common/cmdline.c pcmk__quote_cmdline(gchar **argv) gchar 205 lib/common/cmdline.c gchar *repl = string_replace(argv[i], "'", "\\\'"); gchar 214 lib/common/cmdline.c gchar ** gchar 225 lib/common/cmdline.c gchar *basename = g_path_get_basename(*argv); gchar 348 lib/common/cmdline.c gchar **extra_args = NULL; gchar 55 lib/common/logging.c crm_glib_handler(const gchar * log_domain, GLogLevelFlags flags, const gchar * message, gchar 1048 lib/common/logging.c gchar *arg_string = NULL; gchar 643 lib/common/options.c gchar * gchar 883 lib/common/strings.c pcmk__str_in_list(const gchar *s, const GList *lst, uint32_t flags) gchar 19 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c assert_int_equal(g_strv_length((gchar **) (a)), g_strv_length((gchar **) (b))); \ gchar 33 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "-a", "-b", "-c", "-d", "-1", NULL }; gchar 35 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, NULL); gchar 47 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "-", NULL }; gchar 49 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, NULL); gchar 57 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "-a", "--", "-bc", NULL }; gchar 59 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, NULL); gchar 67 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "-a", "X", "-F", "val", NULL }; gchar 69 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, "aF"); gchar 77 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "-a", NULL }; gchar 79 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, "a"); gchar 87 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "--blah=foo", NULL }; gchar 89 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, NULL); gchar 97 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "-v", "-1000", NULL }; gchar 99 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, "v"); gchar 107 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "-1", "-i", "-3", NULL }; gchar 109 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, NULL); gchar 117 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "-n", "crm_mon_options", "-v", "--opt1 --opt2", NULL }; gchar 119 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, "v"); gchar 127 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "-n", "crm_mon_options", "-v", "-1i3", NULL }; gchar 129 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, "v"); gchar 137 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "-a", "-b", "-c", "-1i3", NULL }; gchar 139 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, "c"); gchar 25 lib/common/tests/cmdline/pcmk__quote_cmdline_test.c const gchar *expected = "crm_resource -r rsc1 --meta -p comment -v hello --output-as=xml"; gchar 27 lib/common/tests/cmdline/pcmk__quote_cmdline_test.c gchar *processed = pcmk__quote_cmdline((gchar **) argv); gchar 35 lib/common/tests/cmdline/pcmk__quote_cmdline_test.c const gchar *expected = "crm_resource -r rsc1 --meta -p comment -v 'hello world' --output-as=xml"; gchar 37 lib/common/tests/cmdline/pcmk__quote_cmdline_test.c gchar *processed = pcmk__quote_cmdline((gchar **) argv); gchar 45 lib/common/tests/cmdline/pcmk__quote_cmdline_test.c const gchar *expected = "crm_resource -r rsc1 --meta -p comment -v 'here\\\'s johnny' --output-as=xml"; gchar 47 lib/common/tests/cmdline/pcmk__quote_cmdline_test.c gchar *processed = pcmk__quote_cmdline((gchar **) argv); gchar 1908 lib/common/xml.c g_string_append(buffer, (const gchar *) data->content); gchar 2028 lib/common/xml.c (const gchar *) xmlBufContent(xml_buffer->buffer)); gchar 73 lib/fencing/st_output.c gchar * gchar 387 lib/fencing/st_output.c gchar *desc = stonith__history_description(event, full_history, succeeded, gchar 421 lib/fencing/st_output.c gchar *desc = stonith__history_description(event, full_history, succeeded, gchar 293 lib/pengine/common.c gchar *s = pcmk__format_option_metadata("pacemaker-schedulerd", desc_short, gchar 541 lib/pengine/native.c gchar * gchar 724 lib/pengine/native.c gchar *s = pcmk__native_output_string(rsc, name, node, show_opts, gchar 756 lib/pengine/native.c gchar *s = pcmk__native_output_string(rsc, name, node, show_opts, gchar 822 lib/pengine/native.c gchar *resource_s = pcmk__native_output_string(rsc, name, node, options, gchar 1882 lib/pengine/pe_output.c gchar *node_str = NULL; gchar 95 lib/pengine/variant.h gchar *container_host_options; gchar 694 lib/services/dbus.c const char *obj, const gchar * iface, const char *name, gchar 37 lib/services/pcmk-dbus.h DBusConnection *connection, const char *target, const char *obj, const gchar * iface, const char *name, gchar 27 lib/services/systemd.h G_GNUC_INTERNAL gboolean systemd_unit_exists(const gchar * name); gchar 109 lib/services/upstart.c object_path_for_job(const gchar *arg_name, char **path, int timeout) gchar 289 lib/services/upstart.c get_first_instance(const gchar * job, int timeout) gchar 28 lib/services/upstart.h G_GNUC_INTERNAL gboolean upstart_job_exists(const gchar * name); gchar 45 tools/attrd_updater.c gchar *attr_dampen; gchar 46 tools/attrd_updater.c gchar *attr_name; gchar 47 tools/attrd_updater.c gchar *attr_node; gchar 48 tools/attrd_updater.c gchar *attr_set; gchar 59 tools/attrd_updater.c command_cb (const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 80 tools/attrd_updater.c private_cb (const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 86 tools/attrd_updater.c section_cb (const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 232 tools/attrd_updater.c gchar **processed_args = pcmk__cmdline_preproc(argv, "dlnsvBNUS"); gchar 89 tools/crm_attribute.c gchar *attr_default; gchar 90 tools/crm_attribute.c gchar *attr_id; gchar 91 tools/crm_attribute.c gchar *attr_name; gchar 92 tools/crm_attribute.c gchar *attr_pattern; gchar 95 tools/crm_attribute.c gchar *dest_uname; gchar 97 tools/crm_attribute.c gchar *set_name; gchar 99 tools/crm_attribute.c gchar *type; gchar 109 tools/crm_attribute.c delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 116 tools/crm_attribute.c promotion_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 137 tools/crm_attribute.c update_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 144 tools/crm_attribute.c utilization_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 155 tools/crm_attribute.c value_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 756 tools/crm_attribute.c gchar **processed_args = pcmk__cmdline_preproc(argv, "NPUdilnpstv"); gchar 42 tools/crm_diff.c gboolean new_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 43 tools/crm_diff.c gboolean original_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 44 tools/crm_diff.c gboolean patch_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 86 tools/crm_diff.c new_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 93 tools/crm_diff.c original_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 100 tools/crm_diff.c patch_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 298 tools/crm_diff.c gchar **processed_args = pcmk__cmdline_preproc(argv, "nopNO"); gchar 31 tools/crm_error.c result_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 90 tools/crm_error.c gchar **processed_args = pcmk__cmdline_preproc(argv, NULL); gchar 82 tools/crm_mon.c static gchar **processed_args = NULL; gchar 217 tools/crm_mon.c apply_exclude(const gchar *excludes, GError **error) { gchar 247 tools/crm_mon.c apply_include(const gchar *includes, GError **error) { gchar 317 tools/crm_mon.c user_include_exclude_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 325 tools/crm_mon.c include_exclude_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 333 tools/crm_mon.c as_cgi_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 341 tools/crm_mon.c as_html_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 350 tools/crm_mon.c as_simple_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 358 tools/crm_mon.c as_xml_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 365 tools/crm_mon.c fence_history_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 403 tools/crm_mon.c group_by_node_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 409 tools/crm_mon.c hide_headers_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 414 tools/crm_mon.c inactive_resources_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 420 tools/crm_mon.c no_curses_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 426 tools/crm_mon.c print_brief_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 432 tools/crm_mon.c print_detail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 438 tools/crm_mon.c print_timing_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 444 tools/crm_mon.c reconnect_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 458 tools/crm_mon.c show_attributes_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 463 tools/crm_mon.c show_bans_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 475 tools/crm_mon.c show_failcounts_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 480 tools/crm_mon.c show_operations_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 485 tools/crm_mon.c show_tickets_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 490 tools/crm_mon.c use_cib_file_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 471 tools/crm_mon_curses.c gchar *desc = stonith__history_description(event, full_history, succeeded, gchar 41 tools/crm_node.c gboolean command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 42 tools/crm_node.c gboolean name_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 43 tools/crm_node.c gboolean remove_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 95 tools/crm_node.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 115 tools/crm_node.c name_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 122 tools/crm_node.c remove_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 535 tools/crm_node.c gchar **processed_args = pcmk__cmdline_preproc(argv, "NR"); gchar 85 tools/crm_resource.c gchar *rsc_id; // Value of --resource gchar 86 tools/crm_resource.c gchar *rsc_type; // Value of --resource-type gchar 91 tools/crm_resource.c gchar *host_uname; // Value of --node gchar 92 tools/crm_resource.c gchar *interval_spec; // Value of --interval gchar 93 tools/crm_resource.c gchar *move_lifetime; // Value of --lifetime gchar 94 tools/crm_resource.c gchar *operation; // Value of --operation gchar 96 tools/crm_resource.c gchar *prop_id; // --nvpair (attribute XML ID) gchar 98 tools/crm_resource.c gchar *prop_set; // --set-name (attribute block XML ID) gchar 99 tools/crm_resource.c gchar *prop_value; // --parameter-value (attribute value) gchar 102 tools/crm_resource.c gchar *xml_file; // Value of (deprecated) --xml-file gchar 113 tools/crm_resource.c gchar **remainder; // Positional arguments as given gchar 143 tools/crm_resource.c gboolean agent_provider_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 144 tools/crm_resource.c gboolean attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 145 tools/crm_resource.c gboolean class_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 146 tools/crm_resource.c gboolean cleanup_refresh_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 147 tools/crm_resource.c gboolean delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 148 tools/crm_resource.c gboolean expired_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 149 tools/crm_resource.c gboolean list_agents_cb(const gchar *option_name, const gchar *optarg, gchar 151 tools/crm_resource.c gboolean list_providers_cb(const gchar *option_name, const gchar *optarg, gchar 153 tools/crm_resource.c gboolean list_standards_cb(const gchar *option_name, const gchar *optarg, gchar 155 tools/crm_resource.c gboolean list_alternatives_cb(const gchar *option_name, const gchar *optarg, gchar 157 tools/crm_resource.c gboolean metadata_cb(const gchar *option_name, const gchar *optarg, gchar 159 tools/crm_resource.c gboolean option_cb(const gchar *option_name, const gchar *optarg, gchar 161 tools/crm_resource.c gboolean fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 162 tools/crm_resource.c gboolean flag_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 163 tools/crm_resource.c gboolean get_param_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 164 tools/crm_resource.c gboolean list_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 165 tools/crm_resource.c gboolean set_delete_param_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 166 tools/crm_resource.c gboolean set_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 167 tools/crm_resource.c gboolean timeout_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 168 tools/crm_resource.c gboolean validate_or_force_cb(const gchar *option_name, const gchar *optarg, gchar 170 tools/crm_resource.c gboolean restart_cb(const gchar *option_name, const gchar *optarg, gchar 172 tools/crm_resource.c gboolean digests_cb(const gchar *option_name, const gchar *optarg, gchar 174 tools/crm_resource.c gboolean wait_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 175 tools/crm_resource.c gboolean why_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 654 tools/crm_resource.c agent_provider_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 668 tools/crm_resource.c attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 679 tools/crm_resource.c class_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 687 tools/crm_resource.c cleanup_refresh_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 703 tools/crm_resource.c delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 711 tools/crm_resource.c expired_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 718 tools/crm_resource.c get_agent_spec(const gchar *optarg) gchar 727 tools/crm_resource.c list_agents_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 736 tools/crm_resource.c list_providers_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 745 tools/crm_resource.c list_standards_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 756 tools/crm_resource.c list_alternatives_cb(const gchar *option_name, const gchar *optarg, gchar 765 tools/crm_resource.c metadata_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 774 tools/crm_resource.c option_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 791 tools/crm_resource.c fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 799 tools/crm_resource.c flag_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 833 tools/crm_resource.c get_param_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 846 tools/crm_resource.c list_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 864 tools/crm_resource.c set_delete_param_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 877 tools/crm_resource.c set_prop_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 886 tools/crm_resource.c timeout_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 892 tools/crm_resource.c validate_or_force_cb(const gchar *option_name, const gchar *optarg, gchar 917 tools/crm_resource.c restart_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 926 tools/crm_resource.c digests_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 940 tools/crm_resource.c wait_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 948 tools/crm_resource.c why_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 1548 tools/crm_resource.c gchar **processed_args = NULL; gchar 1603 tools/crm_resource.c for (gchar **s = options.remainder; *s; s++) { gchar 1623 tools/crm_resource.c gchar **strv = NULL; gchar 1624 tools/crm_resource.c gchar *msg = NULL; gchar 1628 tools/crm_resource.c for (gchar **s = options.remainder; *s; s++) { gchar 1640 tools/crm_resource.c for (gchar **s = options.remainder; *s; s++) { gchar 40 tools/crm_rule.c gchar **rules; gchar 45 tools/crm_rule.c static gboolean mode_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 75 tools/crm_rule.c mode_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 114 tools/crm_rule.c gchar **processed_args = pcmk__cmdline_preproc(argv, "drX"); gchar 40 tools/crm_simulate.c gchar *input_file; gchar 43 tools/crm_simulate.c gchar *output_file; gchar 46 tools/crm_simulate.c gchar *test_dir; gchar 68 tools/crm_simulate.c all_actions_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 74 tools/crm_simulate.c attrs_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 80 tools/crm_simulate.c failcounts_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 86 tools/crm_simulate.c in_place_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 93 tools/crm_simulate.c live_check_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 104 tools/crm_simulate.c node_down_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 110 tools/crm_simulate.c node_fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 116 tools/crm_simulate.c node_up_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 123 tools/crm_simulate.c op_fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 130 tools/crm_simulate.c op_inject_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 136 tools/crm_simulate.c pending_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 142 tools/crm_simulate.c process_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 148 tools/crm_simulate.c quorum_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 154 tools/crm_simulate.c save_dotfile_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 161 tools/crm_simulate.c save_graph_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 168 tools/crm_simulate.c show_scores_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 174 tools/crm_simulate.c simulate_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 180 tools/crm_simulate.c ticket_activate_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 186 tools/crm_simulate.c ticket_grant_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 192 tools/crm_simulate.c ticket_revoke_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 198 tools/crm_simulate.c ticket_standby_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 204 tools/crm_simulate.c utilization_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 210 tools/crm_simulate.c watchdog_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 216 tools/crm_simulate.c xml_file_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 223 tools/crm_simulate.c xml_pipe_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 460 tools/crm_simulate.c gchar **processed_args = pcmk__cmdline_preproc(argv, "bdefgiqrtuwxDFGINOP"); gchar 43 tools/crm_ticket.c gchar *attr_default; gchar 44 tools/crm_ticket.c gchar *attr_id; gchar 50 tools/crm_ticket.c gchar *set_name; gchar 52 tools/crm_ticket.c gchar *ticket_id; gchar 53 tools/crm_ticket.c gchar *xml_file; gchar 66 tools/crm_ticket.c attr_value_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 83 tools/crm_ticket.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 102 tools/crm_ticket.c delete_attr_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 109 tools/crm_ticket.c get_attr_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 116 tools/crm_ticket.c grant_standby_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 135 tools/crm_ticket.c set_attr_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 257 tools/crm_ticket.c find_ticket(gchar *ticket_id, pe_working_set_t * data_set) gchar 341 tools/crm_ticket.c find_ticket_state(cib_t * the_cib, gchar *ticket_id, xmlNode ** ticket_state_xml) gchar 384 tools/crm_ticket.c find_ticket_constraints(cib_t * the_cib, gchar *ticket_id, xmlNode ** ticket_cons_xml) gchar 426 tools/crm_ticket.c dump_ticket_xml(cib_t * the_cib, gchar *ticket_id) gchar 451 tools/crm_ticket.c dump_constraints(cib_t * the_cib, gchar *ticket_id) gchar 473 tools/crm_ticket.c get_ticket_state_attr(gchar *ticket_id, const char *attr_name, const char **attr_value, gchar 495 tools/crm_ticket.c ticket_warning(gchar *ticket_id, const char *action) gchar 534 tools/crm_ticket.c allow_modification(gchar *ticket_id) gchar 567 tools/crm_ticket.c modify_ticket_state(gchar * ticket_id, cib_t * cib, pe_working_set_t * data_set) gchar 641 tools/crm_ticket.c delete_ticket_state(gchar *ticket_id, cib_t * cib) gchar 731 tools/crm_ticket.c gchar **processed_args = NULL; gchar 120 tools/crm_verify.c gchar **processed_args = pcmk__cmdline_preproc(argv, "xSX"); gchar 46 tools/crmadmin.c gboolean command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 100 tools/crmadmin.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) gchar 185 tools/crmadmin.c gchar **processed_args = pcmk__cmdline_preproc(argv, "itKNS"); gchar 21 tools/iso8601.c gchar *duration_s; gchar 22 tools/iso8601.c gchar *expected_s; gchar 23 tools/iso8601.c gchar *period_s; gchar 30 tools/iso8601.c date_now_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 41 tools/iso8601.c modifier_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 149 tools/iso8601.c gchar **processed_args = pcmk__cmdline_preproc(argv, "dpDE"); gchar 77 tools/stonith_admin.c gboolean add_env_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 78 tools/stonith_admin.c gboolean add_stonith_device(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 79 tools/stonith_admin.c gboolean add_stonith_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 80 tools/stonith_admin.c gboolean add_tolerance(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 81 tools/stonith_admin.c gboolean set_tag(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 243 tools/stonith_admin.c add_env_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 261 tools/stonith_admin.c add_stonith_device(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 267 tools/stonith_admin.c add_tolerance(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 273 tools/stonith_admin.c add_stonith_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 298 tools/stonith_admin.c set_tag(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 384 tools/stonith_admin.c gchar **processed_args = pcmk__cmdline_preproc(argv, "adehilorstvyBCDFHQRTU");