/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/ |
SDL_syscdrom.cc | 169 char *cdpath, *delim; local 171 cdpath = SDL_stack_alloc(char, len); 172 if ( cdpath != NULL ) { 173 SDL_strlcpy(cdpath, SDLcdrom, len); 174 SDLcdrom = cdpath; 189 SDL_stack_free(cdpath);
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/ |
SDL_syscdrom.c | 156 char *cdpath, *delim; local 158 cdpath = SDL_stack_alloc(char, len); 159 if ( cdpath != NULL ) { 160 SDL_strlcpy(cdpath, SDLcdrom, len); 161 SDLcdrom = cdpath; 176 SDL_stack_free(cdpath);
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/ |
SDL_syscdrom.c | 165 char *cdpath, *delim; local 167 cdpath = SDL_stack_alloc(char, len); 168 if ( cdpath != NULL ) { 169 SDL_strlcpy(cdpath, SDLcdrom, len); 170 SDLcdrom = cdpath; 185 SDL_stack_free(cdpath);
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/ |
SDL_syscdrom.c | 173 char *cdpath, *delim; local 175 cdpath = SDL_stack_alloc(char, len); 176 if (cdpath != NULL) 178 SDL_strlcpy(cdpath, SDLcdrom, len); 179 SDLcdrom = cdpath; 199 SDL_stack_free(cdpath);
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/ |
SDL_syscdrom.c | 306 char *cdpath, *delim; local 308 cdpath = SDL_stack_alloc(char, len); 309 if ( cdpath != NULL ) { 310 SDL_strlcpy(cdpath, SDLcdrom, len); 311 SDLcdrom = cdpath; 329 SDL_stack_free(cdpath);
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/bsdi/ |
SDL_syscdrom.c | 269 char *cdpath, *delim; local 271 cdpath = SDL_stack_alloc(char, len); 272 if ( cdpath != NULL ) { 273 SDL_strlcpy(cdpath, SDLcdrom, len); 274 SDLcdrom = cdpath; 289 SDL_stack_free(cdpath);
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/ |
SDL_syscdrom.c | 285 char *cdpath, *delim; local 287 cdpath = SDL_stack_alloc(char, len); 288 if ( cdpath != NULL ) { 289 SDL_strlcpy(cdpath, SDLcdrom, len); 290 SDLcdrom = cdpath; 308 SDL_stack_free(cdpath);
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/osf/ |
SDL_syscdrom.c | 176 char *cdpath, *delim; local 178 cdpath = SDL_stack_alloc(char, len); 179 if ( cdpath != NULL ) { 180 SDL_strlcpy(cdpath, SDLcdrom, len); 181 SDLcdrom = cdpath; 196 SDL_stack_free(cdpath);
|
/external/jpeg/ |
ltconfig | 29 # if CDPATH is set. 30 if test "${CDPATH+set}" = set; then CDPATH=; export CDPATH; fi [all...] |
/external/qemu/distrib/jpeg-6b/ |
ltconfig | 29 # if CDPATH is set. 30 if test "${CDPATH+set}" = set; then CDPATH=; export CDPATH; fi [all...] |
/external/libogg/win32/ |
Makefile.in | 46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
Makefile | 46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
/external/mksh/src/ |
misc.c | 1649 char *dir, *allocd = NULL, *tryp, *pwd, *cdpath; local [all...] |
/system/core/sh/ |
sh.1 | [all...] |
cd.c | 122 if (*dest == '/' || (path = bltinlookup("CDPATH", 1)) == NULL)
|
/docs/source.android.com/src/source/ |
known-issues.md | 193 issues are `CDPATH` and `GREP_OPTIONS`.
|
/external/libffi/ |
ltconfig | 66 # if CDPATH is set. 67 if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi [all...] |
/external/bison/build-aux/ |
Makefile | 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
Makefile.in | 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
/external/bison/data/ |
Makefile.in | 24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
/external/bison/tests/ |
Makefile.in | 23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
/external/elfutils/config/ |
Makefile.in | 20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
/external/elfutils/m4/ |
Makefile.in | 20 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
/external/flac/libFLAC/include/private/ |
Makefile.in | 55 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
/external/flac/libFLAC/include/protected/ |
Makefile.in | 55 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|