Searched refs:semicol (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mtd/parsers/
H A Dcmdlinepart.c229 char *p, *mtd_id, *semicol, *open_parenth; local
235 semicol = strchr(s, ';');
236 if (semicol)
237 *semicol = '\0';
261 if (semicol)
262 *semicol = ';';

Completed in 56 milliseconds