Home
last modified time | relevance | path

Searched refs:suffix (Results 1 – 3 of 3) sorted by relevance

/scripts/kconfig/
Dconfdata.c548 const char *suffix = ""; in header_print_symbol() local
554 suffix = "_MODULE"; in header_print_symbol()
558 CONFIG_, sym->name, suffix); in header_print_symbol()
/scripts/
Dcheckpatch.pl5577 my $suffix = "";
5580 $suffix .= 'U' if ($cast =~ /\bunsigned\b/);
5582 $suffix .= 'LL';
5584 $suffix .= 'L';
5586 $fixed[$fixlinenr] =~ s/\Q$cast\E$const\b/$newconst$suffix/;
Danalyze_suspend.py2978 suffix = 'th'
2981 suffix = 'st'
2983 suffix = 'nd'
2985 suffix = 'rd'
2986 return '%d%s' % (value, suffix)