UT_strdup_real    211 modules/ut/memwrap.c     return UT_strdup_real(text, file, line);
UT_strdup_real     47 modules/ut/memwrap.h char *UT_strdup_real(const char *str, const char *file, int line);
UT_strdup_real     53 modules/ut/memwrap.h #define UT_strdup(str)        UT_strdup_real((str),         __FILE__, __LINE__)