Home
last modified time | relevance | path

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

/linux-2.6.39/kernel/
Dkexec.c1348 char *first_colon, *first_space; in parse_crashkernel() local
1371 first_space = strchr(ck_cmdline, ' '); in parse_crashkernel()
1372 if (first_colon && (!first_space || first_colon < first_space)) in parse_crashkernel()