OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:min_len_bytes
(Results
1 - 1
of
1
) sorted by null
/external/elfutils/0.153/src/
strings.c
116
static size_t
min_len_bytes
;
variable
192
if (fdlen > (off64_t)
min_len_bytes
)
315
min_len_bytes
= min_len * bytes_per_char;
483
roundup (2 *
min_len_bytes
+ 1, ps));
521
unsigned char *buf = xmalloc (CHUNKSIZE +
min_len_bytes
549
if (nb >=
min_len_bytes
)
558
size_t to_keep = unprinted != NULL ? 0 :
min_len_bytes
;
604
assert ((off64_t)
min_len_bytes
< fdlen);
643
== (ptrdiff_t) ((
min_len_bytes
+ ps - 1) & ~(ps - 1))));
646
size_t keep_area = (
min_len_bytes
+ ps - 1) & ~(ps - 1)
[
all
...]
Completed in 196 milliseconds