Searched refs:rest (Results 1 – 4 of 4) sorted by relevance
| /scripts/ |
| D | show_delta | 49 (time_str, rest) = string.split(line[1:],']',1) 53 return (time, rest) 65 (time, rest) = get_time(line) 78 return ("[%5.6f < %5.6f >]" % (time, delta)) + rest 111 (time, rest) = get_time(line) 114 if string.find(rest, base_str)==1:
|
| D | generate_rust_target.rs | 34 if let [ref rest @ .., ref last] = seq[..] { in comma_sep() 35 for v in rest { in comma_sep() 120 if let [ref rest @ .., ref last] = self.0[..] { in fmt() 121 for (key, value) in rest { in fmt()
|
| D | checkpatch.pl | 3971 my $rest = $2; 3973 my $pos = pos_last_openparen($rest); 5743 my $rest = rtrim($4); 5744 if ($rest =~ /;$/) { 5746 fix_insert_line($fixlinenr + 1, "$indent\t$rest"); 5914 my ($off, $dstat, $dcond, $rest); 6087 my ($off, $dstat, $dcond, $rest);
|
| /scripts/dtc/ |
| D | srcpos.c | 316 char *pos_str, *fresh_fname = NULL, *first, *rest; in srcpos_string_comment() local 354 rest = srcpos_string_comment(pos->next, first_line, level); in srcpos_string_comment() 355 xasprintf(&pos_str, "%s, %s", first, rest); in srcpos_string_comment() 357 free(rest); in srcpos_string_comment()
|