shortname_exists
if (!shortname_exists(dp, ep.pcd_filename, ep.pcd_ext)) {
if (!shortname_exists(dp, fname, fext))
static int shortname_exists(struct pcnode *dp, char *fname, char *fext);