negative          259 src/vfs/tar/tar-internal.c     gboolean negative = FALSE;
negative          322 src/vfs/tar/tar-internal.c                 negative = TRUE;
negative          339 src/vfs/tar/tar-internal.c         negative = *where++ == '-';
negative          378 src/vfs/tar/tar-internal.c         negative = signbit != 0;
negative          379 src/vfs/tar/tar-internal.c         if (negative)
negative          386 src/vfs/tar/tar-internal.c     if (value <= (negative ? minus_minval : maxval))
negative          387 src/vfs/tar/tar-internal.c         return tar_represent_uintmax (negative ? -value : value);
negative          316 src/vfs/tar/tar-xheader.c     gboolean negative = *arg == '-';
negative          319 src/vfs/tar/tar-xheader.c     if (!isdigit (arg[negative]))
negative          325 src/vfs/tar/tar-xheader.c         if (negative)
negative          369 src/vfs/tar/tar-xheader.c             if (negative)