/src/sys/kern/ |
vnode_if.sh | 62 # 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 261 # This awk program needs toupper() so define it if necessary. 262 sed -e "$sed_prep" $src | $awk -v rump=${rump} "$toupper"' 268 toupper(name), vop_offset++) [all...] |
vnode_if.sh | 62 # 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 261 # This awk program needs toupper() so define it if necessary. 262 sed -e "$sed_prep" $src | $awk -v rump=${rump} "$toupper"' 268 toupper(name), vop_offset++) [all...] |
vnode_if.sh | 62 # 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 261 # This awk program needs toupper() so define it if necessary. 262 sed -e "$sed_prep" $src | $awk -v rump=${rump} "$toupper"' 268 toupper(name), vop_offset++) [all...] |
vnode_if.sh | 62 # 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 261 # This awk program needs toupper() so define it if necessary. 262 sed -e "$sed_prep" $src | $awk -v rump=${rump} "$toupper"' 268 toupper(name), vop_offset++) [all...] |
vnode_if.sh | 62 # 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 261 # This awk program needs toupper() so define it if necessary. 262 sed -e "$sed_prep" $src | $awk -v rump=${rump} "$toupper"' 268 toupper(name), vop_offset++) [all...] |
makesyscalls.sh | 132 # Does this awk have a "toupper" function? 133 have_toupper="$($awk 'BEGIN { print toupper("true"); exit; }' 2>/dev/null)" 135 # If this awk does not define "toupper" then define our own. 138 toupper= 140 # Provide our own toupper() 141 toupper=' 142 function toupper(str) { function 170 $toupper 233 compat_upper[i] = toupper(compat[i]) 742 printf(" __RENAME(RUMP_SYS_RENAME_%s)", toupper(realname))> rumpproto [all...] |
makesyscalls.sh | 132 # Does this awk have a "toupper" function? 133 have_toupper="$($awk 'BEGIN { print toupper("true"); exit; }' 2>/dev/null)" 135 # If this awk does not define "toupper" then define our own. 138 toupper= 140 # Provide our own toupper() 141 toupper=' 142 function toupper(str) { function 170 $toupper 233 compat_upper[i] = toupper(compat[i]) 742 printf(" __RENAME(RUMP_SYS_RENAME_%s)", toupper(realname))> rumpproto [all...] |
makesyscalls.sh | 132 # Does this awk have a "toupper" function? 133 have_toupper="$($awk 'BEGIN { print toupper("true"); exit; }' 2>/dev/null)" 135 # If this awk does not define "toupper" then define our own. 138 toupper= 140 # Provide our own toupper() 141 toupper=' 142 function toupper(str) { function 170 $toupper 233 compat_upper[i] = toupper(compat[i]) 742 printf(" __RENAME(RUMP_SYS_RENAME_%s)", toupper(realname))> rumpproto [all...] |
makesyscalls.sh | 132 # Does this awk have a "toupper" function? 133 have_toupper="$($awk 'BEGIN { print toupper("true"); exit; }' 2>/dev/null)" 135 # If this awk does not define "toupper" then define our own. 138 toupper= 140 # Provide our own toupper() 141 toupper=' 142 function toupper(str) { function 170 $toupper 233 compat_upper[i] = toupper(compat[i]) 742 printf(" __RENAME(RUMP_SYS_RENAME_%s)", toupper(realname))> rumpproto [all...] |
makesyscalls.sh | 132 # Does this awk have a "toupper" function? 133 have_toupper="$($awk 'BEGIN { print toupper("true"); exit; }' 2>/dev/null)" 135 # If this awk does not define "toupper" then define our own. 138 toupper= 140 # Provide our own toupper() 141 toupper=' 142 function toupper(str) { function 170 $toupper 233 compat_upper[i] = toupper(compat[i]) 742 printf(" __RENAME(RUMP_SYS_RENAME_%s)", toupper(realname))> rumpproto [all...] |
/src/sys/sys/ |
ctype_inline.h | 60 #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) macro
|
ctype_inline.h | 60 #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) macro
|
ctype_inline.h | 60 #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) macro
|
ctype_inline.h | 60 #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) macro
|
ctype_inline.h | 60 #define toupper(c) ((int)((_toupper_tab_ + 1)[(c)])) macro
|
/src/sys/arch/hpcmips/stand/libsa/ |
winblk.c | 61 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro 144 toupper(devname[0]), 145 toupper(devname[1]), 146 toupper(devname[2]),
|
winblk.c | 61 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro 144 toupper(devname[0]), 145 toupper(devname[1]), 146 toupper(devname[2]),
|
winblk.c | 61 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro 144 toupper(devname[0]), 145 toupper(devname[1]), 146 toupper(devname[2]),
|
winblk.c | 61 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro 144 toupper(devname[0]), 145 toupper(devname[1]), 146 toupper(devname[2]),
|
winblk.c | 61 #define toupper(c) (islower(c) ? ((c) - 'a' + 'A') : (c)) macro 144 toupper(devname[0]), 145 toupper(devname[1]), 146 toupper(devname[2]),
|
/src/sys/external/bsd/acpica/dist/utilities/ |
utclib.c | 192 * FUNCTION: toupper 906 index = (UINT32) toupper (*String); 978 * FUNCTION: toupper 989 toupper ( function in typeref:typename:int
|
utclib.c | 192 * FUNCTION: toupper 906 index = (UINT32) toupper (*String); 978 * FUNCTION: toupper 989 toupper ( function in typeref:typename:int
|
utclib.c | 192 * FUNCTION: toupper 906 index = (UINT32) toupper (*String); 978 * FUNCTION: toupper 989 toupper ( function in typeref:typename:int
|
utclib.c | 192 * FUNCTION: toupper 906 index = (UINT32) toupper (*String); 978 * FUNCTION: toupper 989 toupper ( function in typeref:typename:int
|
utclib.c | 192 * FUNCTION: toupper 906 index = (UINT32) toupper (*String); 978 * FUNCTION: toupper 989 toupper ( function in typeref:typename:int
|