Searched refs:suffix (Results 1 – 3 of 3) sorted by relevance
548 const char *suffix = ""; in header_print_symbol() local554 suffix = "_MODULE"; in header_print_symbol()558 CONFIG_, sym->name, suffix); in header_print_symbol()
5577 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/;
2978 suffix = 'th'2981 suffix = 'st'2983 suffix = 'nd'2985 suffix = 'rd'2986 return '%d%s' % (value, suffix)