Home
last modified time | relevance | path

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

/linux/tools/lib/python/feat/
H A Dparse_features.py445 last_space = desc_line.rfind(" ")
446 if last_space != -1:
447 desc_line = desc_line[:last_space]
449 description = description[last_space + 1:]
/linux/kernel/bpf/
H A Ddiagnostics.c494 int len = 0, last_space = -1; in diag_print_wrapped_prefixed() local
501 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()