Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoGfx.c362 char* p2 = tempBuffer; in DEMOGfxInit() local
363 for( ; *p2 != '\n' && *p2 != '\r' && *p2 != ',' && *p2 != 0; p2++ ) {} in DEMOGfxInit()
364 *p2 = 0; in DEMOGfxInit()
367 if (*(p2 - 1) != '/') in DEMOGfxInit()
369 *p2 = '/'; in DEMOGfxInit()
370 *(p2 + 1) = 0; in DEMOGfxInit()
/CafeSDK-2.12.13-1/system/src/lib/zipfile/
Dzipfile.c485 static int sCompare(void const *p1, void const *p2) in sCompare() argument
491 pFile2 = (ZIPPED_FILE const *)p2; in sCompare()
/CafeSDK-2.12.13-1/system/src/lib/szfile/
Dszfile.c242 static int sCompare(void const *p1, void const *p2) in sCompare() argument
248 pFile2 = (SZFILE_ENTRY const *)p2; in sCompare()