Symbol: SIZEOF
lib/libcurses/base/lib_driver.c
66
for (i = 0; i < SIZEOF(DriverTable); i++) {
lib/libcurses/base/lib_screen.c
249
for (n = 0; n < SIZEOF(scr_attrs); ++n) {
lib/libcurses/base/lib_screen.c
404
for (n = 0; n < SIZEOF(scr_params); ++n) {
lib/libcurses/base/lib_screen.c
677
for (n = 0; n < SIZEOF(scr_attrs); ++n) {
lib/libcurses/base/lib_screen.c
728
for (n = 0; n < SIZEOF(source->chars); ++n) {
lib/libcurses/base/lib_screen.c
820
for (y = 0; y < (int) SIZEOF(scr_params); ++y) {
lib/libcurses/tinfo/alloc_entry.c
181
if (i < SIZEOF(offsets)) {
lib/libcurses/tinfo/alloc_entry.c
204
if (i < SIZEOF(offsets)) {
lib/libcurses/tinfo/alloc_entry.c
218
if (n < SIZEOF(offsets)) {
lib/libcurses/tinfo/lib_baudrate.c
224
for (i = 0; i < SIZEOF(speeds); i++) {
lib/libcurses/tinfo/lib_baudrate.c
255
for (i = 0; i < SIZEOF(speeds); i++) {
lib/libcurses/tinfo/parse_entry.c
589
(n < (int) SIZEOF(parametrized))
lib/libcurses/tinfo/parse_entry.c
944
for (n = 0; n < SIZEOF(ko_xlate); ++n) {
lib/libcurses/tinfo/tinfo_driver.c
1526
for (i = 0; i < SIZEOF(DriverTable); i++) {
lib/libcurses/tinfo/tinfo_driver.c
1529
if ((i + 1) == SIZEOF(DriverTable)) {
lib/libcurses/tinfo/write_entry.c
864
if (tp->ext_Strings >= SIZEOF(offsets)) {
lib/libcurses/tty/lib_vidattr.c
169
for (n = 0; n < SIZEOF(table); ++n) {
lib/libcurses/widechar/lib_wacs.c
127
for (n = 0; n < SIZEOF(table); ++n) {
sys/dev/pci/drm/amd/include/atombios.h
7490
#define VALUE_DWORD SIZEOF ULONG
sys/dev/pci/drm/radeon/atombios.h
6306
#define VALUE_DWORD SIZEOF ULONG
usr.bin/infocmp/infocmp.c
1249
const size_t last = SIZEOF(options);
usr.bin/tic/dump_entry.c
1118
int params = ((i < (int) SIZEOF(parametrized))
usr.bin/tic/dump_entry.c
51
#define OkIndex(index,array) ((int)(index) >= 0 && (int)(index) < (int) SIZEOF(array))
usr.bin/tic/tic.c
1883
for (n = 0; n < SIZEOF(table); n++) {
usr.bin/tic/tic.c
1976
for (n = 0; n < SIZEOF(table); ++n) {
usr.bin/tic/tic.c
2452
assert(SIZEOF(parametrized) == STRCOUNT);
usr.bin/tic/tic.c
2458
int params = ((i < (int) SIZEOF(parametrized))
usr.bin/tic/tic.c
3209
if (j >= SIZEOF(parametrized) ||
usr.bin/tic/tparm_type.c
70
for (n = 0; n < SIZEOF(table); n++) {
usr.bin/tset/tset.c
356
for (n = 0; n < SIZEOF(speeds); ++n) {