Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/gfx/projects/gshCompile/
DgshCompile.cpp1203 char* pDot; in main() local
1209 pDot = strrchr(baseName, '.'); in main()
1210 if (pDot != NULL) in main()
1212 *pDot = '\0'; in main()
1233 char* pDot; in main() local
1241 pDot = strrchr(baseName, '.'); in main()
1242 if (pDot != NULL) in main()
1244 *pDot = '\0'; in main()
1263 char* pDot; in main() local
1269 pDot = strrchr(baseName, '.'); in main()
[all …]