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

/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
H A DSDL_syscdrom.cc152 char *SDLcdrom; local
167 SDLcdrom = SDL_getenv("SDL_CDROM"); /* ':' separated list of devices */
168 if ( SDLcdrom != NULL ) {
170 size_t len = SDL_strlen(SDLcdrom)+1;
173 SDL_strlcpy(cdpath, SDLcdrom, len);
174 SDLcdrom = cdpath;
176 delim = SDL_strchr(SDLcdrom, ':');
180 if ( CheckDrive(SDLcdrom) > 0 ) {
181 AddDrive(SDLcdrom);
184 SDLcdrom
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/
H A DSDL_syscdrom.c136 char *SDLcdrom; local
154 SDLcdrom = SDL_getenv("SDL_CDROM"); /* ':' separated list of devices */
155 if ( SDLcdrom != NULL ) {
157 size_t len = SDL_strlen(SDLcdrom)+1;
160 SDL_strlcpy(cdpath, SDLcdrom, len);
161 SDLcdrom = cdpath;
163 delim = SDL_strchr(SDLcdrom, ':');
167 if ( CheckDrive(SDLcdrom, &stbuf) > 0 ) {
168 AddDrive(SDLcdrom, &stbuf);
171 SDLcdrom
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
H A DSDL_syscdrom.c145 char *SDLcdrom; local
163 SDLcdrom = SDL_getenv("SDL_CDROM"); /* ':' separated list of devices */
164 if ( SDLcdrom != NULL ) {
166 size_t len = SDL_strlen(SDLcdrom)+1;
169 SDL_strlcpy(cdpath, SDLcdrom, len);
170 SDLcdrom = cdpath;
172 delim = SDL_strchr(SDLcdrom, ':');
176 if ( CheckDrive(SDLcdrom, &stbuf) > 0 ) {
177 AddDrive(SDLcdrom, &stbuf);
180 SDLcdrom
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
H A DSDL_syscdrom.c146 char *SDLcdrom; local
170 SDLcdrom = SDL_getenv("SDL_CDROM"); /* ':' separated list of devices */
171 if ( SDLcdrom != NULL )
174 size_t len = SDL_strlen(SDLcdrom)+1;
178 SDL_strlcpy(cdpath, SDLcdrom, len);
179 SDLcdrom = cdpath;
181 delim = SDL_strchr(SDLcdrom, ':');
186 if (CheckDrive(SDLcdrom, &stbuf) > 0)
188 AddDrive(SDLcdrom, &stbuf);
192 SDLcdrom
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/
H A DSDL_syscdrom.c288 char *SDLcdrom; local
304 SDLcdrom = SDL_getenv("SDL_CDROM"); /* ':' separated list of devices */
305 if ( SDLcdrom != NULL ) {
307 size_t len = SDL_strlen(SDLcdrom)+1;
310 SDL_strlcpy(cdpath, SDLcdrom, len);
311 SDLcdrom = cdpath;
313 delim = SDL_strchr(SDLcdrom, ':');
318 fprintf(stderr, "Checking CD-ROM drive from SDL_CDROM: %s\n", SDLcdrom);
320 if ( CheckDrive(SDLcdrom, &stbuf) > 0 ) {
321 AddDrive(SDLcdrom,
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
H A DSDL_syscdrom.c265 char *SDLcdrom; local
283 SDLcdrom = SDL_getenv("SDL_CDROM"); /* ':' separated list of devices */
284 if ( SDLcdrom != NULL ) {
286 size_t len = SDL_strlen(SDLcdrom)+1;
289 SDL_strlcpy(cdpath, SDLcdrom, len);
290 SDLcdrom = cdpath;
292 delim = SDL_strchr(SDLcdrom, ':');
297 fprintf(stderr, "Checking CD-ROM drive from SDL_CDROM: %s\n", SDLcdrom);
299 if ( CheckDrive(SDLcdrom, NULL, &stbuf) > 0 ) {
300 AddDrive(SDLcdrom,
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/
H A DSDL_syscdrom.c249 char *SDLcdrom; local
267 SDLcdrom = SDL_getenv("SDL_CDROM"); /* ':' separated list of devices */
268 if ( SDLcdrom != NULL ) {
270 size_t len = SDL_strlen(SDLcdrom)+1;
273 SDL_strlcpy(cdpath, SDLcdrom, len);
274 SDLcdrom = cdpath;
276 delim = SDL_strchr(SDLcdrom, ':');
280 if ( CheckDrive(SDLcdrom, &stbuf) > 0 ) {
281 AddDrive(SDLcdrom, &stbuf);
284 SDLcdrom
[all...]
/external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/
H A DSDL_syscdrom.c156 char *SDLcdrom; local
174 SDLcdrom = SDL_getenv("SDL_CDROM"); /* ':' separated list of devices */
175 if ( SDLcdrom != NULL ) {
177 size_t len = SDL_strlen(SDLcdrom)+1;
180 SDL_strlcpy(cdpath, SDLcdrom, len);
181 SDLcdrom = cdpath;
183 delim = SDL_strchr(SDLcdrom, ':');
187 if ( CheckDrive(SDLcdrom, &stbuf) > 0 ) {
188 AddDrive(SDLcdrom, &stbuf);
191 SDLcdrom
[all...]

Completed in 189 milliseconds