Searched refs:szExt (Results 1 – 1 of 1) sorted by relevance
395 static int ExtForType(short sType, char* szExt) in ExtForType() argument397 szExt[0] = 0; /* Default return is a blank string */ in ExtForType()400 case U14TYPE1401: strcpy(szExt, ".CMD"); break; // Standard 1401 in ExtForType()401 case U14TYPEPLUS: strcpy(szExt, ".GXC"); break; // 1401 plus in ExtForType()403 strcpy(szExt, ".ARM"); in ExtForType()404 szExt[3] = (char)('M' + sType - U14TYPEU1401); in ExtForType()405 if (szExt[3] > 'Z') // Wrap round to ARA after ARZ in ExtForType()406 szExt[3] = (char)(szExt[3] - 26); in ExtForType()2759 char szExt[8]; in U14LdCmd() local2761 ExtForType(asType1401[hand], szExt);// File extension string in U14LdCmd()[all …]