gchar 38 daemons/attrd/pacemaker-attrd.c gchar **log_files = NULL; gchar 107 daemons/attrd/pacemaker-attrd.c gchar **processed_args = pcmk__cmdline_preproc(argv, NULL); gchar 41 daemons/based/pacemaker-based.c gchar *cib_root = NULL; gchar 187 daemons/based/pacemaker-based.c gchar **processed_args = pcmk__cmdline_preproc(argv, "r"); gchar 60 daemons/based/pacemaker-based.h extern gchar *cib_root; gchar 103 daemons/controld/controld_join_dc.c g_hash_table_remove(failed_sync_nodes, (gchar *) node_name); gchar 146 daemons/controld/controld_join_dc.c (gchar *) node_name); gchar 85 daemons/controld/pacemaker-controld.c gchar **processed_args = pcmk__cmdline_preproc(argv, NULL); 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 544 daemons/execd/cts-exec-helper.c gchar **processed_args = pcmk__cmdline_preproc(argv, NULL); gchar 46 daemons/execd/pacemaker-execd.c gchar **log_files; gchar 48 daemons/execd/pacemaker-execd.c gchar *port; gchar 430 daemons/execd/pacemaker-execd.c gchar **processed_args = NULL; gchar 470 daemons/execd/pacemaker-execd.c for (gchar **fname = options.log_files; *fname != NULL; fname++) { gchar 59 daemons/fenced/cts-fence-helper.c mode_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 645 daemons/fenced/cts-fence-helper.c gchar **processed_args = pcmk__cmdline_preproc(argv, NULL); gchar 62 daemons/fenced/pacemaker-fenced.c gchar **log_files; gchar 534 daemons/fenced/pacemaker-fenced.c gchar **processed_args = pcmk__cmdline_preproc(argv, "l"); gchar 65 daemons/pacemakerd/pacemakerd.c gchar **feature_list = g_strsplit(CRM_FEATURES, " ", 0); gchar 94 daemons/pacemakerd/pacemakerd.c pid_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 99 daemons/pacemakerd/pacemakerd.c standby_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 276 daemons/pacemakerd/pacemakerd.c gchar **processed_args = pcmk__cmdline_preproc(argv, "p"); gchar 31 daemons/schedulerd/pacemaker-schedulerd.c gchar **remainder; gchar 90 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 161 include/crm/common/cmdline_internal.h gchar ** gchar 230 include/crm/common/logging_internal.h void pcmk__add_logfiles(gchar **log_files, pcmk__output_t *out); gchar 189 include/crm/common/output_internal.h gchar *request; gchar 145 include/crm/common/strings_internal.h gboolean pcmk__str_in_list(const gchar *s, const GList *lst, uint32_t flags); gchar 152 include/crm/fencing/internal.h gchar *stonith__history_description(const stonith_history_t *event, gchar 81 include/crm/pengine/internal.h gchar *pcmk__native_output_string(const pcmk_resource_t *rsc, const char *name, gchar 28 lib/common/acl.c gchar *xpath; gchar 21 lib/common/cmdline.c bump_verbosity(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 145 lib/common/cmdline.c static gchar * gchar 146 lib/common/cmdline.c string_replace(gchar *str, const gchar *sub, const gchar *repl) gchar 155 lib/common/cmdline.c gchar **split = g_strsplit(str, sub, 0); gchar 156 lib/common/cmdline.c gchar *retval = g_strjoinv(repl, split); gchar 162 lib/common/cmdline.c gchar * gchar 163 lib/common/cmdline.c pcmk__quote_cmdline(gchar **argv) gchar 203 lib/common/cmdline.c gchar *repl = string_replace(argv[i], "'", "\\\'"); gchar 212 lib/common/cmdline.c gchar ** gchar 223 lib/common/cmdline.c gchar *basename = g_path_get_basename(*argv); gchar 359 lib/common/cmdline.c gchar **extra_args = NULL; gchar 51 lib/common/crmcommon_private.h gchar *path; gchar 254 lib/common/digest.c gchar *raw_digest = NULL; gchar 65 lib/common/logging.c crm_glib_handler(const gchar * log_domain, GLogLevelFlags flags, const gchar * message, gchar 415 lib/common/logging.c pcmk__add_logfiles(gchar **log_files, pcmk__output_t *out) gchar 421 lib/common/logging.c for (gchar **fname = log_files; *fname != NULL; fname++) { gchar 1117 lib/common/logging.c gchar *arg_string = NULL; gchar 284 lib/common/remote.c g_free((gchar *) iov[1].iov_base); gchar 982 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_attribute", "-p", "-v", "-INFINITY", NULL }; gchar 119 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, "pv"); gchar 127 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "-n", "crm_mon_options", "-v", "--opt1 --opt2", 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", "-n", "crm_mon_options", "-v", "-1i3", NULL }; gchar 139 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c gchar **processed = pcmk__cmdline_preproc((char **) argv, "v"); gchar 147 lib/common/tests/cmdline/pcmk__cmdline_preproc_test.c const gchar *expected[] = { "crm_mon", "-a", "-b", "-c", "-1i3", NULL }; gchar 149 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 21 lib/common/tests/xml/pcmk__xml_escape_test.c gchar *buf = pcmk__xml_escape(str, type); gchar 30 lib/common/tests/xml/pcmk__xml_is_name_char_test.c gchar utf8_buf[6] = { 0, }; gchar 31 lib/common/tests/xml/pcmk__xml_is_name_start_char_test.c gchar utf8_buf[6] = { 0, }; gchar 24 lib/common/unittest.c gchar *out = NULL; gchar 25 lib/common/unittest.c gchar *err = NULL; gchar 963 lib/common/xml.c gchar * gchar 110 lib/common/xml_attr.c gchar *value_esc = NULL; gchar 112 lib/common/xml_display.c gchar *p_copy = NULL; gchar 281 lib/common/xml_io.c gchar *content_esc = NULL; gchar 276 lib/common/xpath.c g_string_append(xpath, (const gchar *) xml->name); gchar 211 lib/fencing/st_lha.c gchar *meta_longdesc_esc = NULL; gchar 212 lib/fencing/st_lha.c gchar *meta_shortdesc_esc = NULL; gchar 88 lib/fencing/st_output.c gchar * gchar 404 lib/fencing/st_output.c gchar *desc = stonith__history_description(event, full_history, succeeded, gchar 438 lib/fencing/st_output.c gchar *desc = stonith__history_description(event, full_history, succeeded, gchar 2177 lib/pacemaker/pcmk_output.c gchar *value_esc = NULL; gchar 65 lib/pengine/bundle.c gchar *container_host_options; gchar 493 lib/pengine/native.c gchar * gchar 673 lib/pengine/native.c gchar *content = NULL; gchar 737 lib/pengine/native.c gchar *s = pcmk__native_output_string(rsc, name, node, show_opts, gchar 1597 lib/pengine/pe_output.c gchar *exit_reason_esc = NULL; gchar 2195 lib/pengine/pe_output.c gchar *node_str = NULL; gchar 696 lib/services/dbus.c const char *obj, const gchar * iface, const char *name, gchar 44 lib/services/pcmk-dbus.h DBusConnection *connection, const char *target, const char *obj, const gchar * iface, const char *name, gchar 90 lib/services/services_lsb.c lsb_meta_helper_get_value(const char *line, gchar **value, const char *prefix) gchar 108 lib/services/services_lsb.c gchar *provides = NULL; gchar 109 lib/services/services_lsb.c gchar *required_start = NULL; gchar 110 lib/services/services_lsb.c gchar *required_stop = NULL; gchar 111 lib/services/services_lsb.c gchar *should_start = NULL; gchar 112 lib/services/services_lsb.c gchar *should_stop = NULL; gchar 113 lib/services/services_lsb.c gchar *default_start = NULL; gchar 114 lib/services/services_lsb.c gchar *default_stop = NULL; gchar 115 lib/services/services_lsb.c gchar *short_desc = NULL; gchar 116 lib/services/services_lsb.c gchar *long_desc = NULL; gchar 713 lib/services/systemd.c gchar *escaped = pcmk__xml_escape(desc, pcmk__xml_escape_text); gchar 31 lib/services/systemd.h G_GNUC_INTERNAL gboolean systemd_unit_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_pattern; gchar 48 tools/attrd_updater.c gchar *attr_node; gchar 49 tools/attrd_updater.c gchar *attr_set; gchar 60 tools/attrd_updater.c command_cb (const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 81 tools/attrd_updater.c private_cb (const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 87 tools/attrd_updater.c section_cb (const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 103 tools/attrd_updater.c attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 112 tools/attrd_updater.c wait_cb (const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 302 tools/attrd_updater.c gchar **processed_args = pcmk__cmdline_preproc(argv, "dlnsvBNUS"); gchar 44 tools/cibadmin.c gchar *cib_user; gchar 45 tools/cibadmin.c gchar *dest_node; gchar 46 tools/cibadmin.c gchar *input_file; gchar 47 tools/cibadmin.c gchar *input_xml; gchar 159 tools/cibadmin.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 215 tools/cibadmin.c show_access_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 240 tools/cibadmin.c section_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 512 tools/cibadmin.c gchar *acl_cred = NULL; gchar 517 tools/cibadmin.c gchar **processed_args = pcmk__cmdline_preproc(argv, "ANSUXhotx"); gchar 526 tools/cibadmin.c gchar *help = g_option_context_get_help(context, TRUE, NULL); gchar 578 tools/cibadmin.c gchar *help = g_option_context_get_help(context, TRUE, NULL); gchar 64 tools/crm_attribute.c gchar *attr_default; gchar 65 tools/crm_attribute.c gchar *attr_id; gchar 66 tools/crm_attribute.c gchar *attr_name; gchar 68 tools/crm_attribute.c gchar *attr_pattern; gchar 71 tools/crm_attribute.c gchar *dest_uname; gchar 73 tools/crm_attribute.c gchar *set_name; gchar 75 tools/crm_attribute.c gchar *type; gchar 87 tools/crm_attribute.c list_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 95 tools/crm_attribute.c delete_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 102 tools/crm_attribute.c attr_name_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 115 tools/crm_attribute.c promotion_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 136 tools/crm_attribute.c update_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 143 tools/crm_attribute.c utilization_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 154 tools/crm_attribute.c value_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 161 tools/crm_attribute.c wait_cb (const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 777 tools/crm_attribute.c gchar **processed_args = pcmk__cmdline_preproc(argv, "NPUdilnpstv"); gchar 41 tools/crm_diff.c gboolean new_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 42 tools/crm_diff.c gboolean original_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 43 tools/crm_diff.c gboolean patch_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 85 tools/crm_diff.c new_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 92 tools/crm_diff.c original_string_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 99 tools/crm_diff.c patch_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 261 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 306 tools/crm_mon.c apply_exclude(const gchar *excludes, GError **error) { gchar 336 tools/crm_mon.c apply_include(const gchar *includes, GError **error) { gchar 406 tools/crm_mon.c user_include_exclude_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 414 tools/crm_mon.c include_exclude_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 422 tools/crm_mon.c as_xml_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 429 tools/crm_mon.c fence_history_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 467 tools/crm_mon.c group_by_node_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 473 tools/crm_mon.c hide_headers_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 478 tools/crm_mon.c inactive_resources_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 484 tools/crm_mon.c print_brief_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 490 tools/crm_mon.c print_detail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 496 tools/crm_mon.c print_description_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 502 tools/crm_mon.c print_timing_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 508 tools/crm_mon.c reconnect_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 536 tools/crm_mon.c one_shot_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 553 tools/crm_mon.c daemonize_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 561 tools/crm_mon.c show_attributes_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 566 tools/crm_mon.c show_bans_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 578 tools/crm_mon.c show_failcounts_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 583 tools/crm_mon.c show_operations_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 588 tools/crm_mon.c show_tickets_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 593 tools/crm_mon.c use_cib_file_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 470 tools/crm_mon_curses.c gchar *desc = stonith__history_description(event, full_history, succeeded, gchar 44 tools/crm_node.c gboolean command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 45 tools/crm_node.c gboolean name_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 46 tools/crm_node.c gboolean remove_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 107 tools/crm_node.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 127 tools/crm_node.c name_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 134 tools/crm_node.c remove_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 787 tools/crm_node.c gchar **processed_args = pcmk__cmdline_preproc(argv, "NR"); gchar 76 tools/crm_resource.c gchar *rsc_id; // Value of --resource gchar 77 tools/crm_resource.c gchar *rsc_type; // Value of --resource-type gchar 83 tools/crm_resource.c gchar *host_uname; // Value of --node gchar 84 tools/crm_resource.c gchar *interval_spec; // Value of --interval gchar 85 tools/crm_resource.c gchar *move_lifetime; // Value of --lifetime gchar 86 tools/crm_resource.c gchar *operation; // Value of --operation gchar 89 tools/crm_resource.c gchar *prop_id; // --nvpair (attribute XML ID) gchar 91 tools/crm_resource.c gchar *prop_set; // --set-name (attribute block XML ID) gchar 92 tools/crm_resource.c gchar *prop_value; // --parameter-value (attribute value) gchar 105 tools/crm_resource.c gchar **remainder; // Positional arguments as given gchar 113 tools/crm_resource.c gboolean attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 114 tools/crm_resource.c gboolean cmdline_config_cb(const gchar *option_name, const gchar *optarg, gchar 116 tools/crm_resource.c gboolean option_cb(const gchar *option_name, const gchar *optarg, gchar 118 tools/crm_resource.c gboolean timeout_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 286 tools/crm_resource.c validate_opt_list(const gchar *optarg) gchar 316 tools/crm_resource.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 768 tools/crm_resource.c attr_set_type_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 780 tools/crm_resource.c cmdline_config_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 798 tools/crm_resource.c option_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 815 tools/crm_resource.c timeout_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 1445 tools/crm_resource.c gchar **processed_args = NULL; gchar 1494 tools/crm_resource.c for (gchar **s = options.remainder; *s; s++) { gchar 1514 tools/crm_resource.c gchar **strv = NULL; gchar 1515 tools/crm_resource.c gchar *msg = NULL; gchar 1519 tools/crm_resource.c for (gchar **s = options.remainder; *s; s++) { gchar 1531 tools/crm_resource.c for (gchar **s = options.remainder; *s; s++) { gchar 578 tools/crm_resource_print.c const gchar *requested_name = va_arg(args, const gchar *); gchar 622 tools/crm_resource_print.c const gchar *requested_name = va_arg(args, const gchar *); 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 79 tools/crm_shadow.c gchar *validate_with; gchar 173 tools/crm_shadow.c gchar *str = NULL; gchar 249 tools/crm_shadow.c gchar *str = NULL; gchar 1038 tools/crm_shadow.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, gchar 1189 tools/crm_shadow.c gchar **processed_args = pcmk__cmdline_preproc(argv, "CDcersv"); gchar 1211 tools/crm_shadow.c gchar *help = g_option_context_get_help(context, TRUE, NULL); gchar 1238 tools/crm_shadow.c gchar *help = g_option_context_get_help(context, TRUE, NULL); gchar 41 tools/crm_simulate.c gchar *input_file; gchar 44 tools/crm_simulate.c gchar *output_file; gchar 47 tools/crm_simulate.c gchar *test_dir; gchar 69 tools/crm_simulate.c all_actions_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 75 tools/crm_simulate.c attrs_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 81 tools/crm_simulate.c failcounts_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 87 tools/crm_simulate.c in_place_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 94 tools/crm_simulate.c live_check_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 105 tools/crm_simulate.c node_down_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 111 tools/crm_simulate.c node_fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 117 tools/crm_simulate.c node_up_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 124 tools/crm_simulate.c op_fail_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 131 tools/crm_simulate.c op_inject_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 137 tools/crm_simulate.c pending_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 143 tools/crm_simulate.c process_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 149 tools/crm_simulate.c quorum_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 155 tools/crm_simulate.c save_dotfile_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 162 tools/crm_simulate.c save_graph_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 169 tools/crm_simulate.c show_scores_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 175 tools/crm_simulate.c simulate_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 181 tools/crm_simulate.c ticket_activate_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 187 tools/crm_simulate.c ticket_grant_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 193 tools/crm_simulate.c ticket_revoke_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 199 tools/crm_simulate.c ticket_standby_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 205 tools/crm_simulate.c utilization_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 211 tools/crm_simulate.c watchdog_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 217 tools/crm_simulate.c xml_file_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 224 tools/crm_simulate.c xml_pipe_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 466 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 74 tools/crm_ticket.c attr_value_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 91 tools/crm_ticket.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 110 tools/crm_ticket.c delete_attr_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 117 tools/crm_ticket.c get_attr_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 124 tools/crm_ticket.c grant_standby_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 143 tools/crm_ticket.c set_attr_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **err) { gchar 265 tools/crm_ticket.c ticket_grant_warning(gchar *ticket_id) gchar 276 tools/crm_ticket.c ticket_revoke_warning(gchar *ticket_id) gchar 356 tools/crm_ticket.c gchar **processed_args = NULL; gchar 182 tools/crm_verify.c gchar **processed_args = pcmk__cmdline_preproc(argv, "xSX"); gchar 47 tools/crmadmin.c gboolean command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 102 tools/crmadmin.c command_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) gchar 184 tools/crmadmin.c gchar **processed_args = pcmk__cmdline_preproc(argv, "itKNS"); gchar 28 tools/iso8601.c gchar *duration_s; gchar 29 tools/iso8601.c gchar *expected_s; gchar 30 tools/iso8601.c gchar *period_s; gchar 37 tools/iso8601.c date_now_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 48 tools/iso8601.c modifier_cb(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 324 tools/iso8601.c gchar **processed_args = pcmk__cmdline_preproc(argv, "dpDE"); gchar 76 tools/stonith_admin.c gboolean add_env_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 77 tools/stonith_admin.c gboolean add_stonith_device(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 78 tools/stonith_admin.c gboolean add_stonith_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 79 tools/stonith_admin.c gboolean add_tolerance(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 80 tools/stonith_admin.c gboolean set_tag(const gchar *option_name, const gchar *optarg, gpointer data, GError **error); gchar 242 tools/stonith_admin.c add_env_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 265 tools/stonith_admin.c add_stonith_device(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 271 tools/stonith_admin.c add_tolerance(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 285 tools/stonith_admin.c add_stonith_params(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 315 tools/stonith_admin.c set_tag(const gchar *option_name, const gchar *optarg, gpointer data, GError **error) { gchar 405 tools/stonith_admin.c gchar **processed_args = pcmk__cmdline_preproc(argv, "adehilorstvyBCDFHQRTU");