Home
last modified time | relevance | path

Searched refs:strchr (Results 1 – 25 of 94) sorted by relevance

1234

/rk3399_rockchip-uboot/arch/mips/lib/
H A Dbootm.c90 quote = strchr(bootargs, '"'); in linux_cmdline_legacy()
91 next = strchr(bootargs, ' '); in linux_cmdline_legacy()
98 next = strchr(quote + 1, '"'); in linux_cmdline_legacy()
100 quote = strchr(next + 1, '"'); in linux_cmdline_legacy()
101 next = strchr(next + 1, ' '); in linux_cmdline_legacy()
/rk3399_rockchip-uboot/disk/
H A Dpart_env.c91 next = strchr(parts_list, ':'); in env_init_parts()
107 pend = strchr(next, ')'); in env_init_parts()
125 next = strchr(next, ','); in env_init_parts()
H A Dpart_rkparm.c58 next = strchr(blkdev_parts, ':'); in rkparm_param_parse()
82 pend = strchr(next, ')'); in rkparm_param_parse()
103 next = strchr(next, ','); in rkparm_param_parse()
/rk3399_rockchip-uboot/common/
H A Diomux.c49 temp = strchr(temp, ','); in iomux_doenv()
67 temp = strchr(start[i++], ','); in iomux_doenv()
H A Dsplash.c73 s = strchr(s + 1, ','); in splash_get_pos()
H A Dcli.c90 need_buff = strchr(cmd, '\n') != NULL; in run_command_list()
H A Dzglobal.h99 # define strchr index macro
102 char *strchr (), *strrchr ();
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtd_uboot.c69 equal = strchr(dev_id, '='); in mtd_search_alternate_name()
76 comma = strchr(mtdids, ','); in mtd_search_alternate_name()
274 mtdparts_next = strchr(mtdparts, ';'); in mtd_probe_devices()
280 colon = strchr(mtdparts, ':'); in mtd_probe_devices()
/rk3399_rockchip-uboot/arch/arc/include/asm/
H A Dstring.h22 extern char *strchr(const char *s, int c);
/rk3399_rockchip-uboot/arch/nios2/include/asm/
H A Dstring.h14 extern char * strchr(const char * s, int c);
/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dstring.h15 extern char * strchr(const char * s, int c);
/rk3399_rockchip-uboot/cmd/
H A Dandroid_cmds.c33 part_str = strchr(dev_part_str, ';'); in part_get_info_by_dev_and_name()
H A Dmisc.c27 frpart = strchr(argv[1], '.'); in do_sleep()
H A Dbootefi.c284 const char *str = strchr(devnr, ':'); in parse_partnum()
319 while ((s = strchr(s, '/'))) in efi_set_bootdev()
/rk3399_rockchip-uboot/arch/arc/lib/
H A DMakefile13 obj-y += strchr-700.o
H A Dstrchr-700.S14 .global strchr symbol
16 strchr: label
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dstring.h23 extern char *strchr(const char *s, int c);
/rk3399_rockchip-uboot/arch/arm/include/asm/
H A Dstring.h15 extern char * strchr(const char * s, int c);
/rk3399_rockchip-uboot/arch/arm/mach-uniphier/
H A Dboard_late_init.c49 compat = strchr(compat, ','); in uniphier_set_fdt_file()
/rk3399_rockchip-uboot/env/
H A Dattr.c44 entry_end = strchr(entry, ENV_ATTR_LIST_DELIM); in env_attr_walk()
83 attributes = strchr(entry_cpy, ENV_ATTR_SEP); in env_attr_walk()
H A Dflags.c116 type = strchr(env_flags_vartype_rep, in env_flags_parse_vartype()
138 access = strchr(env_flags_varaccess_rep, in env_flags_parse_varaccess()
/rk3399_rockchip-uboot/include/linux/
H A Dstring.h51 extern char * strchr(const char *,int);
/rk3399_rockchip-uboot/net/
H A Dmdio-uclass.c30 if (strchr(dev->name, ' ')) { in dm_mdio_post_bind()
/rk3399_rockchip-uboot/scripts/dtc/
H A Dutil.c349 if (strchr("hlLb", *fmt)) { in utilfdt_decode_type()
362 if ((*fmt == '\0') || !strchr("iuxs", *fmt)) in utilfdt_decode_type()
/rk3399_rockchip-uboot/drivers/video/
H A Dvideomodes.c243 p = strchr(p, ':'); in video_get_video_mode()
276 p = strchr(p, ','); in video_get_video_mode()

1234