Home
last modified time | relevance | path

Searched refs:pDot (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp1182 char* pDot; in main() local
1188 pDot = strrchr(baseName, '.'); in main()
1189 if (pDot != NULL) in main()
1191 *pDot = '\0'; in main()
1212 char* pDot; in main() local
1218 pDot = strrchr(baseName, '.'); in main()
1219 if (pDot != NULL) in main()
1221 *pDot = '\0'; in main()