Home | History | Annotate | Download | only in src

Lines Matching full:is_hex

1077                         int val, is_hex = d == 'x';
1080 val = strtol( ptr + is_hex, &endptr, is_hex ? 8 : 16 );
1082 if( endptr == ptr + is_hex )