Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
uppercase
usr/src/cmd/fdformat/fdformat.c
69
#define uppercase(c) ((c) >= 'a' && (c) <= 'z' ? (c) - 'a' + 'A' : (c))
usr/src/cmd/fs.d/pcfs/common/pcfs_bpb.h
51
#define uppercase(c) ((c) >= 'a' && (c) <= 'z' ? (c) - 'a' + 'A' : (c))
usr/src/cmd/mdb/common/modules/genunix/findstack.c
138
uppercase(char *p)