f 114 include/crm/common/util.h #define pcmk_is_set(g, f) pcmk_all_flags_set((g), (f)) f 409 lib/common/md5.c #define OP(f, a, b, c, d, k, s, T) \ f 412 lib/common/md5.c a += f (b, c, d) + correct_words[k] + T; \ f 1062 lib/common/patchset.c int f = sscanf(section, "%[^[][@id='%[^']", tag, id); f 1072 lib/common/patchset.c switch (f) { f 2057 lib/common/xml.c char *f = NULL; f 2062 lib/common/xml.c f = crm_strdup_printf("%s/%s", pcmk__get_tmpdir(), uuid); f 2063 lib/common/xml.c filename = f; f 2069 lib/common/xml.c free(f); f 409 lib/gnu/md5.c #define OP(f, a, b, c, d, k, s, T) \ f 412 lib/gnu/md5.c a += f (b, c, d) + correct_words[k] + T; \