Searched refs:SysInfoRet (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/cdrom/os2/
H A DSDL_syscdrom.c67 CHAR SysInfoRet[MCI_CMDRETBUFSIZE]; /* Buffer for MCI Command result */ local
86 msp.pszReturn = (PSZ)&SysInfoRet; /* Return Structure */
89 SDL_numcds = atoi(SysInfoRet);
93 msp.pszReturn = (PSZ)&SysInfoRet; /* Return Structure */
100 SDL_cdlist[i] = SDL_strdup(SysInfoRet);

Completed in 18 milliseconds