OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:base_length
(Results
1 - 4
of
4
) sorted by relevancy
/src/common/dist/zlib/
trees.h
118
local const int
base_length
[LENGTH_CODES] = {
variable
trees.c
109
local int
base_length
[LENGTH_CODES];
variable
321
base_length
[code] = length;
422
fprintf(header, "local const int
base_length
[LENGTH_CODES] = {\n");
424
fprintf(header, "%1u%s",
base_length
[i],
926
lc -=
base_length
[code];
/src/usr.bin/patch/
backupfile.c
144
* otherwise return 0.
BASE_LENGTH
is the length of BASE. BASE should
148
version_number(const char *base, const char *backup, size_t
base_length
)
154
if (!strncmp(base, backup,
base_length
) && ISDIGIT(backup[
base_length
])) {
155
for (p = &backup[
base_length
]; ISDIGIT(*p); ++p)
/src/sys/net/
zlib.c
2081
local int
base_length
[LENGTH_CODES];
variable
2207
local const int
base_length
[LENGTH_CODES] = {
variable
2360
base_length
[code] = length;
2461
fprintf(header, "local const int
base_length
[LENGTH_CODES] = {\n");
2463
fprintf(header, "%1u%s",
base_length
[i],
3189
lc -=
base_length
[code];
Completed in 21 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026