Searched refs:last_space (Results 1 – 2 of 2) sorted by relevance
445 last_space = desc_line.rfind(" ")446 if last_space != -1:447 desc_line = desc_line[:last_space]449 description = description[last_space + 1:]
494 int len = 0, last_space = -1; in diag_print_wrapped_prefixed() local501 last_space = len; in diag_print_wrapped_prefixed()505 if (line[len] && line[len] != '\n' && line[len] != ' ' && last_space > 0) in diag_print_wrapped_prefixed()506 len = last_space; in diag_print_wrapped_prefixed()