HomeSort by relevance Sort by last modified time
    Searched refs:strrchr (Results 151 - 175 of 263) sorted by null

1 2 3 4 5 67 8 91011

  /system/core/adb/
file_sync_service.c 282 tmp = strrchr(path,',');
  /system/core/init/
util.c 297 slash = strrchr(newpath, '/');
  /system/core/toolbox/
ls.c 171 name = strrchr(path, '/');
  /system/extras/sound/
playwav.c 367 const char *dot = strrchr(fn, '.');
  /ndk/sources/host-tools/make-3.81/
main.c 1043 program = strrchr (argv[0], ']');
1045 program = strrchr (argv[0], '/');
1049 program = strrchr (argv[0], '\\');
1054 char *p = strrchr (argv[0], '\\');
1066 program = strrchr (argv[0], '\\');
    [all...]
make.h 264 # define strrchr(s, c) rindex((s), (c)) macro
vmsify.c 70 s = strrchr (*from, '.');
  /dalvik/dexdump/
DexDump.cpp 188 lastSlash = strrchr(str, '/');
    [all...]
  /external/bzip2/
bzip2recover.c 472 split = strrchr (outFileName, BZ_SPLIT_SYM);
  /external/e2fsprogs/debugfs/
debugfs.c 1283 base_name = strrchr(sourcename, '/');
1299 cp = strrchr(destname, '/');
    [all...]
  /external/iptables/iptables/
xtables.c 1322 if ((p = strrchr(buf, '/')) != NULL) {
    [all...]
  /external/openssl/crypto/conf/
conf_mod.c 328 p = strrchr(name, '.');
  /external/oprofile/opcontrol/
opcontrol.cpp 713 char* slash = strrchr(command, '/');
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_stdinc.h 423 #define SDL_strrchr strrchr
  /external/skia/src/ports/
SkFontHost_linux.cpp 351 const char* str = strrchr(fPath.c_str(), '/');
  /external/skia/src/svg/
SkSVGParser.cpp 296 const char* strEnd = strrchr(str, ')');
  /frameworks/base/cmds/dumpstate/
utils.c 348 char *slash = strrchr(anr_traces_dir, '/');
  /frameworks/base/core/jni/
android_net_wifi_Wifi.cpp 396 char* lastSpace = strrchr(reply, ' ');
  /frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp 148 pExtension = (M4OSA_Char *)strrchr((const char *)pFile, (int)'.');
  /frameworks/base/media/libdrm/mobile1/src/objmng/
drm_file.c 241 char *sep = strrchr(tmpPathBuf1, '/');
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 384 if (buf2[0] != '/' && (c = strrchr (buf, '/')) != NULL)
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 423 #define SDL_strrchr strrchr
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 423 #define SDL_strrchr strrchr
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 423 #define SDL_strrchr strrchr
  /system/bluetooth/brcm_patchram_plus/
brcm_patchram_plus.c 200 if (!(p = strrchr(optarg, '.'))) {

Completed in 1697 milliseconds

1 2 3 4 5 67 8 91011