first_space 234 kernel/crash_core.c char *first_colon, *first_space; first_space 256 kernel/crash_core.c first_space = strchr(ck_cmdline, ' '); first_space 257 kernel/crash_core.c if (first_colon && (!first_space || first_colon < first_space))