Searched refs:rest (Results 1 – 3 of 3) 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 | checkpatch.pl | 3957 my $rest = $2; 3959 my $pos = pos_last_openparen($rest); 5739 my $rest = rtrim($4); 5740 if ($rest =~ /;$/) { 5742 fix_insert_line($fixlinenr + 1, "$indent\t$rest"); 5910 my ($off, $dstat, $dcond, $rest); 6077 my ($off, $dstat, $dcond, $rest);
|
/scripts/dtc/ |
D | srcpos.c | 314 char *pos_str, *fname, *first, *rest; in srcpos_string_comment() local 352 rest = srcpos_string_comment(pos->next, first_line, level); in srcpos_string_comment() 353 xasprintf(&pos_str, "%s, %s", first, rest); in srcpos_string_comment() 355 free(rest); in srcpos_string_comment()
|