Searched
full:strrchr (Results
426 -
450 of
1001) sorted by null
<<11121314151617181920>>
/external/vboot_reference/futility/ |
futility.c | 289 char *s = strrchr(str, '/');
|
/frameworks/av/media/libstagefright/rtsp/ |
ASessionDescription.cpp | 205 const char *lastSpacePos = strrchr(format.c_str(), ' ');
|
/frameworks/base/libs/hwui/ |
RenderNode.h | 149 char* lastPeriod = strrchr(name, '.');
|
/frameworks/rs/ |
rsCppUtils.h | 92 cp = strrchr(str, OS_PATH_SEPARATOR);
|
/ndk/sources/host-tools/make-3.81/ |
implicit.c | 285 lastslash = strrchr (filename, ']'); 287 lastslash = strrchr (filename, ':'); 289 lastslash = strrchr (filename, '/'); 294 char *bslash = strrchr (filename, '\\');
|
rule.c | 104 char *p = strrchr (dep->name, ']'); 107 p = strrchr (dep->name, ':'); 110 char *p = strrchr (dep->name, '/');
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libxcb.so | |
libxcb.so.1 | |
libxcb.so.1.1.0 | |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/toolchain-patches/binutils-2.25/ |
0001_pdb_filename.patch | 48 + char * last_dir_separator = strrchr(filename_ptr, '/');
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
string.h | 83 _CONST_RETURN char *__cdecl strrchr(const char *_Str,int _Ch);
|
/system/core/toolbox/ |
ps.c | 94 ptr = strrchr(ptr, ')'); // Skip to *last* occurence of ')',
|
/system/extras/sound/ |
playwav.c | 369 const char *dot = strrchr(fn, '.');
|
/external/llvm/include/llvm/Analysis/ |
TargetLibraryInfo.def | [all...] |
/system/core/init/ |
devices.cpp | 523 slash = strrchr(uevent->path, '/'); 579 name = strrchr(uevent->path, '/'); 639 slash = strrchr(dir, '/');
|
/toolchain/binutils/binutils-2.25/libiberty/ |
configure.ac | 369 funcs="$funcs strrchr" 411 strerror strncasecmp strndup strnlen strrchr strsignal strstr strtod \ 525 strchr strdup strerror strncasecmp strrchr strstr strtod \
|
/external/valgrind/coregrind/m_debuginfo/ |
readmacho.c | 546 while ((dot_ptr = VG_(strrchr) (dsymfile, '.'))) 570 /* NULL terminate the string at the '.' locatated by the strrchr() 578 slash_ptr = VG_(strrchr) (dsymfile, '/'); 787 HChar* soname = VG_(strrchr)(dylibname, '/'); 801 HChar* soname = VG_(strrchr)(dylinkername, '/'); [all...] |
/prebuilts/android-emulator/linux-x86_64/ |
emulator | |
/toolchain/binutils/binutils-2.25/binutils/ |
windmc.c | 1089 bn = strrchr (input_filename, '/'); 1090 bn2 = strrchr (input_filename, '\\'); 1102 if ((hsz = strrchr (hsz, '.')) != NULL)
|
/bionic/libc/ |
libc.mips.brillo.map | 1005 strrchr;
|
libc.x86.brillo.map | 1003 strrchr;
|
/build/tools/ijar/ |
zip_main.cc | 147 const char *pointer = strrchr(path, '/');
|
/development/ndk/platforms/android-21/arch-arm/symbols/ |
libc.so.versions.txt | 940 strrchr;
|
/development/ndk/platforms/android-21/arch-mips/symbols/ |
libc.so.versions.txt | 938 strrchr;
|
/development/ndk/platforms/android-21/arch-x86/symbols/ |
libc.so.versions.txt | 936 strrchr;
|
Completed in 621 milliseconds
<<11121314151617181920>>