overflow          132 lib/strutil/xstrtol.c         strtol_error_t overflow;
overflow          191 lib/strutil/xstrtol.c             overflow = bkm_scale (&tmp, 512);
overflow          198 lib/strutil/xstrtol.c             overflow = bkm_scale (&tmp, 1024);
overflow          202 lib/strutil/xstrtol.c             overflow = LONGINT_OK;
overflow          206 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, base, 6);
overflow          211 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, base, 3);
overflow          216 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, base, 1);
overflow          221 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, base, 2);
overflow          225 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, base, 5);
overflow          229 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, base, 10);
overflow          233 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, base, 9);
overflow          238 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, base, 4);
overflow          242 lib/strutil/xstrtol.c             overflow = bkm_scale (&tmp, 2);
overflow          246 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, base, 8);
overflow          250 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, base, 7);
overflow          258 lib/strutil/xstrtol.c         err |= overflow;
overflow          281 src/vfs/tar/tar-internal.c         gboolean overflow = FALSE;
overflow          288 src/vfs/tar/tar-internal.c             overflow |= value != (value << LG_8 >> LG_8);
overflow          297 src/vfs/tar/tar-internal.c         if ((overflow || maxval < value) && *where1 >= 2 && type != NULL)
overflow          303 src/vfs/tar/tar-internal.c             overflow = FALSE;
overflow          314 src/vfs/tar/tar-internal.c                 overflow |= value != (value << LG_8 >> LG_8);
overflow          319 src/vfs/tar/tar-internal.c             overflow |= value == 0;
overflow          321 src/vfs/tar/tar-internal.c             if (!overflow && value <= minus_minval)
overflow          325 src/vfs/tar/tar-internal.c         if (overflow)