Home
last modified time | relevance | path

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

123456789

/openbmc/linux/drivers/crypto/cavium/zip/
H A Dcommon.h187 #define FILE_NAME (strrchr(__FILE__, '/') ? strrchr(__FILE__, '/') + 1 : \
188 strrchr(__FILE__, '\\') ? strrchr(__FILE__, '\\') + 1 : __FILE__)
/openbmc/linux/arch/alpha/lib/
H A Dstrrchr.S16 .ent strrchr
17 .globl strrchr
18 strrchr: label
88 .end strrchr
89 EXPORT_SYMBOL(strrchr)
H A Dev67-strrchr.S29 .ent strrchr
30 .globl strrchr
31 strrchr: label
110 .end strrchr
111 EXPORT_SYMBOL(strrchr)
/openbmc/linux/arch/arm/lib/
H A Dstrrchr.S14 ENTRY(strrchr)
23 ENDPROC(strrchr)
/openbmc/linux/arch/arm64/lib/
H A Dstrrchr.S33 SYM_FUNC_ALIAS_WEAK(strrchr, __pi_strrchr)
34 EXPORT_SYMBOL_NOKASAN(strrchr)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-connectivity/wvdial/wvstreams/
H A D0004-wvcrash-Replace-use-of-basename-API.patch24 + argv0 = strrchr(_argv0, '/') ? strrchr(_argv0, '/')+1 : _argv0;
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/dietsplash/dietsplash/
H A D0001-Mimic-GNU-basename-API-for-non-glibc-library-e.g.-mu.patch21 +#define basename(src) (strrchr(src,'/') ? strrchr(src,'/')+1 : src)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/poppler/poppler/
H A Dbasename-include.patch26 +#define basename(src) (strrchr(src,'/') ? strrchr(src,'/')+1 : src)
/openbmc/linux/tools/perf/arch/riscv/util/
H A Dheader.c24 line2 = strrchr(line, ' '); in _get_field()
29 nl = strrchr(line, '\n'); in _get_field()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/
H A D0008-Define-glibc-compatible-basename-for-non-glibc-syste.patch26 +#define basename(src) (strrchr(src,'/') ? strrchr(src,'/')+1 : src)
/openbmc/openbmc/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);
/openbmc/openbmc/poky/meta/recipes-core/systemd/systemd/
H A D0008-Define-glibc-compatible-basename-for-non-glibc-syste.patch26 +#define basename(src) (strrchr(src,'/') ? strrchr(src,'/')+1 : src)
/openbmc/linux/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()
/openbmc/u-boot/tools/env/
H A Dfw_env_main.c214 if (strrchr(_cmdname, '/') != NULL) in main()
215 _cmdname = strrchr(_cmdname, '/') + 1; in main()
/openbmc/openbmc/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'))) {
/openbmc/linux/tools/perf/
H A Dbuiltin-buildid-cache.c41 p = strrchr(root_dir, '/'); in build_id_cache__kcore_buildid()
126 p = strrchr(from_dir, '/'); in build_id_cache__add_kcore()
155 p = strrchr(to_dir, '/'); in build_id_cache__add_kcore()
160 p = strrchr(to_dir, '/'); in build_id_cache__add_kcore()
H A Dbuiltin-help.c151 const char *file = strrchr(path, '/'); in exec_man_konqueror()
154 char *dest = strrchr(new, '/'); in exec_man_konqueror()
254 const char *subkey = strrchr(name, '.'); in add_man_viewer_info()
/openbmc/u-boot/test/dm/
H A Dtest-main.c82 const char *fname = strrchr(test->file, '/') + 1; in dm_do_test()
122 const char *fname = strrchr(test->file, '/') + 1; in dm_test_run_on_flattree()
/openbmc/openbmc/poky/meta/recipes-extended/zip/zip-3.0/
H A D0001-configure-Specify-correct-function-signatures-and-de.patch25 -for func in rmdir strchr strrchr rename mktemp mktime mkstemp
48 +echo Check for strrchr
51 +int main(){ strrchr(NULL,0); return 0; }
/openbmc/u-boot/arch/nios2/include/asm/
H A Dstring.h10 extern char * strrchr(const char * s, int c);
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/freediameter/files/
H A D0001-tests-use-EXTENSIONS_DIR.patch59 char * dot = strrchr(dp->d_name, '.');
89 char * dot = strrchr(dp->d_name, '.');
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A DCVE-2023-38473.patch54 - if ((e = strrchr(s, '-'))) {
58 + if ((e = strrchr(label, '-'))) {
/openbmc/linux/drivers/base/
H A Dauxiliary.c165 const char *p = strrchr(dev_name(&auxdev->dev), '.'); in auxiliary_match_id()
193 p = strrchr(name, '.'); in auxiliary_uevent()
/openbmc/u-boot/arch/x86/include/asm/
H A Dstring.h12 extern char *strrchr(const char *s, int c);
/openbmc/u-boot/tools/gdb/
H A Dgdbcont.c24 if ((pname = strrchr(av[0], '/')) == NULL) in main()

123456789