f                1971 lib/common/xml.c             int f = sscanf (section, "%[^[][@id='%[^']", tag, id);
f                1979 lib/common/xml.c             switch(f) {
f                3917 lib/common/xml.c     char *f = NULL;
f                3922 lib/common/xml.c         f = crm_strdup_printf("/tmp/%s", uuid);
f                3923 lib/common/xml.c         filename = f;
f                3929 lib/common/xml.c     free(f);
f                 386 lib/gnu/md5.c  #define OP(f, a, b, c, d, k, s, T)                                      \
f                 389 lib/gnu/md5.c            a += f (b, c, d) + correct_words[k] + T;                      \