arg_lim           371 src/vfs/tar/tar-sparse.c     char *arg_lim;
arg_lim           377 src/vfs/tar/tar-sparse.c     u = (uintmax_t) g_ascii_strtoll (arg, &arg_lim, 10);
arg_lim           379 src/vfs/tar/tar-sparse.c     if (!(u <= maxval && errno != ERANGE) || *arg_lim != '\0')
arg_lim           311 src/vfs/tar/tar-xheader.c decode_timespec (const char *arg, char **arg_lim, gboolean parse_fraction)
arg_lim           329 src/vfs/tar/tar-xheader.c             i = g_ascii_strtoll (arg, arg_lim, 10);
arg_lim           339 src/vfs/tar/tar-xheader.c             i = g_ascii_strtoull (arg, arg_lim, 10);
arg_lim           346 src/vfs/tar/tar-xheader.c         p = *arg_lim;
arg_lim           393 src/vfs/tar/tar-xheader.c     *arg_lim = (char *) p;
arg_lim           404 src/vfs/tar/tar-xheader.c     char *arg_lim;
arg_lim           409 src/vfs/tar/tar-xheader.c     t = decode_timespec (arg, &arg_lim, TRUE);
arg_lim           415 src/vfs/tar/tar-xheader.c     if (*arg_lim != '\0')
arg_lim           430 src/vfs/tar/tar-xheader.c     char *arg_lim;
arg_lim           438 src/vfs/tar/tar-xheader.c     u = strtosysint (arg, &arg_lim, minval, maxval);
arg_lim           440 src/vfs/tar/tar-xheader.c     if (errno == EINVAL || *arg_lim != '\0')