Searched refs:colon (Results 1 – 5 of 5) sorted by relevance
254 char mtd_name[MTD_NAME_MAX_LEN], *colon; in mtd_probe_devices() local265 colon = strchr(mtdparts, ':'); in mtd_probe_devices()266 if (colon > mtdparts_next) in mtd_probe_devices()267 colon = NULL; in mtd_probe_devices()269 if (!colon) { in mtd_probe_devices()274 mtd_name_len = (unsigned int)(colon - mtdparts); in mtd_probe_devices()
159 colon = line.find(':CONFIG_')160 if colon == -1:163 f.write(line[colon + 1:])
3 # followed by a colon (:) to indicate its start. The message can include any
1542 char *colon; in net_parse_bootfile() local1547 colon = strchr(net_boot_file_name, ':'); in net_parse_bootfile()1548 if (colon) { in net_parse_bootfile()1551 strncpy(filename, colon + 1, max_len); in net_parse_bootfile()
454 leaving the string starting with a colon, and the boot device will490 leaving the string starting with a colon, and the boot device will
Completed in 10 milliseconds