Searched refs:line_end (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-maps-race.c | 153 static bool parse_vma_line(char *line_start, char *line_end, in parse_vma_line() argument 158 *line_end = '\0'; /* stop sscanf at the EOL */ in parse_vma_line() 160 *line_end = '\n'; in parse_vma_line() 184 char *line_end; in locate_containing_page() local 186 line_end = strchr(curr_pos, '\n'); in locate_containing_page() 187 if (!line_end) in locate_containing_page() 190 if (parse_vma_line(curr_pos, line_end, &start, &end) && in locate_containing_page() 194 curr_pos = line_end + 1; in locate_containing_page() 214 static void copy_line(const char *line_start, const char *line_end, in copy_line() argument 217 size_t len = min(line_end - line_start, buf_size - 1); in copy_line()
|
| /linux/scripts/coccinelle/misc/ |
| H A D | semicolon.cocci | 63 if p[0].line != p1[0].line_end:
|
| /linux/scripts/ |
| H A D | checkpatch.pl | 4038 my $line_end = substr($prevrawline, $-[0]); 4039 $fixed[$fixlinenr - 1] =~ s/\Q$line_end\E$/ $operator$line_end/;
|