lim               364 src/vfs/tar/tar-internal.c     char const *lim = where + digs;
lim               375 src/vfs/tar/tar-internal.c         if (where == lim)
lim               392 src/vfs/tar/tar-internal.c             if (where == lim || !is_octal_digit (*where))
lim               416 src/vfs/tar/tar-internal.c                 if (where == lim || !is_octal_digit (*where))
lim               443 src/vfs/tar/tar-internal.c         while (where != lim)
lim               458 src/vfs/tar/tar-internal.c     else if (where <= lim - 2 && (*where == '\200'      /* positive base-256 */
lim               482 src/vfs/tar/tar-internal.c             if (where == lim)
lim               494 src/vfs/tar/tar-internal.c     if (where != lim && *where != '\0' && !g_ascii_isspace (*where))