OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_myprintf_buf
(Results
1 - 6
of
6
) sorted by null
/external/valgrind/main/VEX/priv/
main_util.c
474
static Int
n_myprintf_buf
;
variable
478
Bool emit = toBool(c == '\n' ||
n_myprintf_buf
>= 1000-10 /*paranoia*/);
479
myprintf_buf[
n_myprintf_buf
++] = c;
480
myprintf_buf[
n_myprintf_buf
] = 0;
483
n_myprintf_buf
= 0;
484
myprintf_buf[
n_myprintf_buf
] = 0;
494
n_myprintf_buf
= 0;
495
myprintf_buf[
n_myprintf_buf
] = 0;
498
if (
n_myprintf_buf
> 0) {
499
(*vex_log_bytes)( myprintf_buf,
n_myprintf_buf
);
[
all
...]
/external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c
1279
static Int
n_myprintf_buf
;
variable
[
all
...]
/external/valgrind/main/memcheck/tests/
origin5-bz2.c
1270
static Int
n_myprintf_buf
;
variable
1274
if (c == '\n' ||
n_myprintf_buf
>= 1000-10 /*paranoia*/ ) {
[
all
...]
varinfo6.c
1308
static Int
n_myprintf_buf
;
variable
[
all
...]
/external/valgrind/main/perf/
bz2.c
1270
static Int
n_myprintf_buf
;
variable
1274
if (c == '\n' ||
n_myprintf_buf
>= 1000-10 /*paranoia*/ ) {
[
all
...]
test_input_for_tinycc.c
1384
static Int
n_myprintf_buf
;
variable
1388
if (c == '\n' ||
n_myprintf_buf
>= 1000-10 ) {
1390
n_myprintf_buf
= 0;
1391
myprintf_buf[
n_myprintf_buf
] = 0;
1393
myprintf_buf[
n_myprintf_buf
++] = c;
1394
myprintf_buf[
n_myprintf_buf
] = 0;
[
all
...]
Completed in 111 milliseconds