char2score        242 attrd/attrd_common.c     int int_value = char2score(old_value);
char2score        247 attrd/attrd_common.c         offset = char2score(offset_s);
char2score        117 include/crm/common/util.h int char2score(const char *score);
char2score       2362 lib/common/xml.c         int_value = char2score(old_value);
char2score       2368 lib/common/xml.c         offset = char2score(offset_s);
char2score        672 lib/pengine/complex.c         (*rsc)->stickiness = char2score(value);
char2score        677 lib/pengine/complex.c         (*rsc)->migration_threshold = char2score(value);
char2score        716 lib/pengine/complex.c             int fail_sticky = char2score(value);
char2score        253 lib/pengine/failcounts.c             failcount = merge_weights(failcount, char2score(value));
char2score        897 lib/pengine/rules.c             pair->score = char2score(score);
char2score        235 lib/pengine/unpack.c     data_set->default_resource_stickiness = char2score(value);
char2score        324 lib/pengine/unpack.c     node_score_red = char2score(pe_pref(data_set->config_hash, "node-health-red"));
char2score        325 lib/pengine/unpack.c     node_score_green = char2score(pe_pref(data_set->config_hash, "node-health-green"));
char2score        326 lib/pengine/unpack.c     node_score_yellow = char2score(pe_pref(data_set->config_hash, "node-health-yellow"));
char2score        371 lib/pengine/unpack.c     new_node->weight = char2score(score);
char2score        782 pengine/allocate.c         score = char2score(value);
char2score        150 pengine/constraints.c             int score_i = char2score(score);
char2score        750 pengine/constraints.c         int score_i = char2score(score);
char2score        967 pengine/constraints.c         score_f = char2score(score);
char2score        980 pengine/constraints.c             score_f = char2score(attr_score);
char2score       2170 pengine/constraints.c         local_score = char2score(score_s);
char2score       2386 pengine/constraints.c         score_i = char2score(score);
char2score       2527 pengine/constraints.c         score_i = char2score(score);
char2score        546 pengine/master.c         score = char2score(attr_value);