Searched refs:slash (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | srcpos.c | 39 const char *slash = strrchr(path, '/'); in get_dirname() local 41 if (slash) { in get_dirname() 42 int len = slash - path; in get_dirname()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | pxe.c | 727 char *f1, *f2, *f3, *f4, *slash; in label_boot() local 750 slash = "./"; in label_boot() 752 slash = "/"; in label_boot() 754 slash = ""; in label_boot() 756 len = strlen(label->fdtdir) + strlen(slash) + in label_boot() 766 label->fdtdir, slash, f1, f2, f3, f4); in label_boot()
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | confdata.c | 752 char *slash; in conf_write() local 758 } else if ((slash = strrchr(name, '/'))) { in conf_write() 759 int size = slash - name + 1; in conf_write() 762 if (slash[1]) in conf_write() 763 basename = slash + 1; in conf_write()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | fdtdec.c | 531 const char *slash; in fdtdec_get_alias_seq() local 540 slash = strrchr(prop, '/'); in fdtdec_get_alias_seq() 541 if (strcmp(slash + 1, find_name)) in fdtdec_get_alias_seq()
|
| /rk3399_rockchip-uboot/ |
| H A D | Makefile | 1689 zap-slash=$(filter-out .,$(patsubst %/,%,$(dir $@))) 1690 build-dir = $(KBUILD_EXTMOD)$(if $(zap-slash),/$(zap-slash))
|
| H A D | MAINTAINERS | 21 A trailing slash includes all files and subdirectory files.
|