char2score        240 daemons/attrd/attrd_utils.c     int int_value = char2score(old_value);
char2score        245 daemons/attrd/attrd_utils.c         offset = char2score(offset_s);
char2score        116 include/crm/common/util.h int char2score(const char *score);
char2score        598 lib/common/xml.c         int_value = char2score(old_value);
char2score        604 lib/common/xml.c         offset = char2score(offset_s);
char2score        796 lib/pacemaker/pcmk_sched_allocate.c         score = char2score(value);
char2score        162 lib/pacemaker/pcmk_sched_constraints.c             int score_i = char2score(score);
char2score        815 lib/pacemaker/pcmk_sched_constraints.c         int score_i = char2score(score);
char2score       1049 lib/pacemaker/pcmk_sched_constraints.c         score_f = char2score(score);
char2score       1062 lib/pacemaker/pcmk_sched_constraints.c             score_f = char2score(attr_score);
char2score       2297 lib/pacemaker/pcmk_sched_constraints.c         local_score = char2score(score_s);
char2score       2536 lib/pacemaker/pcmk_sched_constraints.c         score_i = char2score(score);
char2score       2677 lib/pacemaker/pcmk_sched_constraints.c         score_i = char2score(score);
char2score        558 lib/pacemaker/pcmk_sched_promotable.c         score = char2score(attr_value);
char2score        608 lib/pengine/complex.c         (*rsc)->stickiness = char2score(value);
char2score        613 lib/pengine/complex.c         (*rsc)->migration_threshold = char2score(value);
char2score        267 lib/pengine/failcounts.c             failcount = pe__add_scores(failcount, char2score(value));
char2score        645 lib/pengine/rules.c             pair->score = char2score(score);
char2score        354 lib/pengine/unpack.c     pcmk__score_red = char2score(pe_pref(data_set->config_hash, "node-health-red"));
char2score        355 lib/pengine/unpack.c     pcmk__score_green = char2score(pe_pref(data_set->config_hash, "node-health-green"));
char2score        356 lib/pengine/unpack.c     pcmk__score_yellow = char2score(pe_pref(data_set->config_hash, "node-health-yellow"));
char2score        410 lib/pengine/unpack.c     new_node->weight = char2score(score);