Searched refs:pDot (Results 1 – 1 of 1) sorted by relevance
1182 char* pDot; in main() local1188 pDot = strrchr(baseName, '.'); in main()1189 if (pDot != NULL) in main()1191 *pDot = '\0'; in main()1212 char* pDot; in main() local1218 pDot = strrchr(baseName, '.'); in main()1219 if (pDot != NULL) in main()1221 *pDot = '\0'; in main()