Home | History | Annotate | Download | only in src

Lines Matching defs:ptype

250   char *ptype;
254 ptype = strrchr(name,'.');
255 if (ptype == NULL)
257 if (!strcasecmp (ptype, ".ogg"))
272 char *ptype;
276 ptype = strrchr(name,'.');
277 if (ptype == NULL)
279 if (!strcasecmp (ptype, ".flac"))