Home
last modified time | relevance | path

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

12

/u-boot/arch/nios2/include/asm/
A Dstring.h10 extern char * strrchr(const char * s, int c);
/u-boot/arch/x86/include/asm/
A Dstring.h12 extern char *strrchr(const char *s, int c);
/u-boot/tools/gdb/
A Dgdbcont.c24 if ((pname = strrchr(av[0], '/')) == NULL) in main()
A Dgdbsend.c30 if ((pname = strrchr(av[0], '/')) == NULL) in main()
/u-boot/tools/env/
A Dfw_env_main.c215 if (strrchr(_cmdname, '/') != NULL) in main()
216 _cmdname = strrchr(_cmdname, '/') + 1; in main()
/u-boot/arch/nds32/include/asm/
A Dstring.h20 extern char *strrchr(const char *s, int c);
/u-boot/arch/arm/include/asm/
A Dstring.h12 extern char * strrchr(const char * s, int c);
/u-boot/test/dm/
A Dtest-main.c85 const char *fname = strrchr(test->file, '/') + 1; in dm_do_test()
126 const char *fname = strrchr(test->file, '/') + 1; in dm_test_run_on_flattree()
/u-boot/include/linux/
A Dstring.h67 extern char * strrchr(const char *,int);
/u-boot/tools/
A Dmkexynosspl.c87 prog_name = strrchr(argv[0], '/'); in main()
A Dimg2srec.c299 if ((hdr_name = strrchr(fileName, '/')) == NULL) { in ConvertELF()
A Dfit_image.c184 p = strrchr(fname, '/'); in get_basename()
186 p = strrchr(fname, '.'); in get_basename()
/u-boot/drivers/gpio/
A Dpic32_gpio.c146 end = strrchr(dev->name, '@'); in pic32_gpio_probe()
A Drk_gpio.c154 end = strrchr(dev->name, '@'); in rockchip_gpio_probe()
/u-boot/drivers/usb/gadget/
A Depautoconf.c73 tmp = strrchr(ep->name, '-'); in ep_matches()
/u-boot/scripts/dtc/
A Dsrcpos.c39 const char *slash = strrchr(path, '/'); in get_dirname()
A Ddtc.c126 s = strrchr(fname, '.'); in guess_type_by_name()
/u-boot/cmd/
A Dmdio.c127 regstr = strrchr(input, '.'); in extract_reg_range()
/u-boot/arch/sandbox/cpu/
A Dstart.c215 p = strrchr(fname, '/'); in sandbox_cmdline_cb_test_fdt()
/u-boot/lib/
A Dstring.c248 char * strrchr(const char * s, int c) in strrchr() function
/u-boot/scripts/kconfig/
A Dconfdata.c52 p = strrchr(tmp, '/'); in make_parent_dir()
794 } else if ((slash = strrchr(name, '/'))) { in conf_write()
/u-boot/drivers/core/
A Dof_access.c334 const char *name = strrchr(child->full_name, '/'); in __of_find_node_by_path()
/u-boot/scripts/dtc/libfdt/
A Dfdt_ro.c320 leaf = strrchr(nameptr, '/'); in fdt_get_name()
/u-boot/lib/efi_loader/
A Defi_file.c50 char *s = strrchr(fh->path, '/'); in basename()
/u-boot/drivers/xen/
A Dpvblock.c210 dev->handle = strtoul(strrchr(nodename, '/') + 1, NULL, 0); in init_blkfront()

Completed in 30 milliseconds

12