/external/qemu-pc-bios/bochs/ |
ltdlconf.h.in | 50 /* Define if you have the rindex function. */
|
/external/webkit/Tools/Scripts/webkitpy/common/net/ |
testoutputset.py | 105 name = name[:name.rindex('.')]
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/ |
system.h | 620 the expansion of macros. E.g. #define strrchr rindex, won't error 621 if rindex is poisoned after this directive is issued and later on 768 #undef rindex macro 769 #pragma GCC poison bcopy bzero bcmp rindex
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
system.h | 620 the expansion of macros. E.g. #define strrchr rindex, won't error 621 if rindex is poisoned after this directive is issued and later on 769 #undef rindex macro 770 #pragma GCC poison bcopy bzero bcmp rindex
|
/prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/ |
system.h | 620 the expansion of macros. E.g. #define strrchr rindex, won't error 621 if rindex is poisoned after this directive is issued and later on 769 #undef rindex macro 770 #pragma GCC poison bcopy bzero bcmp rindex
|
/external/valgrind/main/memcheck/tests/ |
str_tester.c | 634 it = "rindex"; 635 check (rindex ("abcd", 'z') == NULL, 1); /* Not found. */ 637 check (rindex (one, 'c') == one+2, 2); /* Basic test. */ 638 check (rindex (one, 'd') == one+3, 3); /* End of string. */ 639 check (rindex (one, 'a') == one, 4); /* Beginning. */ 640 check (rindex (one, '\0') == one+4, 5); /* Finding NUL. */ 642 check (rindex (one, 'b') == one+3, 6); /* Finding last. */ 644 check (rindex (one, 'b') == NULL, 7); /* Empty string. */ 645 check (rindex (one, '\0') == one, 8); /* NUL in empty string. */ [all...] |
/external/icu4c/tools/genren/ |
genren.pl | 23 $path = substr($0, 0, rindex($0, "/")+1)."../../common/unicode/uversion.h";
|
/external/libvpx/examples/includes/geshi/geshi/ |
perl.php | 118 'reverse', 'rewinddir', 'rindex', 'rmdir', 's', 'scalar', 'seek',
|
python.php | 147 'isupper', 'join', 'ljust', 'lower', 'lstrip', 'replace', 'rfind', 'rindex', 'rjust',
|
/external/webkit/Tools/Scripts/ |
parse-malloc-history | 128 my $rindexResult = rindex($line, "|", $callstackBegin - 1);
|
commit-log-editor | 330 my $lastDoubleNewline = rindex($prefix, "\n\n");
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include/ |
mf-runtime.h | 126 #pragma redefine_extname rindex __mfwrap_rindex
|
/frameworks/base/tools/localize/ |
XLIFFFile.cpp | 445 int lindex, rindex; local 447 StringResource::ParseTypedID(rhs.id, &rid, &rindex); 449 if (lid == rid && lindex < rindex) return true;
|
/external/llvm/cmake/ |
config-ix.cmake | 129 check_symbol_exists(rindex strings.h HAVE_RINDEX)
|
/external/netcat/ |
stupidh | 352 rindex
|
/external/webkit/Tools/Scripts/webkitpy/thirdparty/simplejson/ |
decoder.py | 26 colno = pos - doc.rindex('\n', 0, pos)
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
sed.c | 35 # define strrchr rindex
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
gfs2_ondisk.h | 116 struct gfs2_inum __pad2; /* Was rindex dinode in gfs1 */
|
/external/e2fsprogs/lib/blkid/ |
probe.h | 441 struct gfs2_inum __pad2; /* Was rindex dinode in gfs1 */
|
/external/llvm/autoconf/m4/ |
ltdl.m4 | 87 AC_CHECK_FUNCS([strrchr rindex], [break])
|
/external/qemu/distrib/sdl-1.2.12/ |
android-configure.sh | 363 sdl_check_funcs strdup _strrev _strupr _strlwr index rindex strchr strrchr itoa _ltoa
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_stdinc.h | 425 #define SDL_strrchr rindex
|
/external/valgrind/main/memcheck/ |
mc_replace_strmem.c | 115 // Apparently rindex() is the same thing as strrchr() 117 STRRCHR(VG_Z_LIBC_SONAME, rindex) 120 STRRCHR(VG_Z_LD_LINUX_SO_2, rindex) 123 STRRCHR(VG_Z_DYLD, rindex) [all...] |
/external/valgrind/tsan/ |
ts_dynamorio.cc | 492 ReplaceFunc3(img, rtn, "rindex", (AFUNPTR)Replace_strrchr);
|
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_stdinc.h | 425 #define SDL_strrchr rindex
|