upper              34 maint/gnulib/lib/c-strcaseeq.h #  define CASEEQ(other,upper) \
upper              35 maint/gnulib/lib/c-strcaseeq.h      (c_isupper (upper) ? ((other) & ~0x20) == (upper) : (other) == (upper))
upper              37 maint/gnulib/lib/c-strcaseeq.h #  define CASEEQ(other,upper) \
upper              38 maint/gnulib/lib/c-strcaseeq.h      (c_toupper (other) == (upper))
upper              47 maint/gnulib/lib/flock.c file_size (HANDLE h, DWORD * lower, DWORD * upper)
upper              49 maint/gnulib/lib/flock.c   *lower = GetFileSize (h, upper);
upper              67 maint/gnulib/lib/gen-uni-tables.c   unsigned int upper;         /* Uppercase mapping */
upper             113 maint/gnulib/lib/gen-uni-tables.c   uni->upper = (field12[0] =='\0' ? NONE : strtoul (field12, NULL, 16));
upper            5628 maint/gnulib/lib/gen-uni-tables.c       && unicode_attributes[ch].upper != NONE)
upper            5629 maint/gnulib/lib/gen-uni-tables.c     return unicode_attributes[ch].upper;
upper            5844 maint/gnulib/lib/gen-uni-tables.c   PROPERTY(upper)
upper              56 maint/gnulib/lib/unicase/special-casing.in.h   unsigned short upper[3];
upper              45 maint/gnulib/lib/unicase/u16-ct-toupper.c                       uc_toupper, offsetof (struct special_casing_rule, upper[0]),
upper              44 maint/gnulib/lib/unicase/u16-toupper.c                       uc_toupper, offsetof (struct special_casing_rule, upper[0]),
upper              45 maint/gnulib/lib/unicase/u32-ct-toupper.c                       uc_toupper, offsetof (struct special_casing_rule, upper[0]),
upper              44 maint/gnulib/lib/unicase/u32-toupper.c                       uc_toupper, offsetof (struct special_casing_rule, upper[0]),
upper              45 maint/gnulib/lib/unicase/u8-ct-toupper.c                      uc_toupper, offsetof (struct special_casing_rule, upper[0]),
upper              44 maint/gnulib/lib/unicase/u8-toupper.c                      uc_toupper, offsetof (struct special_casing_rule, upper[0]),
upper             190 maint/gnulib/tests/test-ptsname.c     int upper;
upper             194 maint/gnulib/tests/test-ptsname.c     for (upper = 0; upper <= 1; upper++)
upper             195 maint/gnulib/tests/test-ptsname.c       for (char1 = (upper ? 'P' : 'p'); char1 <= (upper ? 'S' : 's'); char1++)
upper             249 maint/gnulib/tests/test-ptsname_r.c     int upper;
upper             253 maint/gnulib/tests/test-ptsname_r.c     for (upper = 0; upper <= 1; upper++)
upper             254 maint/gnulib/tests/test-ptsname_r.c       for (char1 = (upper ? 'P' : 'p'); char1 <= (upper ? 'S' : 's'); char1++)