Home
last modified time | relevance | path

Searched refs:strrchr (Results 1 – 25 of 317) sorted by relevance

12345678910>>...13

/OK3568_Linux_fs/kernel/arch/arm64/lib/
H A Dstrrchr.S21 SYM_FUNC_START_WEAK_PI(strrchr)
32 SYM_FUNC_END_PI(strrchr)
33 EXPORT_SYMBOL_NOKASAN(strrchr)
/OK3568_Linux_fs/kernel/drivers/crypto/cavium/zip/
H A Dcommon.h188 #define FILE_NAME (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : \
189 strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__)
/OK3568_Linux_fs/buildroot/package/mii-diag/
H A D0001-strchr.patch1 Use the strrchr() function instead of the deprecated rindex()
11 + char *progname = strrchr(argv[0], '/') ? strrchr(argv[0], '/')+1 : argv[0];
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dstrrchr.S16 .ent strrchr
17 .globl strrchr symbol
18 strrchr: label
88 .end strrchr
89 EXPORT_SYMBOL(strrchr)
H A Dev67-strrchr.S29 .ent strrchr
30 .globl strrchr symbol
31 strrchr: label
110 .end strrchr
111 EXPORT_SYMBOL(strrchr)
/OK3568_Linux_fs/kernel/arch/arm/lib/
H A Dstrrchr.S14 ENTRY(strrchr)
23 ENDPROC(strrchr)
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.h112 #define LAST_SLASH(path) max(strrchr(path, '/'), strrchr(path, '\\'))
117 #define LAST_SLASH(path) strrchr(path, '/')
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0004-wvcrash-Replace-use-of-basename-API.patch22 + argv0 = strrchr(_argv0, '/') ? strrchr(_argv0, '/')+1 : _argv0;
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A Dbasename-include.patch26 +#define basename(src) (strrchr(src,'/') ? strrchr(src,'/')+1 : src)
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcstring46 const char* strrchr(const char* s, int c);
47 char* strrchr( char* s, int c);
85 using ::strrchr;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcstring46 const char* strrchr(const char* s, int c);
47 char* strrchr( char* s, int c);
85 using ::strrchr;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dstring.h237 extern char *strrchr (char *__s, int __c)
239 extern const char *strrchr (const char *__s, int __c)
244 strrchr (char *__s, int __c) __THROW in strrchr() function
250 strrchr (const char *__s, int __c) __THROW in strrchr() function
257 extern char *strrchr (const char *__s, int __c)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dstring.h237 extern char *strrchr (char *__s, int __c)
239 extern const char *strrchr (const char *__s, int __c)
244 strrchr (char *__s, int __c) __THROW in strrchr() function
250 strrchr (const char *__s, int __c) __THROW in strrchr() function
257 extern char *strrchr (const char *__s, int __c)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0013-Define-glibc-compatible-basename-for-non-glibc-syste.patch25 +#define basename(src) (strrchr(src,'/') ? strrchr(src,'/')+1 : src)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A Dx86_basename.patch24 + if (sscanf(strrchr(sysfs_name,'/') + 1, "int13_dev%hhx", &devnum) != 1) {
27 + "entry: %s\n", strrchr(sysfs_name,'/') + 1);
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/
H A D0013-Define-glibc-compatible-basename-for-non-glibc-syste.patch27 +#define basename(src) (strrchr(src,'/') ? strrchr(src,'/')+1 : src)
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iq_check/src/
H A Dparser.c517 ptr = strrchr(name, ' '); in j2s_parse()
555 ptr = strrchr(buf, '['); in j2s_parse()
563 ptr = strrchr(buf, '['); in j2s_parse()
570 DASSERT_MSG(!strrchr(buf, '['), return -1, in j2s_parse()
576 ptr = strrchr(buf, '*'); in j2s_parse()
583 ptr = strrchr(buf, '*'); in j2s_parse()
590 DASSERT_MSG(!strrchr(buf, '*'), return -1, in j2s_parse()
596 ptr = strrchr(buf, ' '); in j2s_parse()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcstring65 #undef strrchr
97 using ::strrchr;
114 strrchr(char* __s, int __n)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcstring65 #undef strrchr
97 using ::strrchr;
114 strrchr(char* __s, int __n)
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-buildid-cache.c40 p = strrchr(root_dir, '/'); in build_id_cache__kcore_buildid()
125 p = strrchr(from_dir, '/'); in build_id_cache__add_kcore()
154 p = strrchr(to_dir, '/'); in build_id_cache__add_kcore()
159 p = strrchr(to_dir, '/'); in build_id_cache__add_kcore()
/OK3568_Linux_fs/buildroot/package/procps-ng/
H A D0003-pgrep-Fix-compile-error-with-BSP-4.4-kernel.patch20 …le strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk strrchr strspn strstr str…
21 …le strcasecmp strchr strcspn strdup strerror strncasecmp strndup strpbrk strrchr strspn strstr str…
/OK3568_Linux_fs/kernel/tools/testing/selftests/proc/
H A Dfd-003-kthread.c73 p = strrchr(buf, ' '); in kernel_thread_fd()
78 p = strrchr(buf, ' '); in kernel_thread_fd()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ssmtp/ssmtp/
H A Dssmtp-bug584162-fix.patch76 if((q = strrchr(p, '\n'))) {
110 - if((q = strrchr(p, '\n'))) {
120 + if((q = strrchr(p, '\n'))) {
/OK3568_Linux_fs/u-boot/tools/env/
H A Dfw_env_main.c229 if (strrchr(_cmdname, '/') != NULL) in main()
230 _cmdname = strrchr(_cmdname, '/') + 1; in main()
/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-main.c83 const char *fname = strrchr(test->file, '/') + 1; in dm_do_test()
123 const char *fname = strrchr(test->file, '/') + 1; in dm_test_run_on_flattree()

12345678910>>...13