Searched refs:nr (Results 1 – 4 of 4) sorted by relevance
/scripts/ |
D | stackusage | 32 sort -k3,3nr > "${outfile}"
|
D | checksyscalls.sh | 257 while read nr abi name entry ; do
|
D | get_maintainer.pl | 1841 foreach my $nr (@wish) { 1842 $nr = lc($nr); 1843 my $sel = substr($nr, 0, 1); 1844 my $str = substr($nr, 1); 1854 } elsif ($nr =~ /^\d+$/ && $nr > 0 && $nr <= $count) { 1855 $selected{$nr - 1} = !$selected{$nr - 1}; 1990 print STDERR "invalid option: '$nr'\n";
|
D | asn1_compiler.c | 749 unsigned nr, t, n; in build_type_list() local 751 nr = 0; in build_type_list() 755 nr++; in build_type_list() 757 if (nr == 0) { in build_type_list() 762 nr_types = nr; in build_type_list() 763 types = type_list = calloc(nr + 1, sizeof(type_list[0])); in build_type_list() 768 type_index = calloc(nr, sizeof(type_index[0])); in build_type_list() 787 qsort(type_index, nr, sizeof(type_index[0]), type_index_compare); in build_type_list()
|