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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvnode_if.sh83 # Does this awk have a "toupper" function? (i.e. is it GNU awk)
84 isgawk=`$awk 'BEGIN { print toupper("true"); exit; }' 2>/dev/null`
86 # If this awk does not define "toupper" then define our own.
89 toupper=
91 # Provide our own toupper()
92 toupper='
93 function toupper(str) { function
184 # This awk program needs toupper() so define it if necessary.
185 sed -e "$sed_prep" $src | $awk "$toupper"'
196 printf("#define %s(", toupper(nam
[all...]
/darwin-on-arm/xnu/SETUP/config/
H A Dmkglue.c227 *tp++ = toupper(*cp);
H A Dmkheaders.c273 *cp++ = toupper(*dev++);
H A Dmkmakefile.c1160 *str = toupper(*str);
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dpipes_tests.c433 char first_letter = toupper(string[0]);
443 (toupper(string[1])
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOHibernateRestoreKernel.c750 #define toupper(c) ((c) - 0x20 * (((c) >= 'a') && ((c) <= 'z'))) macro
785 *++p = upper ? toupper(c) : c;

Completed in 79 milliseconds