Searched refs:open_parenth (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
243 open_parenth = strchr(s, '(');
244 if (open_parenth)
245 *open_parenth = '\0';
257 if (open_parenth)
258 *open_parenth = '(';

Completed in 128 milliseconds