lim               258 src/vfs/tar/tar-internal.c     char const *lim = where + digs;
lim               269 src/vfs/tar/tar-internal.c         if (where == lim)
lim               286 src/vfs/tar/tar-internal.c             if (where == lim || !is_octal_digit (*where))
lim               311 src/vfs/tar/tar-internal.c                 if (where == lim || !is_octal_digit (*where))
lim               341 src/vfs/tar/tar-internal.c         while (where != lim && (dig = base64_map[(unsigned char) *where]) < 64)
lim               349 src/vfs/tar/tar-internal.c     else if (where <= lim - 2 && (*where == '\200'      /* positive base-256 */
lim               371 src/vfs/tar/tar-internal.c             if (where == lim)
lim               383 src/vfs/tar/tar-internal.c     if (where != lim && *where != '\0' && !g_ascii_isspace (*where))