ctf_enum_name
if ((ret = ctf_enum_name(idp->mci_fp, idp->mci_id, value)) == NULL)
if ((ename = ctf_enum_name(ctfp, base, value)) != NULL)
if ((ename = ctf_enum_name(ctfp, base, value)) != NULL)
extern const char *ctf_enum_name(ctf_file_t *, ctf_id_t, int);