overflow          203 lib/intprops-internal.h # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \
overflow          207 lib/intprops-internal.h        _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
overflow          210 lib/intprops-internal.h        _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
overflow          213 lib/intprops-internal.h        _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
overflow          216 lib/intprops-internal.h        _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
overflow          219 lib/intprops-internal.h        _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
overflow          222 lib/intprops-internal.h        _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
overflow          225 lib/intprops-internal.h        _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
overflow          228 lib/intprops-internal.h        _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
overflow          231 lib/intprops-internal.h        _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
overflow          234 lib/intprops-internal.h        _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
overflow          245 lib/intprops-internal.h #  define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \
overflow          247 lib/intprops-internal.h      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, st, smin, smax) \
overflow          248 lib/intprops-internal.h      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, ut, 0, umax))
overflow          250 lib/intprops-internal.h #  define _GL_INT_OP_WRAPV_SMALLISH(a,b,r,op,overflow,st,smin,smax,ut,umax) \
overflow          251 lib/intprops-internal.h     (overflow (a, b, smin, smax) \
overflow          252 lib/intprops-internal.h      ? (overflow (a, b, 0, umax) \
overflow          255 lib/intprops-internal.h      : (overflow (a, b, 0, umax) \
overflow          260 lib/intprops-internal.h # define _GL_INT_OP_WRAPV(a, b, r, op, overflow) \
overflow          262 lib/intprops-internal.h     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
overflow          266 lib/intprops-internal.h     ? _GL_INT_OP_WRAPV_SMALLISH (a, b, r, op, overflow, \
overflow          271 lib/intprops-internal.h        ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
overflow          273 lib/intprops-internal.h        : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned int, \
overflow          275 lib/intprops-internal.h     : _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow))
overflow          277 lib/intprops-internal.h #  define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \
overflow          280 lib/intprops-internal.h         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
overflow          282 lib/intprops-internal.h         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
overflow          285 lib/intprops-internal.h         ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
overflow          287 lib/intprops-internal.h         : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long long int, \
overflow          290 lib/intprops-internal.h #  define _GL_INT_OP_WRAPV_LONGISH(a, b, r, op, overflow) \
overflow          292 lib/intprops-internal.h      ? _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
overflow          294 lib/intprops-internal.h      : _GL_INT_OP_CALC (a, b, r, op, overflow, unsigned long int, \
overflow          305 lib/intprops-internal.h #define _GL_INT_OP_CALC(a, b, r, op, overflow, ut, t, tmin, tmax) \
overflow          306 lib/intprops-internal.h   (overflow (a, b, tmin, tmax) \
overflow          147 lib/strutil/xstrtol.c         strtol_error_t overflow;
overflow          204 lib/strutil/xstrtol.c             overflow = bkm_scale (&tmp, 512);
overflow          211 lib/strutil/xstrtol.c             overflow = bkm_scale (&tmp, 1024);
overflow          215 lib/strutil/xstrtol.c             overflow = LONGINT_OK;
overflow          219 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 6);
overflow          224 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 3);
overflow          229 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 1);
overflow          234 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 2);
overflow          238 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 5);
overflow          242 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 10);
overflow          246 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 9);
overflow          251 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 4);
overflow          255 lib/strutil/xstrtol.c             overflow = bkm_scale (&tmp, 2);
overflow          259 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 8);
overflow          263 lib/strutil/xstrtol.c             overflow = bkm_scale_by_power (&tmp, xbase, 7);
overflow          271 lib/strutil/xstrtol.c         err |= overflow;
overflow          275 src/vfs/tar/tar-internal.c stoint (const char *arg, char **arglim, gboolean *overflow, intmax_t minval, uintmax_t maxval)
overflow          333 src/vfs/tar/tar-internal.c     if (overflow != NULL)
overflow          334 src/vfs/tar/tar-internal.c         *overflow = v != 0;
overflow          388 src/vfs/tar/tar-internal.c         gboolean overflow = FALSE;
overflow          395 src/vfs/tar/tar-internal.c             overflow |= ckd_mul (&value, value, 8);
overflow          403 src/vfs/tar/tar-internal.c         if ((overflow || maxval < value) && *where1 >= 2 && type != NULL)
overflow          409 src/vfs/tar/tar-internal.c             overflow = FALSE;
overflow          420 src/vfs/tar/tar-internal.c                 overflow |= ckd_mul (&value, value, 8);
overflow          423 src/vfs/tar/tar-internal.c             overflow |= ckd_add (&value, value, 1);
overflow          425 src/vfs/tar/tar-internal.c             if (!overflow && value <= minus_minval)
overflow          429 src/vfs/tar/tar-internal.c         if (overflow)
overflow          308 src/vfs/tar/tar-internal.h intmax_t stoint (const char *arg, char **arglim, gboolean *overflow, intmax_t minval,
overflow          257 src/vfs/tar/tar-sparse.c     gboolean overflow = FALSE;
overflow          259 src/vfs/tar/tar-sparse.c     *num = stoint (arg, &arg_lim, &overflow, 0, maxval);
overflow          260 src/vfs/tar/tar-sparse.c     return !(arg_lim == arg || *arg_lim != '\0' || overflow);
overflow          258 src/vfs/tar/tar-xheader.c     gboolean overflow = FALSE;
overflow          263 src/vfs/tar/tar-xheader.c     s = stoint (arg, arg_lim, &overflow, TYPE_MINIMUM (time_t), TYPE_MAXIMUM (time_t));
overflow          304 src/vfs/tar/tar-xheader.c         if (overflow)
overflow          345 src/vfs/tar/tar-xheader.c     gboolean overflow = FALSE;
overflow          350 src/vfs/tar/tar-xheader.c     u = stoint (arg, &arg_lim, &overflow, minval, maxval);
overflow          355 src/vfs/tar/tar-xheader.c     if (overflow)
overflow          806 src/vfs/tar/tar-xheader.c         gboolean overflow = FALSE;
overflow          808 src/vfs/tar/tar-xheader.c         u = stoint (arg, &delim, &overflow, 0, TYPE_MAXIMUM (off_t));
overflow          819 src/vfs/tar/tar-xheader.c             if (overflow)
overflow          828 src/vfs/tar/tar-xheader.c             if (overflow)