Searched refs:last (Results 1 – 8 of 8) sorted by relevance
/scripts/ |
D | decode_stacktrace.sh | 262 local last=$(( ${#words[@]} - 1 )) 277 if [[ ${words[$last]} =~ ^[0-9a-f]+\] ]]; then 278 words[$last-1]="${words[$last-1]} ${words[$last]}" 279 unset words[$last] 280 last=$(( $last - 1 )) 283 if [[ ${words[$last]} =~ \[([^]]+)\] ]]; then 284 module=${words[$last]} 292 symbol=${words[$last-1]} 293 unset words[$last-1] 296 symbol=${words[$last]} [all …]
|
D | headerdep.pl | 125 my $last = pop @$cycle; 128 printf "%s from %s,\n", $msg, $last->[1] if defined $last; 134 $header->[1] eq $last->[1] ? ' <-- here' : '';
|
D | dev-needs.sh | 16 chain, so the last entry in the output is close to the root of the
|
D | get_maintainer.pl | 2466 my $last = $nw[@nw - 1]; 2472 $name = "$first $middle $last"; 2474 $name = "$middle $last";
|
/scripts/kconfig/ |
D | qconf.cc | 418 ConfigItem* last = 0; in updateList() local 442 last = item; in updateList() 446 item = last ? last->nextSibling() : nullptr; in updateList() 448 item = new ConfigItem(this, last, rootEntry, true); in updateList() 598 ConfigItem* last; in updateMenuList() local 611 last = parent->firstChild(); in updateMenuList() 612 if (last && !last->goParent) in updateMenuList() 613 last = 0; in updateMenuList() 615 item = last ? last->nextSibling() : parent->firstChild(); in updateMenuList() 636 item = new ConfigItem(parent, last, child, visible); in updateMenuList() [all …]
|
/scripts/dtc/libfdt/ |
D | fdt.c | 310 const char *last = strtab + tabsize - len; in fdt_find_string_() local 313 for (p = strtab; p <= last; p++) in fdt_find_string_()
|
/scripts/dtc/ |
D | livetree.c | 382 struct reserve_info *last; in add_reserve_entry() local 389 for (last = list; last->next; last = last->next) in add_reserve_entry() 392 last->next = new; in add_reserve_entry()
|
/scripts/coccinelle/misc/ |
D | cond_no_effect.cocci | 9 // the last if else/else as a "default behavior" - which some
|