Home
last modified time | relevance | path

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

12

/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dstring.h11 extern char * strrchr(const char * s, int c);
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dstring.h12 extern char * strrchr(const char * s, int c);
/rk3399_rockchip-uboot/tools/env/
H A Dfw_env_main.c229 if (strrchr(_cmdname, '/') != NULL) in main()
230 _cmdname = strrchr(_cmdname, '/') + 1; in main()
/rk3399_rockchip-uboot/tools/gdb/
H A Dgdbcont.c25 if ((pname = strrchr(av[0], '/')) == NULL) in main()
H A Dgdbsend.c31 if ((pname = strrchr(av[0], '/')) == NULL) in main()
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dstring.h20 extern char *strrchr(const char *s, int c);
/rk3399_rockchip-uboot/test/dm/
H A Dtest-main.c81 const char *fname = strrchr(test->file, '/') + 1; in dm_do_test()
121 const char *fname = strrchr(test->file, '/') + 1; in dm_test_run_on_flattree()
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dstring.h12 extern char * strrchr(const char * s, int c);
/rk3399_rockchip-uboot/include/linux/
H A Dstring.h67 extern char * strrchr(const char *,int);
/rk3399_rockchip-uboot/common/
H A Dzglobal.h100 # define strrchr rindex macro
102 char *strchr (), *strrchr ();
H A Dlrz.c179 shortname=strrchr(zi->fname,'/'); \
956 shortname=strrchr(zi.fname,'/'); in wcreceive()
1018 shortname=strrchr(*argp,'/'); in wcreceive()
1378 p=strrchr(name,'/'); in procheader()
1932 p=strrchr(name,'/'); in checkpath()
/rk3399_rockchip-uboot/tools/
H A Dmkexynosspl.c88 prog_name = strrchr(argv[0], '/'); in main()
H A Dfit_image.c234 p = strrchr(fname, '/'); in get_basename()
236 p = strrchr(fname, '.'); in get_basename()
H A Dimg2srec.c299 if ((hdr_name = strrchr(fileName, '/')) == NULL) { in ConvertELF()
/rk3399_rockchip-uboot/drivers/gpio/
H A Dpic32_gpio.c145 end = strrchr(dev->name, '@'); in pic32_gpio_probe()
H A Drk_gpio.c151 end = strrchr(dev->name, '@'); in rockchip_gpio_probe()
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Depautoconf.c76 tmp = strrchr(ep->name, '-'); in ep_matches()
/rk3399_rockchip-uboot/scripts/dtc/
H A Dsrcpos.c39 const char *slash = strrchr(path, '/'); in get_dirname()
H A Ddtc.c128 s = strrchr(fname, '.'); in guess_type_by_name()
/rk3399_rockchip-uboot/cmd/
H A Dmdio.c118 regstr = strrchr(input, '.'); in extract_reg_range()
H A Dpxe.c104 last_slash = strrchr(bootfile, '/'); in get_bootfile_path()
/rk3399_rockchip-uboot/lib/
H A Dstring.c247 char * strrchr(const char * s, int c) in strrchr() function
/rk3399_rockchip-uboot/tools/rockchip/
H A Dboot_merger.c563 start = strrchr(path, '/'); in getName()
568 end = strrchr(path, '.'); in getName()
/rk3399_rockchip-uboot/drivers/core/
H A Dof_access.c331 const char *name = strrchr(child->full_name, '/'); in __of_find_node_by_path()
H A Dofnode.c219 return strrchr(node.np->full_name, '/') + 1; in ofnode_get_name()

12