| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | bootm.c | 90 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 D | part_env.c | 91 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 D | part_rkparm.c | 58 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 D | iomux.c | 49 temp = strchr(temp, ','); in iomux_doenv() 67 temp = strchr(start[i++], ','); in iomux_doenv()
|
| H A D | splash.c | 73 s = strchr(s + 1, ','); in splash_get_pos()
|
| H A D | cli.c | 90 need_buff = strchr(cmd, '\n') != NULL; in run_command_list()
|
| H A D | zglobal.h | 99 # define strchr index macro 102 char *strchr (), *strrchr ();
|
| /rk3399_rockchip-uboot/drivers/mtd/ |
| H A D | mtd_uboot.c | 69 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 D | string.h | 22 extern char *strchr(const char *s, int c);
|
| /rk3399_rockchip-uboot/arch/nios2/include/asm/ |
| H A D | string.h | 14 extern char * strchr(const char * s, int c);
|
| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | string.h | 15 extern char * strchr(const char * s, int c);
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | android_cmds.c | 33 part_str = strchr(dev_part_str, ';'); in part_get_info_by_dev_and_name()
|
| H A D | misc.c | 27 frpart = strchr(argv[1], '.'); in do_sleep()
|
| H A D | bootefi.c | 284 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 D | Makefile | 13 obj-y += strchr-700.o
|
| H A D | strchr-700.S | 14 .global strchr symbol 16 strchr: label
|
| /rk3399_rockchip-uboot/arch/nds32/include/asm/ |
| H A D | string.h | 23 extern char *strchr(const char *s, int c);
|
| /rk3399_rockchip-uboot/arch/arm/include/asm/ |
| H A D | string.h | 15 extern char * strchr(const char * s, int c);
|
| /rk3399_rockchip-uboot/arch/arm/mach-uniphier/ |
| H A D | board_late_init.c | 49 compat = strchr(compat, ','); in uniphier_set_fdt_file()
|
| /rk3399_rockchip-uboot/env/ |
| H A D | attr.c | 44 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 D | flags.c | 116 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 D | string.h | 51 extern char * strchr(const char *,int);
|
| /rk3399_rockchip-uboot/net/ |
| H A D | mdio-uclass.c | 30 if (strchr(dev->name, ' ')) { in dm_mdio_post_bind()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | util.c | 349 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 D | videomodes.c | 243 p = strchr(p, ':'); in video_get_video_mode() 276 p = strchr(p, ','); in video_get_video_mode()
|