OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BUFMAX
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdb/stubs/
i386-stub.c
105
/*
BUFMAX
defines the maximum number of characters in inbound/outbound buffers*/
107
#define
BUFMAX
400
451
static char remcomInBuffer[
BUFMAX
];
452
static char remcomOutBuffer[
BUFMAX
];
477
while (count <
BUFMAX
- 1)
m68k-stub.c
132
/*
BUFMAX
defines the maximum number of characters in inbound/outbound buffers*/
134
#define
BUFMAX
400
531
static char remcomInBuffer[
BUFMAX
];
532
static char remcomOutBuffer[
BUFMAX
];
557
while (count <
BUFMAX
- 1)
sparc-stub.c
96
/*
BUFMAX
defines the maximum number of characters in inbound/outbound buffers*/
98
#define
BUFMAX
2048
283
static char remcomInBuffer[
BUFMAX
];
284
static char remcomOutBuffer[
BUFMAX
];
309
while (count <
BUFMAX
- 1)
sh-stub.c
179
*
BUFMAX
defines the maximum number of characters in inbound/outbound
182
#define
BUFMAX
1024
280
static char remcomInBuffer[
BUFMAX
];
281
static char remcomOutBuffer[
BUFMAX
];
406
while (count <
BUFMAX
- 1)
m32r-stub.c
104
*
BUFMAX
defines the maximum number of characters in inbound/outbound buffers
107
#define
BUFMAX
400
156
static unsigned char remcomInBuffer[
BUFMAX
];
157
static unsigned char remcomOutBuffer[
BUFMAX
];
608
while (count <
BUFMAX
- 1)
/src/external/gpl3/gdb.old/dist/gdb/stubs/
i386-stub.c
105
/*
BUFMAX
defines the maximum number of characters in inbound/outbound buffers*/
107
#define
BUFMAX
400
451
static char remcomInBuffer[
BUFMAX
];
452
static char remcomOutBuffer[
BUFMAX
];
477
while (count <
BUFMAX
- 1)
m68k-stub.c
132
/*
BUFMAX
defines the maximum number of characters in inbound/outbound buffers*/
134
#define
BUFMAX
400
531
static char remcomInBuffer[
BUFMAX
];
532
static char remcomOutBuffer[
BUFMAX
];
557
while (count <
BUFMAX
- 1)
sparc-stub.c
96
/*
BUFMAX
defines the maximum number of characters in inbound/outbound buffers*/
98
#define
BUFMAX
2048
283
static char remcomInBuffer[
BUFMAX
];
284
static char remcomOutBuffer[
BUFMAX
];
309
while (count <
BUFMAX
- 1)
sh-stub.c
179
*
BUFMAX
defines the maximum number of characters in inbound/outbound
182
#define
BUFMAX
1024
280
static char remcomInBuffer[
BUFMAX
];
281
static char remcomOutBuffer[
BUFMAX
];
406
while (count <
BUFMAX
- 1)
m32r-stub.c
104
*
BUFMAX
defines the maximum number of characters in inbound/outbound buffers
107
#define
BUFMAX
400
156
static unsigned char remcomInBuffer[
BUFMAX
];
157
static unsigned char remcomOutBuffer[
BUFMAX
];
608
while (count <
BUFMAX
- 1)
/src/external/gpl3/gcc/dist/libgcc/
dfp-bit.c
346
#define
BUFMAX
128
521
char buf[
BUFMAX
];
590
char buf[
BUFMAX
];
620
char buf[
BUFMAX
];
642
char buf[
BUFMAX
];
/src/external/gpl3/gcc.old/dist/libgcc/
dfp-bit.c
346
#define
BUFMAX
128
521
char buf[
BUFMAX
];
590
char buf[
BUFMAX
];
620
char buf[
BUFMAX
];
642
char buf[
BUFMAX
];
/src/crypto/external/apache2/openssl/dist/test/
bio_base64_test.c
30
#define
BUFMAX
0xa0000 /* Encode at most 640kB. */
58
if (len > 0 && len <=
BUFMAX
&& (buf = OPENSSL_malloc(len)) != NULL)
/src/external/bsd/openldap/dist/libraries/libldap/
util-int.c
375
#define
BUFMAX
(32*1024-32)
399
for(;buflen<
BUFMAX
;) {
528
for(;buflen<
BUFMAX
;) {
593
for(;buflen<
BUFMAX
;) {
Completed in 54 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026