Symbol: SIZE
headers/build/gcc-2.95.3/va-sh.h
172
#define __PASS_AS_FLOAT(TYPE_CLASS,SIZE) \
headers/build/gcc-2.95.3/va-sh.h
173
(TYPE_CLASS == __real_type_class && SIZE == 4)
headers/build/gcc-2.95.3/va-sh.h
179
#define __PASS_AS_FLOAT(TYPE_CLASS,SIZE) \
headers/build/gcc-2.95.3/va-sh.h
180
(TYPE_CLASS == __real_type_class && SIZE <= 8 \
headers/build/gcc-2.95.3/va-sh.h
181
|| TYPE_CLASS == __complex_type_class && SIZE <= 16)
src/bin/network/ftpd/ftpcmd.y
123
CDUP STOU SMNT SYST SIZE MDTM
src/bin/network/ftpd/ftpcmd.y
202
{ "SIZE", SIZE, OSTR, 1, "<sp> path-name" },
src/bin/network/ftpd/ftpcmd.y
812
| SIZE check_login SP pathname CRLF
src/bin/pcmcia-cs/yacc_cis.y
138
| dev_info NUMBER TIME ',' SIZE
src/bin/pcmcia-cs/yacc_cis.y
150
| attr_dev_info NUMBER TIME ',' SIZE
src/bin/pcmcia-cs/yacc_cis.y
54
%token STRING NUMBER FLOAT VOLTAGE CURRENT SIZE
src/bin/pcmcia-cs/yacc_cis.y
75
%type <num> NUMBER SIZE VOLTAGE CURRENT TIME
src/system/libroot/posix/stdlib/radixsort.c
133
stack s[SIZE], *sp, *sp0, *sp1, temp;
src/system/libroot/posix/stdlib/radixsort.c
159
if (sp + nc > s + SIZE) { /* Get more stack. */
src/system/libroot/posix/stdlib/radixsort.c
255
if (sp + nc > s + SIZE) {
src/tests/kits/media/playsound/playwav.cpp
101
format.buffer_size = SIZE;
src/tests/kits/media/playsound/playwav.cpp
41
char buffer[SIZE];
src/tests/kits/media/playsound/playwav.cpp
48
size = read(fd, buffer, SIZE);
src/tests/kits/media/playsound/playwav.cpp
50
if (size != SIZE)
src/tests/kits/media/playwav/playwav.cpp
40
char buffer[SIZE];
src/tests/kits/media/playwav/playwav.cpp
46
size = read(fd, buffer, SIZE);
src/tests/kits/media/playwav/playwav.cpp
48
if (size != SIZE)
src/tests/system/libroot/posix/test_time.c
101
strftime (buffer, SIZE, "The time is %I:%M %p.\n", loctime);
src/tests/system/libroot/posix/test_time.c
111
strftime (buffer, SIZE, "%D %T was %w the %jth.\n", loctime);
src/tests/system/libroot/posix/test_time.c
89
char buffer[SIZE];
src/tests/system/libroot/posix/test_time.c
99
strftime (buffer, SIZE, "Today is %A, %B %d.\n", loctime);