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

/linux-master/kernel/
H A Dcrash_reserve.c260 char *first_colon, *first_space; local
282 first_space = strchr(ck_cmdline, ' ');
283 if (first_colon && (!first_space || first_colon < first_space))

Completed in 104 milliseconds