OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l_suffix
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/xlint/lint1/
lex.c
558
unsigned
l_suffix
= 0, u_suffix = 0;
local
562
l_suffix
++;
568
if (
l_suffix
> 2 || u_suffix > 1) {
571
if (
l_suffix
> 2)
572
l_suffix
= 2;
597
&& ((
l_suffix
== 0 && base != 10 && ui <= TARG_UINT_MAX)
598
|| (
l_suffix
<= 1 && ui > TARG_LONG_MAX));
601
? integer_constant_type_unsigned(
l_suffix
, ui, warned)
602
: integer_constant_type_signed(
l_suffix
, ui, base, warned);
lex.c
558
unsigned
l_suffix
= 0, u_suffix = 0;
local
562
l_suffix
++;
568
if (
l_suffix
> 2 || u_suffix > 1) {
571
if (
l_suffix
> 2)
572
l_suffix
= 2;
597
&& ((
l_suffix
== 0 && base != 10 && ui <= TARG_UINT_MAX)
598
|| (
l_suffix
<= 1 && ui > TARG_LONG_MAX));
601
? integer_constant_type_unsigned(
l_suffix
, ui, warned)
602
: integer_constant_type_signed(
l_suffix
, ui, base, warned);
Completed in 53 milliseconds
Indexes created Sat Apr 11 00:22:22 UTC 2026