Home
last modified time | relevance | path

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

/linux/kernel/
H A Dcrash_reserve.c263 char *first_colon, *first_space; in __parse_crashkernel() local
285 first_space = strchr(ck_cmdline, ' '); in __parse_crashkernel()
286 if (first_colon && (!first_space || first_colon < first_space)) in __parse_crashkernel()
/linux/init/
H A Dmain.c960 const char *first_space; in print_kernel_cmdline() local
981 first_space = cutoff; in print_kernel_cmdline()
982 while (first_space > cmdline && first_space[-1] == ' ') in print_kernel_cmdline()
983 first_space--; in print_kernel_cmdline()
984 to_print = first_space - cmdline; in print_kernel_cmdline()