lim               365 src/vfs/tar/tar-internal.c     char const *lim = where + digs;
lim               376 src/vfs/tar/tar-internal.c         if (where == lim)
lim               393 src/vfs/tar/tar-internal.c             if (where == lim || !is_octal_digit (*where))
lim               417 src/vfs/tar/tar-internal.c                 if (where == lim || !is_octal_digit (*where))
lim               444 src/vfs/tar/tar-internal.c         while (where != lim)
lim               459 src/vfs/tar/tar-internal.c     else if (where <= lim - 2 && (*where == '\200'      /* positive base-256 */
lim               483 src/vfs/tar/tar-internal.c             if (where == lim)
lim               495 src/vfs/tar/tar-internal.c     if (where != lim && *where != '\0' && !g_ascii_isspace (*where))