Home
last modified time | relevance | path

Searched refs:toupper (Results 1 – 25 of 425) sorted by relevance

12345678910>>...17

/netbsd-src/sys/arch/hppa/dev/
H A Ddevlist2h.awk75 printf("#define\tHPPA_TYPE_%s\t%s\n", toupper($2), $3) > cpuh;
76 types[tolower($2)] = toupper($2);
82 printf("#define\tHPPA_%s_%s\t%s\n", toupper($1),
83 toupper($2), $3) > cpuh;
84 printf("{HPPA_TYPE_%s,\tHPPA_%s_%s,\t\"", toupper($1),
85 toupper($1), toupper($2), $3) > cpud;
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrcasecmp.c48 while(toupper((unsigned char)*s1) == toupper((unsigned char)*s2)) { in strcasecmp()
54 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2); in strcasecmp()
H A Dstrncasecmp.c48 && toupper((unsigned char)*s1) == toupper((unsigned char)*s2)) in strncasecmp()
58 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2); in strncasecmp()
/netbsd-src/tests/lib/libc/locale/
H A Dt_toupper.c80 reported = toupper((int)(unsigned char)t->lower[i]); in h_swapcase()
90 ATF_TC(toupper);
92 ATF_TC_HEAD(toupper, tc) in ATF_TC_HEAD() argument
98 ATF_TC_BODY(toupper, tc) in ATF_TC_BODY() argument
127 ATF_TP_ADD_TC(tp, toupper); in ATF_TP_ADD_TCS()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dcctype32 int toupper(int c);
98 #ifdef toupper
99 #undef toupper
116 using ::toupper;
/netbsd-src/sys/arch/atari/stand/ahdilabel/
H A Dahdilabel.c85 if (toupper(getchar()) == 'Y') { in main()
95 if (toupper(getchar()) == 'Y') { in main()
123 key = toupper(getchar()); in main()
186 if (toupper (getchar ()) == 'N') in main()
190 if (toupper (getchar ()) == 'Y') in main()
197 if (toupper (getchar ()) == 'N') in main()
201 if (toupper (getchar ()) == 'Y') in main()
334 i = (int) (toupper ((unsigned char)(buf[1]) - 'A')); in read_sector()
/netbsd-src/sys/kern/
H A Dvnode_if.sh68 toupper=
71 toupper='
262 sed -e "$sed_prep" $src | $awk -v rump=${rump} "$toupper"'
H A Dmakesyscalls.sh138 toupper=
141 toupper='
170 $toupper
/netbsd-src/external/gpl2/gmake/dist/
H A Dvmsfunctions.c73 *tmp = toupper ((unsigned char)*tmp); \
264 while (*s1 != '\0' && toupper(*s1) == toupper(*s2)) in strcmpi()
270 return toupper(*(unsigned char *) s1) - toupper(*(unsigned char *) s2); in strcmpi()
/netbsd-src/sbin/nvmectl/
H A Dperftest.c151 if (p == NULL || *p == '\0' || toupper(*p) == 'B') { in perftest()
153 } else if (toupper(*p) == 'K') { in perftest()
155 } else if (toupper(*p) == 'M') { in perftest()
/netbsd-src/external/bsd/openldap/dist/include/ac/
H A Dctype.h28 # define TOUPPER(c) (islower(c) ? toupper(c) : (c))
31 # define TOUPPER(c) toupper(c)
/netbsd-src/sys/dev/onewire/
H A Ddevlist2h.awk40 printf("#define ONEWIRE_FAMILY_%s\t%s\n", toupper($2), $3) > hfile
41 printf("\t{ ONEWIRE_FAMILY_%s, \"", toupper($2)) > dfile
/netbsd-src/sys/arch/hpcmips/stand/libsa/
H A Dwinblk.c61 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro
144 toupper(devname[0]), in winblkopen()
145 toupper(devname[1]), in winblkopen()
146 toupper(devname[2]), in winblkopen()
/netbsd-src/tests/usr.bin/xlint/lint1/
H A Dmsg_342.c30 int toupper(int);
67 toupper(c); in cover_is_ctype_function()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd/
H A Dctype_configure_char.cc70 { return ::toupper((int)(unsigned char) __c); } in do_toupper()
77 *__low = ::toupper((int)(unsigned char) *__low); in do_toupper()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/generic/
H A Dctype_configure_char.cc70 { return ::toupper((int) __c); } in do_toupper()
77 *__low = ::toupper((int) *__low); in do_toupper()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/darwin/
H A Dctype_configure_char.cc70 { return ::toupper((int) __c); } in do_toupper()
77 *__low = ::toupper((int) *__low); in do_toupper()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/qnx/qnx6.1/
H A Dctype_configure_char.cc68 { return ::toupper((int) __c); } in do_toupper()
75 *__low = ::toupper((int) *__low); in do_toupper()
/netbsd-src/external/bsd/libbind/dist/inet/
H A Dnsap_addr.c60 c = toupper(c); in inet_nsap_addr()
65 c = toupper(c); in inet_nsap_addr()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/aix/
H A Dctype_configure_char.cc70 { return ::toupper((int) __c); } in do_toupper()
77 *__low = ::toupper((int) *__low); in do_toupper()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/openbsd/
H A Dctype_configure_char.cc70 { return ::toupper((int) __c); } in do_toupper()
77 *__low = ::toupper((int) *__low); in do_toupper()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/bsd/darwin/
H A Dctype_configure_char.cc70 { return ::toupper((int) __c); } in do_toupper()
77 *__low = ::toupper((int) *__low); in do_toupper()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/qnx/qnx6.1/
H A Dctype_configure_char.cc68 { return ::toupper((int) __c); } in do_toupper()
75 *__low = ::toupper((int) *__low); in do_toupper()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/
H A Dctype_configure_char.cc70 { return ::toupper((int) __c); } in do_toupper()
77 *__low = ::toupper((int) *__low); in do_toupper()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/config/os/hpux/
H A Dctype_configure_char.cc70 { return ::toupper((int) __c); } in do_toupper()
77 *__low = ::toupper((int) *__low); in do_toupper()

12345678910>>...17