Searched refs:colon (Results 1 – 4 of 4) sorted by relevance
269 char mtd_name[MTD_NAME_MAX_LEN], *colon; in mtd_probe_devices() local280 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()
163 colon = line.find(':CONFIG_')164 if colon == -1:167 f.write(line[colon + 1:])
983 /* No semi-colon after return; correct usage is to write "yyterminate();" -
797 /* No semi-colon after return; correct usage is to write "yyterminate();" -