/external/libcxx/test/std/strings/c.strings/ |
cstring.pass.cpp | 44 // static_assert((std::is_same<decltype(std::strrchr(cpc, 0)), const char*>::value), ""); 45 static_assert((std::is_same<decltype(std::strrchr(cp, 0)), char*>::value), "");
|
/external/libmicrohttpd/src/testcurl/ |
test_concurrent_stop.c | 214 oneone = (NULL != strrchr (argv[0], (int) '/')) ? 215 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_get_response_cleanup.c | 293 oneone = (NULL != strrchr (argv[0], (int) '/')) ? 294 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_iplimit.c | 303 oneone = (NULL != strrchr (argv[0], (int) '/')) ? 304 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_long_header.c | 243 oneone = (NULL != strrchr (argv[0], (int) '/')) ? 244 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_parse_cookies.c | 241 oneone = (NULL != strrchr (argv[0], (int) '/')) ? 242 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_process_arguments.c | 240 oneone = (NULL != strrchr (argv[0], (int) '/')) ? 241 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_timeout.c | 279 oneone = (NULL != strrchr (argv[0], (int) '/')) ? 280 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_urlparse.c | 182 oneone = (NULL != strrchr (argv[0], (int) '/')) ? 183 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
/external/libmicrohttpd/src/testzzuf/ |
test_get.c | 303 oneone = (NULL != strrchr (argv[0], (int) '/')) ? 304 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
test_long_header.c | 224 oneone = (NULL != strrchr (argv[0], (int) '/')) ? 225 (NULL != strstr (strrchr (argv[0], (int) '/'), "11")) : 0;
|
/external/libvorbis/vq/ |
huffbuild.c | 75 if(strrchr(base,'.')) 76 strrchr(base,'.')[0]='\0';
|
/external/llvm/test/Transforms/InstCombine/ |
memset_chk-1.ll | 76 %call51i = call i8* @strrchr(i8* %b, i32 0) 88 declare i8* @strrchr(i8*, i32)
|
/external/toybox/toys/pending/ |
mdev.c | 45 temp = strrchr(path, '/'); 71 device_name = strrchr(path, '/') + 1;
|
/external/vboot_reference/utility/ |
bmpblk_font.c | 128 progname = strrchr(argv[0], '/'); 174 s = strrchr(imgfile, '_');
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/ |
cstring.pass.cpp | 44 // static_assert((std::is_same<decltype(std::strrchr(cpc, 0)), const char*>::value), ""); 45 static_assert((std::is_same<decltype(std::strrchr(cp, 0)), char*>::value), "");
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
string.h | 240 extern char *strrchr (char *__s, int __c) 241 __THROW __asm ("strrchr") __attribute_pure__ __nonnull ((1)); 242 extern __const char *strrchr (__const char *__s, int __c) 243 __THROW __asm ("strrchr") __attribute_pure__ __nonnull ((1)); 247 strrchr (char *__s, int __c) __THROW 253 strrchr (__const char *__s, int __c) __THROW 260 extern char *strrchr (__const char *__s, int __c) 491 /* Find the last occurrence of C in S (same as strrchr). */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
string.h | 242 extern char *strrchr (char *__s, int __c) 243 __THROW __asm ("strrchr") __attribute_pure__ __nonnull ((1)); 244 extern __const char *strrchr (__const char *__s, int __c) 245 __THROW __asm ("strrchr") __attribute_pure__ __nonnull ((1)); 249 strrchr (char *__s, int __c) __THROW 255 strrchr (__const char *__s, int __c) __THROW 262 extern char *strrchr (__const char *__s, int __c) 493 /* Find the last occurrence of C in S (same as strrchr). */
|
/external/libedit/src/ |
chartype.h | 99 #define Strrchr(s,c) wcsrchr(s,c) 154 #define Strrchr(s,c) strrchr(s,c)
|
/development/ndk/platforms/android-3/include/ |
string.h | 50 extern char* strrchr(const char *, int);
|
/docs/source.android.com/src/security/enhancements/ |
enhancements43.jd | 65 and fortified strchr(), strrchr(), strlen(), and umask() calls. This
|
/external/avahi/avahi-common/ |
alternative.c | 60 if ((e = strrchr(s, '-'))) {
|
/external/avahi/avahi-compat-libdns_sd/ |
warn.c | 70 if ((slash = strrchr(exe_name, '/')))
|
/external/bison/lib/ |
progname.c | 59 slash = strrchr (argv0, '/');
|
/external/google-breakpad/src/common/android/testing/ |
mkdtemp.h | 75 char* sep = strrchr(path, '/');
|