Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtd_uboot.c269 char mtd_name[MTD_NAME_MAX_LEN], *colon; in mtd_probe_devices() local
280 colon = strchr(mtdparts, ':'); in mtd_probe_devices()
281 if (colon > mtdparts_next) in mtd_probe_devices()
282 colon = NULL; in mtd_probe_devices()
284 if (!colon) { in mtd_probe_devices()
289 mtd_name_len = (unsigned int)(colon - mtdparts); in mtd_probe_devices()
/rk3399_rockchip-uboot/tools/
H A Dgenboardscfg.py163 colon = line.find(':CONFIG_')
164 if colon == -1:
167 f.write(line[colon + 1:])
/rk3399_rockchip-uboot/scripts/kconfig/
H A Dzconf.lex.c_shipped983 /* No semi-colon after return; correct usage is to write "yyterminate();" -
/rk3399_rockchip-uboot/scripts/dtc/
H A Ddtc-lexer.lex.c_shipped797 /* No semi-colon after return; correct usage is to write "yyterminate();" -