/u-boot/arch/mips/lib/ |
A D | bootm.c | 94 quote = strchr(bootargs, '"'); in linux_cmdline_legacy() 95 next = strchr(bootargs, ' '); in linux_cmdline_legacy() 102 next = strchr(quote + 1, '"'); in linux_cmdline_legacy() 104 quote = strchr(next + 1, '"'); in linux_cmdline_legacy() 105 next = strchr(next + 1, ' '); in linux_cmdline_legacy()
|
/u-boot/drivers/mtd/ |
A D | mtd_uboot.c | 71 equal = strchr(dev_id, '='); in mtd_search_alternate_name() 78 comma = strchr(mtdids, ','); in mtd_search_alternate_name() 259 mtdparts_next = strchr(mtdparts, ';'); in mtd_probe_devices() 265 colon = strchr(mtdparts, ':'); in mtd_probe_devices()
|
/u-boot/arch/nios2/include/asm/ |
A D | string.h | 13 extern char * strchr(const char * s, int c);
|
/u-boot/cmd/ |
A D | sleep.c | 25 frpart = strchr(argv[1], '.'); in do_sleep()
|
A D | date.c | 164 ptr = strchr(datestr, '.'); in mk_date()
|
/u-boot/arch/x86/include/asm/ |
A D | string.h | 15 extern char *strchr(const char *s, int c);
|
/u-boot/common/ |
A D | iomux.c | 59 temp = strchr(temp, ','); in iomux_doenv() 73 temp = strchr(start[i++], ','); in iomux_doenv()
|
A D | splash.c | 105 s = strchr(s + 1, ','); in splash_get_pos()
|
A D | cli.c | 98 need_buff = strchr(cmd, '\n') != NULL; in run_command_list()
|
A D | image-sig.c | 154 name = strchr(full_name, ','); in image_get_crypto_algo()
|
A D | image-fit-sig.c | 156 if (strchr(name, '@')) { in fit_image_verify_sig() 424 if (strchr(name, '@')) { in fit_config_verify_required_sigs()
|
/u-boot/arch/nds32/include/asm/ |
A D | string.h | 23 extern char *strchr(const char *s, int c);
|
/u-boot/arch/arm/include/asm/ |
A D | string.h | 15 extern char * strchr(const char * s, int c);
|
/u-boot/arch/riscv/cpu/ |
A D | cpu.c | 45 if (strchr(desc + 4, ext)) in supports_extension()
|
/u-boot/include/linux/ |
A D | string.h | 51 extern char * strchr(const char *,int);
|
/u-boot/arch/arm/mach-uniphier/ |
A D | board_late_init.c | 34 compat = strchr(compat, ','); in uniphier_set_env_fdt_file()
|
/u-boot/env/ |
A D | attr.c | 43 entry_end = strchr(entry, ENV_ATTR_LIST_DELIM); in env_attr_walk() 82 attributes = strchr(entry_cpy, ENV_ATTR_SEP); in env_attr_walk()
|
A D | flags.c | 130 type = strchr(env_flags_vartype_rep, in env_flags_parse_vartype() 154 access = strchr(env_flags_varaccess_rep, in env_flags_parse_varaccess()
|
/u-boot/lib/ |
A D | getopt.c | 58 curoptp = strchr(optstring, curopt); in __getopt()
|
/u-boot/arch/riscv/lib/ |
A D | fdt_fixup.c | 70 temp = strchr(basename, '@'); in riscv_fdt_copy_resv_mem_node()
|
/u-boot/scripts/dtc/ |
A D | util.c | 349 if (strchr("hlLb", *fmt)) { in utilfdt_decode_type() 362 if ((*fmt == '\0') || !strchr("iuxs", *fmt)) in utilfdt_decode_type()
|
/u-boot/drivers/video/ |
A D | videomodes.c | 244 p = strchr(p, ':'); in video_get_video_mode() 277 p = strchr(p, ','); in video_get_video_mode()
|
/u-boot/disk/ |
A D | part.c | 388 hwpart_str = strchr(dev_hwpart_str, '.'); in blk_get_device_by_str() 513 part_str = strchr(dev_part_str, ':'); in blk_get_device_part_str() 717 part_str = strchr(dev_part_str, '#'); in part_get_info_by_dev_and_name()
|
/u-boot/net/ |
A D | dns.c | 76 s = strchr(name, '.'); in dns_send()
|
/u-boot/board/esd/meesc/ |
A D | meesc.c | 208 str = strchr(serial, '_'); in get_board_serial()
|