c_toupper 38 maint/gnulib/lib/c-strcaseeq.h (c_toupper (other) == (upper)) c_toupper 64 maint/gnulib/lib/iconv_open.c if (c_toupper (fromcode[0]) == 'U' c_toupper 65 maint/gnulib/lib/iconv_open.c && c_toupper (fromcode[1]) == 'T' c_toupper 66 maint/gnulib/lib/iconv_open.c && c_toupper (fromcode[2]) == 'F' c_toupper 69 maint/gnulib/lib/iconv_open.c if (c_toupper (tocode[0]) == 'U' c_toupper 70 maint/gnulib/lib/iconv_open.c && c_toupper (tocode[1]) == 'T' c_toupper 71 maint/gnulib/lib/iconv_open.c && c_toupper (tocode[2]) == 'F' c_toupper 124 maint/gnulib/lib/iconv_open.c while ((*q = c_toupper (*p)) != '\0') c_toupper 140 maint/gnulib/lib/iconv_open.c while ((*q = c_toupper (*p)) != '\0') c_toupper 1357 maint/gnulib/lib/parse-datetime.y *p = c_toupper (to_uchar (*p)); c_toupper 52 maint/gnulib/tests/test-c-ctype.c ASSERT (c_toupper (c) == toupper (c)); c_toupper 81 maint/gnulib/tests/test-c-ctype.c ASSERT (c_toupper (c) == c); c_toupper 139 maint/gnulib/tests/test-c-ctype.c ASSERT (c_toupper (c) == c - 'a' + 'A'); c_toupper 143 maint/gnulib/tests/test-c-ctype.c ASSERT (c_toupper (c) == c); c_toupper 61 maint/gnulib/tests/test-pipe-filter-gi1.c char expected = c_toupper (orig); c_toupper 83 maint/gnulib/tests/test-pipe-filter-ii1.c char expected = c_toupper (orig);