OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cumlen
(Results
1 - 2
of
2
) sorted by null
/external/strace/
stream.c
356
unsigned int
cumlen
;
local
380
cumlen
= 0;
384
++
cumlen
;
385
if (
cumlen
< sizeof(outstr))
392
if (!
cumlen
) {
393
++
cumlen
;
396
cumlen
+= 2;
397
if (
cumlen
< sizeof(outstr))
401
cumlen
+= 3;
402
if (
cumlen
< sizeof(outstr)
[
all
...]
desc.c
536
unsigned int
cumlen
= 0;
local
574
cumlen
+= strlen(str);
575
if (
cumlen
< sizeof(outstr))
580
if (
cumlen
)
593
if ((
cumlen
+= strlen(str)) < sizeof(outstr))
Completed in 41 milliseconds