LLONG_MIN 462 maint/gnulib/lib/intprops.h long long int, LLONG_MIN, LLONG_MAX), \ LLONG_MIN 514 maint/gnulib/lib/intprops.h long long int, LLONG_MIN, LLONG_MAX) \ LLONG_MIN 47 maint/gnulib/lib/limits.in.h #ifndef LLONG_MIN LLONG_MIN 116 maint/gnulib/lib/limits.in.h # define LLONG_WIDTH _GL_INTEGER_WIDTH (LLONG_MIN, LLONG_MAX) LLONG_MIN 498 maint/gnulib/lib/stdint.in.h # define INTPTR_MIN LLONG_MIN LLONG_MIN 121 maint/gnulib/lib/strtol.c # define STRTOL_LONG_MIN LLONG_MIN LLONG_MIN 21 maint/gnulib/lib/xstrtoll.c #define STRTOL_T_MINIMUM LLONG_MIN LLONG_MIN 124 maint/gnulib/tests/test-intprops.c verify_stmt (TYPE_MINIMUM (long long int) == LLONG_MIN); LLONG_MIN 91 maint/gnulib/tests/test-limits-h.c long long limits10[] = { LLONG_MIN, LLONG_MAX }; LLONG_MIN 92 maint/gnulib/tests/test-limits-h.c verify (TYPE_MINIMUM (long long int) == LLONG_MIN); LLONG_MIN 110 maint/gnulib/tests/test-limits-h.c verify_width (LLONG_WIDTH, LLONG_MIN, LLONG_MAX);