f 196 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 1068 lib/common/patchset.c int f = sscanf(section, "%[^[][@id='%[^']", tag, id); f 1078 lib/common/patchset.c switch (f) { f 2040 lib/common/xml.c char *f = NULL; f 2045 lib/common/xml.c f = crm_strdup_printf("%s/%s", pcmk__get_tmpdir(), uuid); f 2046 lib/common/xml.c filename = f; f 2052 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; \