val 17 fencing/config.y static void add_line_value(char *key, char *val); val 99 fencing/config.y val: val 106 fencing/config.y vals val | val 107 fencing/config.y val val 151 fencing/config.y add_line_value(char *key, char *val) val 155 fencing/config.y line_val.vals[line_val.val_count] = val; val 36 fencing/standalone_config.c char *val; val 137 fencing/standalone_config.c dev->key_vals[dev->key_vals_count].val = strdup(value); val 254 fencing/standalone_config.c free(dev->key_vals[i].val); val 307 fencing/standalone_config.c params stonith_key_value_add(params, dev->key_vals[i].key, dev->key_vals[i].val); val 273 include/crm/lrmd.h const char *val; val 87 include/crm_internal.h int val; val 982 lib/common/utils.c long_opts[index].val = '_'; val 996 lib/common/utils.c long_opts[index].val = long_options[lpc].val; val 1005 lib/common/utils.c long_opts[index].val = 0; val 1024 lib/common/utils.c if (long_options[lpc].val && long_options[lpc].val != '-' && long_options[lpc].val < UCHAR_MAX) { val 1026 lib/common/utils.c local_short_options[opt_string_len++] = long_options[lpc].val; val 1074 lib/common/utils.c if (long_opts[*index].val) { val 1075 lib/common/utils.c return long_opts[*index].val; val 1137 lib/common/utils.c } else if (crm_long_options[i].val == '-' && crm_long_options[i].desc) { val 1142 lib/common/utils.c if (crm_long_options[i].val && crm_long_options[i].val <= UCHAR_MAX) { val 1143 lib/common/utils.c fprintf(stream, " -%c,", crm_long_options[i].val); val 1200 lib/fencing/st_client.c strdup_null(const char *val) val 1202 lib/fencing/st_client.c if (val) { val 1203 lib/fencing/st_client.c return strdup(val); val 121 lib/lrmd/lrmd_client.c p->val = strdup(value); val 143 lib/lrmd/lrmd_client.c char *val = (char *)head->val; val 146 lib/lrmd/lrmd_client.c free(val); val 279 lrmd/remote_ctl.c char *val = NULL; val 330 lrmd/remote_ctl.c if (key && val) { val 331 lrmd/remote_ctl.c options.params = lrmd_key_value_add(options.params, key, val); val 332 lrmd/remote_ctl.c key = val = NULL; val 336 lrmd/remote_ctl.c val = optarg; val 337 lrmd/remote_ctl.c if (key && val) { val 338 lrmd/remote_ctl.c options.params = lrmd_key_value_add(options.params, key, val); val 339 lrmd/remote_ctl.c key = val = NULL; val 279 lrmd/test.c print_result(printf("%s\n", iter->val)); val 296 lrmd/test.c print_result(printf("%s\n", iter->val)); val 314 lrmd/test.c print_result(printf("%s\n", iter->val)); val 449 lrmd/test.c char *val = NULL; val 527 lrmd/test.c if (key && val) { val 528 lrmd/test.c options.params = lrmd_key_value_add(options.params, key, val); val 529 lrmd/test.c key = val = NULL; val 533 lrmd/test.c val = optarg; val 534 lrmd/test.c if (key && val) { val 535 lrmd/test.c options.params = lrmd_key_value_add(options.params, key, val); val 536 lrmd/test.c key = val = NULL; val 432 tools/crm_mon.c if (long_options[lpc].val == c) { val 513 tools/crm_resource.c printf("%s\n", iter->val); val 567 tools/crm_resource.c printf("%s\n", iter->val);