OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toupper
(Results
1 - 8
of
8
) sorted by relevancy
/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
...]
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
/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]),
/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
/src/sys/lib/libkern/
libkern.h
81
LIBKERN_INLINE int
toupper
(int) __unused;
225
toupper
(int ch)
function in typeref:typename:LIBKERN_INLINE int
/src/sys/dev/iscsi/
iscsi_text.c
38
#define
toupper
(x) ((x) & ~0x20)
macro
259
c =
toupper
(c);
/src/sys/external/bsd/ipf/netinet/
ip_proxy.h
152
# ifndef
toupper
153
# define
toupper
(x) (isupper(x) ? (x) : (x) - 'a' + 'A')
macro
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025