Searched refs:toupper (Results 1 - 25 of 353) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/tests/util/awk/
H A Dd_toupper.awk4 print toupper($0);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/lookup/
H A Dbuiltin2.C10 extern "C" signed int toupper(signed int __c) throw();
13 template< typename a > a toupper(a,int){} function in namespace:std
14 using ::toupper;
18 std::toupper((signed int)'a');
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/lookup/
H A Dbuiltin2.C10 extern "C" signed int toupper(signed int __c) throw();
13 template< typename a > a toupper(a,int){} function in namespace:std
14 using ::toupper;
18 std::toupper((signed int)'a');
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dstrcasecmp.c48 while(toupper((unsigned char)*s1) == toupper((unsigned char)*s2)) {
54 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2);
H A Dstrncasecmp.c48 && toupper((unsigned char)*s1) == toupper((unsigned char)*s2))
58 return toupper((unsigned char)*s1) - toupper((unsigned char)*s2);
H A Dstrupr.c49 *s = toupper((unsigned char)*s);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libmudflap/testsuite/libmudflap.c/
H A Dpass47-frag.c7 return ! ((toupper (buf[0]) == 'H' && toupper ('z') == 'Z' &&
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/sys/arch/hp700/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-6-1-5-RELEASE/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-6-1-5-RELEASE/external/bsd/flex/dist/examples/manual/
H A Duser_act.lex24 yytext[loop] = toupper(yytext[loop]);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/21_strings/headers/cctype/
H A Dfunctions_std.cc33 using std::toupper;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/
H A Do_str.c74 int res = toupper(*str1) - toupper(*str2);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_std/
H A Dstd_cctype.h66 #undef toupper macro
82 using ::toupper;
/netbsd-6-1-5-RELEASE/include/
H A Dctype.h58 int toupper(int);
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dmakesyscalls.sh85 # Does this awk have a "toupper" function?
86 have_toupper=`$awk 'BEGIN { print toupper("true"); exit; }' 2>/dev/null`
88 # If this awk does not define "toupper" then define our own.
91 toupper=
93 # Provide our own toupper()
94 toupper='
95 function toupper(str) { function
123 $toupper
172 compat_upper[i] = toupper(compat[i])
609 printf(" __RENAME(RUMP_SYS_RENAME_%s)", toupper(fbas
[all...]
H A Dvnode_if.sh62 # Does this awk have a "toupper" function? (i.e. is it GNU awk)
63 isgawk=`$awk 'BEGIN { print toupper("true"); exit; }' 2>/dev/null`
65 # If this awk does not define "toupper" then define our own.
68 toupper=
70 # Provide our own toupper()
71 toupper='
72 function toupper(str) { function
215 # This awk program needs toupper() so define it if necessary.
216 sed -e "$sed_prep" $src | $awk -v rump=${rump} "$toupper"'
222 toupper(nam
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/cpp/
H A Dmacro1.c23 int toupper(int x) {return x + 32;} function
58 #define toupper(c) __tobody (c, toupper) macro
59 if (toupper (10) != 42) /* toupper (10). */
60 err ("toupper");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-1.c37 TEST_CTYPE(toupper);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/
H A Dctype.h47 using std::toupper;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/cpp/
H A Dmacro1.c23 int toupper(int x) {return x + 32;} function
58 #define toupper(c) __tobody (c, toupper) macro
59 if (toupper (10) != 42) /* toupper (10). */
60 err ("toupper");
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/torture/
H A Dbuiltin-ctype-1.c37 TEST_CTYPE(toupper);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/include/c_compatibility/
H A Dctype.h47 using std::toupper;
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/inet/
H A Dnsap_addr.c60 c = toupper(c);
65 c = toupper(c);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/config/os/aix/
H A Dctype_noninline.h65 { return ::toupper((int) __c); }
72 *__low = ::toupper((int) *__low);

Completed in 181 milliseconds

1234567891011>>