304
306
#define BUILTIN(name, format) \
305
307
else if (0 == strcmp ((const char *) c->word, name))\
306
308
ret = FcPatternFormatToBuf (pat, (const FcChar8 *) format, buf)
307
310
BUILTIN ("fcmatch", FCMATCH_FORMAT);
308
311
BUILTIN ("fclist", FCLIST_FORMAT);
309
312
BUILTIN ("pkgkit", PKGKIT_FORMAT);